update readme

This commit is contained in:
Spirtix 2023-07-26 23:02:28 +02:00
parent 4c2dd92969
commit bb9ffa717b

View File

@ -33,6 +33,8 @@ Then run School of Dragons.
- inventory - inventory
- store - store
- many missions - many missions
- hideouts
- farms
### Methods ### Methods
@ -74,6 +76,8 @@ Then run School of Dragons.
- 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; might contain a serious problem - see the MissionService class) - SetTaskState (only the TaskCanBeDone status is supported; might contain a serious problem - see the MissionService class)
- GetCommonInventory - GetCommonInventory
- GetUserRoomItemPositions
- SetUserRoomItemPositions
#### Partially implemented #### Partially implemented
- GetUserProfileByUserID (a lot is still placeholder) - GetUserProfileByUserID (a lot is still placeholder)
@ -82,6 +86,9 @@ Then run School of Dragons.
- ValidateName (needs to do pets, groups, default) - ValidateName (needs to do pets, groups, default)
- GetDefaultNameSuggestion (needs to return unused names) - GetDefaultNameSuggestion (needs to return unused names)
- SetCommonInventory (some properties are not retained, doesn't support delete) - SetCommonInventory (some properties are not retained, doesn't support delete)
- GetUserRoomList (room categories are not implemented)
- SetNextItemState (may require more work, we don't know yet)
- SetUserRoom
#### Currently static or stubbed #### Currently static or stubbed
- GetAllRanks (needs to be populated with what ranks the user has) - GetAllRanks (needs to be populated with what ranks the user has)
@ -99,3 +106,7 @@ Then run School of Dragons.
- SetAchievementAndGetReward (returns 5 gems) - SetAchievementAndGetReward (returns 5 gems)
- SetUserAchievementTask (returns a placeholder achievement) - SetUserAchievementTask (returns a placeholder achievement)
- GetAnnouncementsByUser (returns no announcements, but that might be sufficient) - GetAnnouncementsByUser (returns no announcements, but that might be sufficient)
- GetAverageRatingForRoom (return max rating)
- GetUserActivityByUserID (returns an empty array)
- GetUserGameCurrency (return 1000 gems and 1000 coins)
- SetAchievementByEntityIDs (returns a static achievement)