From 1fec86c12ab8f9f6722208182760af84f44cb855 Mon Sep 17 00:00:00 2001 From: Spirtix Date: Tue, 27 Jun 2023 18:31:21 +0200 Subject: [PATCH] update readme --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 91fa8e6..f7c217f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,8 @@ Then run School of Dragons. - register/login - create profile - list profiles -- start tutorial +- tutorial +- roaming in the open world ### Methods @@ -77,3 +78,13 @@ Then run School of Dragons. - GetPetAchievementsByUserId (always returns null) - GetUserUpcomingMissionState (returns no missions) - GetUserCompletedMissionState (returns no missions) +- GetAchievementTaskInfo (returns a static XML) +- GetAllRewardTypeMultiplier (returns a static XML) +- GetBuddyList (returns an emtpy array) +- GetRankAttributeData (returns a static XML) +- GetUserMessageQueue (returns an emtpy array) +- SendMessage (doesn't do anything and returns false) +- SaveMessage (doesn't do anything and returns false) +- GetMMOServerInfoWithZone (returns an empty array) +- GetActiveChallenges (returns an empty array) +- GetAchievementsByUserID (returns an achievement with the provided user ID)