update readme

This commit is contained in:
Spirtix 2023-06-27 18:31:21 +02:00
parent 5b2ec98701
commit 1fec86c12a

View File

@ -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)