forked from SoDOff-Project/sodoff
update status section
This commit is contained in:
parent
132057911f
commit
fff532fa60
45
README.md
45
README.md
@ -35,9 +35,11 @@ Then run School of Dragons.
|
|||||||
- roaming in the open world
|
- roaming in the open world
|
||||||
- inventory
|
- inventory
|
||||||
- store
|
- store
|
||||||
- many missions
|
- missions
|
||||||
- hideouts
|
- hideouts
|
||||||
- farms
|
- farms
|
||||||
|
- minigames
|
||||||
|
- MMO (using sodoff-mmo)
|
||||||
|
|
||||||
### Methods
|
### Methods
|
||||||
|
|
||||||
@ -55,7 +57,6 @@ Then run School of Dragons.
|
|||||||
- RegisterParent
|
- RegisterParent
|
||||||
- RegisterChild
|
- RegisterChild
|
||||||
- CreatePet
|
- CreatePet
|
||||||
- SetRaisedPet
|
|
||||||
- SetSelectedPet
|
- SetSelectedPet
|
||||||
- GetAllActivePetsByuserId
|
- GetAllActivePetsByuserId
|
||||||
- GetSelectedRaisedPet
|
- GetSelectedRaisedPet
|
||||||
@ -84,32 +85,38 @@ Then run School of Dragons.
|
|||||||
- AddBattleItems
|
- AddBattleItems
|
||||||
- SetAchievementByEntityIDs
|
- SetAchievementByEntityIDs
|
||||||
- RedeemMysteryBoxItems
|
- RedeemMysteryBoxItems
|
||||||
|
- SetDragonXP (used by account import tools)
|
||||||
|
- SetPlayerXP (used by account import tools)
|
||||||
|
- AuthenticateUser
|
||||||
|
- GetMMOServerInfoWithZone (uses resource xml as response)
|
||||||
|
- GetDefaultNameSuggestion
|
||||||
|
- SetCommonInventory
|
||||||
|
- GetCommonInventory (V2)
|
||||||
|
- GetUserRoomItemPositions
|
||||||
|
- SetUserRoomItemPositions
|
||||||
|
- GetUserProfileByUserID
|
||||||
|
- GetUserProfile
|
||||||
|
- GetDetailedChildList
|
||||||
|
|
||||||
#### 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; 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
|
|
||||||
- GetUserRoomItemPositions
|
|
||||||
- SetUserRoomItemPositions
|
|
||||||
- SetUserAchievementAndGetReward (works like SetAchievementAndGetReward)
|
- SetUserAchievementAndGetReward (works like SetAchievementAndGetReward)
|
||||||
|
- ValidateName
|
||||||
|
- GetCommonInventory (V1 - returns the viking's inventory if it is called with a viking; otherwise returns 8 viking slots)
|
||||||
|
- SetUserRoom
|
||||||
|
- SetNextItemState
|
||||||
|
|
||||||
#### Partially implemented
|
#### Partially implemented
|
||||||
- GetUserProfileByUserID (a lot is still placeholder)
|
- GetUserRoomList (room categories are not implemented, but it's enough for SoD)
|
||||||
- GetUserProfile (a lot is still placeholder)
|
|
||||||
- GetDetailedChildList (a lot is still placeholder)
|
|
||||||
- ValidateName (needs to do pets, groups, default)
|
|
||||||
- GetDefaultNameSuggestion (needs to return unused names)
|
|
||||||
- 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
|
|
||||||
- SetUserAchievementTask (returns a real reward but still use task placeholder)
|
- SetUserAchievementTask (returns a real reward but still use task placeholder)
|
||||||
- ProcessRewardedItems (need add cash reward)
|
- ProcessRewardedItems (gives gems, but doesn't give gold, gold is not yet implemented)
|
||||||
- SellItems (need add cash reward)
|
- SellItems (gives gems, but doesn't give gold, gold is not yet implemented)
|
||||||
- ApplyRewards
|
- ApplyRewards
|
||||||
- ApplyPayout
|
- ApplyPayout (doesn't calculate rewards properly)
|
||||||
|
- GetUserAchievements (used by Magic & Mythies)
|
||||||
|
|
||||||
#### 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)
|
||||||
@ -117,12 +124,14 @@ Then run School of Dragons.
|
|||||||
- GetAllRewardTypeMultiplier (returns a static XML)
|
- GetAllRewardTypeMultiplier (returns a static XML)
|
||||||
- GetBuddyList (returns an emtpy array)
|
- GetBuddyList (returns an emtpy array)
|
||||||
- GetRankAttributeData (returns a static XML)
|
- GetRankAttributeData (returns a static XML)
|
||||||
|
- GetAllRewardTypeMultiplier (returns a static XML)
|
||||||
- GetUserMessageQueue (returns an emtpy array)
|
- GetUserMessageQueue (returns an emtpy array)
|
||||||
- SendMessage (doesn't do anything and returns false)
|
- SendMessage (doesn't do anything and returns false)
|
||||||
- SaveMessage (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)
|
- GetActiveChallenges (returns an empty array)
|
||||||
- GetAnnouncementsByUser (returns no announcements, but that might be sufficient)
|
- GetAnnouncementsByUser (returns no announcements, but that might be sufficient)
|
||||||
- GetAverageRatingForRoom (return max rating)
|
- GetAverageRatingForRoom (return max rating)
|
||||||
- GetUserActivityByUserID (returns an empty array)
|
- GetUserActivityByUserID (returns an empty array)
|
||||||
- GetUserGameCurrency (return 65536 gems and 65536 coins)
|
- GetUserGameCurrency (return 65536 gems and 65536 coins)
|
||||||
|
- GetGameData (empty response)
|
||||||
|
- GetProfileTagAll (returns an empty array - used by Magic & Mythies)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user