update readme

This commit is contained in:
hictooth 2023-06-22 10:39:49 +01:00
parent 1fdff9d27b
commit 4a26419160
2 changed files with 5 additions and 2 deletions

View File

@ -45,17 +45,20 @@ Then run School of Dragons.
- SetAvatar
- RegisterParent
- RegisterChild
- CreatePet
- SetRaisedPet
- SetSelectedPet
- GetAllActivePetsByuserId
- GetSelectedRaisedPet
- SetImage
- GetImage
- GetImageByUserId
#### Implemented enough (probably)
- GetRules (doesn't return any rules, probably doesn't need to)
- GetQuestions (doesn't return all questions, probably doesn't need to)
- GetSubscriptionInfo (always returns member, with end date 10 years from now)
- SetTaskState (only the TaskCanBeDone status is supported)
- CreatePet (doesn't handle SetAsSelectedPet/UnSelectOtherPets)
#### Partially implemented
- GetUserProfileByUserID (a lot is still placeholder)

View File

@ -23,7 +23,6 @@ methods = [
'GetCommonInventory',
'GetAuthoritativeTime',
'SetAvatar',
'GetAllActivePetsByuserId',
'GetPetAchievementsByUserID',
'GetDetailedChildList',
'GetStore',
@ -35,6 +34,7 @@ methods = [
'CreatePet',
'SetRaisedPet',
'SetSelectedPet',
'GetAllActivePetsByuserId',
'GetSelectedRaisedPet',
'SetImage',
'GetImage',