You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some way for everybody to retrieve information about the game:
Players
Level
Stats
Money?
Inventory?
Armory
All items in the game
All recipe in the game
All mobs in the game?
Leaderboards
Level leaderboard
Quest leaderboard
Maybe other stuff leaderboard
HDV status (if we do an hdv)
API would be read-only at first, hosted on another server and providing information about a snapshot of the db updated every x hours. That way, we don't have to worry to much about security.
Another idea would be a real-time API giving information about:
Current player health
Current player status
In campaign / quest
In a group (+ group information)
Current combat
Available slots (for campaign an dungeons)
The text was updated successfully, but these errors were encountered:
Some way for everybody to retrieve information about the game:
API would be read-only at first, hosted on another server and providing information about a snapshot of the db updated every
x
hours. That way, we don't have to worry to much about security.Another idea would be a real-time API giving information about:
The text was updated successfully, but these errors were encountered: