Structs§
- AcceptNewTask Params 
- struct for passing parameters to the method accept_new_task
- ActionTransition Params 
- struct for passing parameters to the method action_transition
- BuyBankExpansion Params 
- struct for passing parameters to the method buy_bank_expansion
- CancelTask Params 
- struct for passing parameters to the method cancel_task
- ChangeSkin Params 
- struct for passing parameters to the method change_skin
- CompleteTask Params 
- struct for passing parameters to the method complete_task
- CraftParams 
- struct for passing parameters to the method craft
- DeleteItem Params 
- struct for passing parameters to the method delete_item
- DepositGold Params 
- struct for passing parameters to the method deposit_gold
- DepositItem Params 
- struct for passing parameters to the method deposit_item
- EquipItem Params 
- struct for passing parameters to the method equip_item
- FightParams 
- struct for passing parameters to the method fight
- GatherParams 
- struct for passing parameters to the method gather
- GeBuyItem Params 
- struct for passing parameters to the method ge_buy_item
- GeCancelSell Order Params 
- struct for passing parameters to the method ge_cancel_sell_order
- GeCreateSell Order Params 
- struct for passing parameters to the method ge_create_sell_order
- GetAllCharacters Logs Params 
- struct for passing parameters to the method get_all_characters_logs
- GetCharacterLogs Params 
- struct for passing parameters to the method get_character_logs
- GiveGold Params 
- struct for passing parameters to the method give_gold
- GiveItems Params 
- struct for passing parameters to the method give_items
- MoveCharacter Params 
- struct for passing parameters to the method move_character
- NpcBuyItem Params 
- struct for passing parameters to the method npc_buy_item
- NpcSellItem Params 
- struct for passing parameters to the method npc_sell_item
- RecycleParams 
- struct for passing parameters to the method recycle
- RestCharacter Params 
- struct for passing parameters to the method rest_character
- TaskExchange Params 
- struct for passing parameters to the method task_exchange
- TaskTrade Params 
- struct for passing parameters to the method task_trade
- UnequipItem Params 
- struct for passing parameters to the method unequip_item
- UseItemParams 
- struct for passing parameters to the method use_item
- WithdrawGold Params 
- struct for passing parameters to the method withdraw_gold
- WithdrawItem Params 
- struct for passing parameters to the method withdraw_item
Enums§
- AcceptNewTask Error 
- struct for typed errors of method accept_new_task
- ActionTransition Error 
- struct for typed errors of method action_transition
- BuyBankExpansion Error 
- struct for typed errors of method buy_bank_expansion
- CancelTask Error 
- struct for typed errors of method cancel_task
- ChangeSkin Error 
- struct for typed errors of method change_skin
- CompleteTask Error 
- struct for typed errors of method complete_task
- CraftError 
- struct for typed errors of method craft
- DeleteItem Error 
- struct for typed errors of method delete_item
- DepositGold Error 
- struct for typed errors of method deposit_gold
- DepositItem Error 
- struct for typed errors of method deposit_item
- EquipItem Error 
- struct for typed errors of method equip_item
- FightError 
- struct for typed errors of method fight
- GatherError 
- struct for typed errors of method gather
- GeBuyItem Error 
- struct for typed errors of method ge_buy_item
- GeCancelSell Order Error 
- struct for typed errors of method ge_cancel_sell_order
- GeCreateSell Order Error 
- struct for typed errors of method ge_create_sell_order
- GetAllCharacters Logs Error 
- struct for typed errors of method get_all_characters_logs
- GetCharacterLogs Error 
- struct for typed errors of method get_character_logs
- GetMyCharacters Error 
- struct for typed errors of method get_my_characters
- GiveGold Error 
- struct for typed errors of method give_gold
- GiveItems Error 
- struct for typed errors of method give_items
- MoveCharacter Error 
- struct for typed errors of method move_character
- NpcBuyItem Error 
- struct for typed errors of method npc_buy_item
- NpcSellItem Error 
- struct for typed errors of method npc_sell_item
- RecycleError 
- struct for typed errors of method recycle
- RestCharacter Error 
- struct for typed errors of method rest_character
- TaskExchange Error 
- struct for typed errors of method task_exchange
- TaskTrade Error 
- struct for typed errors of method task_trade
- UnequipItem Error 
- struct for typed errors of method unequip_item
- UseItemError 
- struct for typed errors of method use_item
- WithdrawGold Error 
- struct for typed errors of method withdraw_gold
- WithdrawItem Error 
- struct for typed errors of method withdraw_item
Functions§
- accept_new_ task 
- Accepting a new task.
- action_transition 
- Execute a transition from the current map to another layer. The character must be on a map that has a transition available.
- buy_bank_ expansion 
- Buy a 20 slots bank expansion.
- cancel_task 
- Cancel a task for 1 tasks coin.
- change_skin 
- Change the skin of your character.
- complete_task 
- Complete a task.
- craft
- Craft an item. The character must be on a map with a workshop.
- delete_item 
- Delete an item from your character’s inventory.
- deposit_gold 
- Deposit gold in a bank on the character’s map.
- deposit_item 
- Deposit multiple items in a bank on the character’s map. The cooldown will be 3 seconds multiplied by the number of different items deposited.
- equip_item 
- Equip an item on your character.
- fight
- Start a fight against a monster on the character’s map. Add participants for multi-character fights (up to 3 characters, only for boss).
- gather
- Harvest a resource on the character’s map.
- ge_buy_ item 
- Buy an item at the Grand Exchange on the character’s map.
- ge_cancel_ sell_ order 
- Cancel a sell order at the Grand Exchange on the character’s map.
- ge_create_ sell_ order 
- Create a sell order at the Grand Exchange on the character’s map. Please note there is a 3% listing tax, charged at the time of posting, on the total price.
- get_all_ characters_ logs 
- History of the last 5000 actions of all your characters.
- get_character_ logs 
- History of the last actions of your character.
- get_my_ characters 
- List of your characters.
- give_gold 
- Give gold to another character in your account on the same map.
- give_items 
- Give items to another character in your account on the same map. The cooldown will be 3 seconds multiplied by the number of different items given.
- move_character 
- Moves a character on the map using either the map’s ID or X and Y position. Provide either ‘map_id’ or both ‘x’ and ‘y’ coordinates in the request body.
- npc_buy_ item 
- Buy an item from an NPC on the character’s map.
- npc_sell_ item 
- Sell an item to an NPC on the character’s map.
- recycle
- Recycling an item. The character must be on a map with a workshop (only for equipments and weapons).
- rest_character 
- Recovers hit points by resting. (1 second per 5 HP, minimum 3 seconds)
- task_exchange 
- Exchange 6 tasks coins for a random reward. Rewards are exclusive items or resources.
- task_trade 
- Trading items with a Tasks Master.
- unequip_item 
- Unequip an item on your character.
- use_item 
- Use an item as a consumable.
- withdraw_gold 
- Withdraw gold from your bank.
- withdraw_item 
- Take items from your bank and put them in the character’s inventory. The cooldown will be 3 seconds multiplied by the number of different items withdrawn.