forked from SoDOff-Project/sodoff
Update README.md
add new endpoints
This commit is contained in:
parent
93e97122e6
commit
1c03e7384b
16
README.md
16
README.md
@ -86,13 +86,13 @@ Almost everything:
|
||||
- farms
|
||||
- minigames
|
||||
- MMO (using sodoff-mmo)
|
||||
- friends
|
||||
- in-game messaging system (kind of, only tested in WoJS)
|
||||
|
||||
### What doesn't work
|
||||
|
||||
- play as Guest
|
||||
- friends
|
||||
- clans
|
||||
- in-game messaging system (Terrible Mail)
|
||||
|
||||
|
||||
### Methods
|
||||
@ -155,6 +155,13 @@ Almost everything:
|
||||
- SetSelectedPet
|
||||
- SetUserRoomItemPositions
|
||||
- UseInventory
|
||||
- GetUserMessageQueue
|
||||
- GetCombinedListMessage
|
||||
- SaveMessage
|
||||
- GetBuddyList
|
||||
- AddBuddy
|
||||
- RemoveBuddy
|
||||
- ApproveBuddy
|
||||
|
||||
#### Implemented enough (probably)
|
||||
- GetCommonInventory (V1 - returns the viking's inventory if it is called with a viking; otherwise returns 8 viking slots)
|
||||
@ -181,6 +188,7 @@ Almost everything:
|
||||
- ProcessRewardedItems (gives gems, but doesn't give gold, gold is not yet implemented)
|
||||
- SellItems (gives gems, but doesn't give gold, gold is not yet implemented)
|
||||
- SetUserAchievementTask (returns a real reward but still use task placeholder)
|
||||
- SendMessage (has manual checks for type id's, not all are accounted for probably)
|
||||
|
||||
#### Currently static or stubbed
|
||||
- GetAchievementTaskInfo (returns a static XML)
|
||||
@ -190,11 +198,7 @@ Almost everything:
|
||||
- GetAllRewardTypeMultiplier (returns a static XML)
|
||||
- GetAnnouncementsByUser (returns no announcements, but that might be sufficient)
|
||||
- GetAverageRatingForRoom (return max rating)
|
||||
- GetBuddyList (returns an emtpy array)
|
||||
- GetProfileTagAll (returns an empty array - used by Magic & Mythies)
|
||||
- GetRankAttributeData (returns a static XML)
|
||||
- GetUserActivityByUserID (returns an empty array)
|
||||
- GetUserGameCurrency (return 65536 gems and 65536 coins)
|
||||
- GetUserMessageQueue (returns an emtpy array)
|
||||
- SaveMessage (doesn't do anything and returns false)
|
||||
- SendMessage (doesn't do anything and returns false)
|
||||
|
Loading…
x
Reference in New Issue
Block a user