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 - SetAvatar
- RegisterParent - RegisterParent
- RegisterChild - RegisterChild
- CreatePet
- SetRaisedPet - SetRaisedPet
- SetSelectedPet
- GetAllActivePetsByuserId - GetAllActivePetsByuserId
- GetSelectedRaisedPet
- SetImage - SetImage
- GetImage - GetImage
- GetImageByUserId
#### Implemented enough (probably) #### Implemented enough (probably)
- GetRules (doesn't return any rules, probably doesn't need to) - GetRules (doesn't return any rules, probably doesn't need to)
- GetQuestions (doesn't return all questions, 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) - GetSubscriptionInfo (always returns member, with end date 10 years from now)
- SetTaskState (only the TaskCanBeDone status is supported) - SetTaskState (only the TaskCanBeDone status is supported)
- CreatePet (doesn't handle SetAsSelectedPet/UnSelectOtherPets)
#### Partially implemented #### Partially implemented
- GetUserProfileByUserID (a lot is still placeholder) - GetUserProfileByUserID (a lot is still placeholder)

View File

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