diff --git a/docs/slash_commands/decline_duels.md b/docs/slash_commands/decline_duels.md new file mode 100644 index 0000000..2521ee1 --- /dev/null +++ b/docs/slash_commands/decline_duels.md @@ -0,0 +1,13 @@ +### Command: /decline_duels + +**Handler Macro:** COMMAND_TOGGLE_DUELS + +**Handler Value:** 160 + +**Required Status:** 0 + +**Arguments:** +None + +**Notes:** +- Toggles the acceptance or denial of dual requests. \ No newline at end of file diff --git a/docs/slash_commands/decline_groups.md b/docs/slash_commands/decline_groups.md new file mode 100644 index 0000000..2481b61 --- /dev/null +++ b/docs/slash_commands/decline_groups.md @@ -0,0 +1,13 @@ +### Command: /decline_groups + +**Handler Macro:** COMMAND_TOGGLE_GROUPS + +**Handler Value:** 163 + +**Required Status:** 0 + +**Arguments:** +None + +**Notes:** +- Toggles the acceptance or denial of group requests. \ No newline at end of file diff --git a/docs/slash_commands/decline_guilds.md b/docs/slash_commands/decline_guilds.md new file mode 100644 index 0000000..1613d52 --- /dev/null +++ b/docs/slash_commands/decline_guilds.md @@ -0,0 +1,13 @@ +### Command: /decline_guilds + +**Handler Macro:** COMMAND_TOGGLE_GUILDS + +**Handler Value:** 162 + +**Required Status:** 0 + +**Arguments:** +None + +**Notes:** +- Toggles the acceptance or denial of guild invite requests. \ No newline at end of file diff --git a/docs/slash_commands/decline_lon.md b/docs/slash_commands/decline_lon.md new file mode 100644 index 0000000..8717db3 --- /dev/null +++ b/docs/slash_commands/decline_lon.md @@ -0,0 +1,13 @@ +### Command: /decline_lon + +**Handler Macro:** COMMAND_TOGGLE_LON + +**Handler Value:** 165 + +**Required Status:** 0 + +**Arguments:** +None + +**Notes:** +- Toggles the acceptance or denial of LoN invites. \ No newline at end of file diff --git a/docs/slash_commands/decline_raids.md b/docs/slash_commands/decline_raids.md new file mode 100644 index 0000000..96ae256 --- /dev/null +++ b/docs/slash_commands/decline_raids.md @@ -0,0 +1,13 @@ +### Command: /decline_raids + +**Handler Macro:** COMMAND_TOGGLE_RAIDS + +**Handler Value:** 164 + +**Required Status:** 0 + +**Arguments:** +None + +**Notes:** +- Toggles the acceptance or denial of raid invite requests. \ No newline at end of file diff --git a/docs/slash_commands/decline_resurrection.md b/docs/slash_commands/decline_resurrection.md new file mode 100644 index 0000000..285cbdf --- /dev/null +++ b/docs/slash_commands/decline_resurrection.md @@ -0,0 +1,13 @@ +### Command: /decline_resurrection spawn_id + +**Handler Macro:** COMMAND_DECLINE_RESURRECTION + +**Handler Value:** 313 + +**Required Status:** 0 + +**Arguments:** +- `arg[0]`: `int spawn_id` + +**Notes:** +- Declines an active resurrection window. Requires that `spawn_id` match the Player's spawn ID. \ No newline at end of file diff --git a/docs/slash_commands/decline_trades.md b/docs/slash_commands/decline_trades.md new file mode 100644 index 0000000..925c54e --- /dev/null +++ b/docs/slash_commands/decline_trades.md @@ -0,0 +1,13 @@ +### Command: /decline_trades + +**Handler Macro:** COMMAND_TOGGLE_TRADES + +**Handler Value:** 161 + +**Required Status:** 0 + +**Arguments:** +None + +**Notes:** +- Toggles accepting or auto declining trade requests. \ No newline at end of file diff --git a/docs/slash_commands/decline_vcinvite.md b/docs/slash_commands/decline_vcinvite.md new file mode 100644 index 0000000..ac1fa19 --- /dev/null +++ b/docs/slash_commands/decline_vcinvite.md @@ -0,0 +1,13 @@ +### Command: /decline_vcinvite + +**Handler Macro:** COMMAND_TOGGLE_VCINVITE + +**Handler Value:** 171 + +**Required Status:** 0 + +**Arguments:** +None + +**Notes:** +- Toggle's accepting or auto denying voice chat invites. \ No newline at end of file diff --git a/docs/slash_commands/declineinvite.md b/docs/slash_commands/declineinvite.md new file mode 100644 index 0000000..c709bc5 --- /dev/null +++ b/docs/slash_commands/declineinvite.md @@ -0,0 +1,13 @@ +### Command: /declineinvite + +**Handler Macro:** COMMAND_GROUP_DECLINE_INVITE + +**Handler Value:** 97 + +**Required Status:** 0 + +**Arguments:** +None + +**Notes:** +- Declines an invite to a group. \ No newline at end of file diff --git a/docs/slash_commands/deity_buy_reward.md b/docs/slash_commands/deity_buy_reward.md new file mode 100644 index 0000000..052e5b2 --- /dev/null +++ b/docs/slash_commands/deity_buy_reward.md @@ -0,0 +1,10 @@ +### Command: /deity_buy_reward + +**Handler Macro:** UNKNOWN + +**Handler Value:** 999 + +**Required Status:** 0 + +**Arguments:** +None diff --git a/docs/slash_commands/deity_buy_reward_confirm.md b/docs/slash_commands/deity_buy_reward_confirm.md new file mode 100644 index 0000000..9fbf9d1 --- /dev/null +++ b/docs/slash_commands/deity_buy_reward_confirm.md @@ -0,0 +1,10 @@ +### Command: /deity_buy_reward_confirm + +**Handler Macro:** UNKNOWN + +**Handler Value:** 999 + +**Required Status:** 0 + +**Arguments:** +None diff --git a/docs/slash_commands/deity_change_confirm.md b/docs/slash_commands/deity_change_confirm.md new file mode 100644 index 0000000..5c511d1 --- /dev/null +++ b/docs/slash_commands/deity_change_confirm.md @@ -0,0 +1,10 @@ +### Command: /deity_change_confirm + +**Handler Macro:** UNKNOWN + +**Handler Value:** 999 + +**Required Status:** 0 + +**Arguments:** +None diff --git a/docs/slash_commands/deity_item_off_altar.md b/docs/slash_commands/deity_item_off_altar.md new file mode 100644 index 0000000..0188da4 --- /dev/null +++ b/docs/slash_commands/deity_item_off_altar.md @@ -0,0 +1,10 @@ +### Command: /deity_item_off_altar + +**Handler Macro:** UNKNOWN + +**Handler Value:** 999 + +**Required Status:** 0 + +**Arguments:** +None diff --git a/docs/slash_commands/deity_offer.md b/docs/slash_commands/deity_offer.md new file mode 100644 index 0000000..12187e5 --- /dev/null +++ b/docs/slash_commands/deity_offer.md @@ -0,0 +1,10 @@ +### Command: /deity_offer + +**Handler Macro:** UNKNOWN + +**Handler Value:** 999 + +**Required Status:** 0 + +**Arguments:** +None diff --git a/docs/slash_commands/deity_offer_confirm.md b/docs/slash_commands/deity_offer_confirm.md new file mode 100644 index 0000000..826d1fc --- /dev/null +++ b/docs/slash_commands/deity_offer_confirm.md @@ -0,0 +1,10 @@ +### Command: /deity_offer_confirm + +**Handler Macro:** UNKNOWN + +**Handler Value:** 999 + +**Required Status:** 0 + +**Arguments:** +None diff --git a/docs/slash_commands/deity_sac_info.md b/docs/slash_commands/deity_sac_info.md new file mode 100644 index 0000000..4d80076 --- /dev/null +++ b/docs/slash_commands/deity_sac_info.md @@ -0,0 +1,10 @@ +### Command: /deity_sac_info + +**Handler Macro:** UNKNOWN + +**Handler Value:** 999 + +**Required Status:** 0 + +**Arguments:** +None diff --git a/docs/slash_commands/delete_house_item.md b/docs/slash_commands/delete_house_item.md new file mode 100644 index 0000000..d771a33 --- /dev/null +++ b/docs/slash_commands/delete_house_item.md @@ -0,0 +1,10 @@ +### Command: /delete_house_item + +**Handler Macro:** UNKNOWN + +**Handler Value:** 999 + +**Required Status:** 0 + +**Arguments:** +None diff --git a/docs/slash_commands/deletemailmessage.md b/docs/slash_commands/deletemailmessage.md new file mode 100644 index 0000000..1925d5c --- /dev/null +++ b/docs/slash_commands/deletemailmessage.md @@ -0,0 +1,13 @@ +### Command: /deletemailmessage mail_id + +**Handler Macro:** COMMAND_DELETE_MAIL_MESSAGE + +**Handler Value:** 134 + +**Required Status:** 0 + +**Arguments:** +- `arg[0]`: `int mail_id` + +**Notes:** +- Delete's the client's mail by the `mail_id` provided. \ No newline at end of file diff --git a/docs/slash_commands/deletequest.md b/docs/slash_commands/deletequest.md new file mode 100644 index 0000000..a8eac49 --- /dev/null +++ b/docs/slash_commands/deletequest.md @@ -0,0 +1,13 @@ +### Command: /deletequest quest_id + +**Handler Macro:** COMMAND_DELETE_QUEST + +**Handler Value:** 78 + +**Required Status:** 0 + +**Arguments:** +- `arg[0]`: `int quest_id` + +**Notes:** +- Deletes quest from journal by the `quest_id` provided. Tied to the Delete button in the Quest Journal UI. \ No newline at end of file diff --git a/docs/slash_commands/depop.md b/docs/slash_commands/depop.md new file mode 100644 index 0000000..5c46e8d --- /dev/null +++ b/docs/slash_commands/depop.md @@ -0,0 +1,13 @@ +### Command: /depop [allow_respawn] + +**Handler Macro:** COMMAND_DEPOP + +**Handler Value:** 81 + +**Required Status:** 100 + +**Arguments:** +- `arg[0]`: `int allow_respawn` + +**Notes:** +- Depops the current zone spawns. Using /depop 1 will allow respawns, otherwise /depop or /depop 0 will result in no respawns. \ No newline at end of file diff --git a/docs/slash_commands/despam.md b/docs/slash_commands/despam.md new file mode 100644 index 0000000..7b50723 --- /dev/null +++ b/docs/slash_commands/despam.md @@ -0,0 +1,10 @@ +### Command: /despam + +**Handler Macro:** UNKNOWN + +**Handler Value:** 999 + +**Required Status:** 0 + +**Arguments:** +None diff --git a/docs/slash_commands/destroy_coin.md b/docs/slash_commands/destroy_coin.md new file mode 100644 index 0000000..c7abca1 --- /dev/null +++ b/docs/slash_commands/destroy_coin.md @@ -0,0 +1,10 @@ +### Command: /destroy_coin + +**Handler Macro:** UNKNOWN + +**Handler Value:** 999 + +**Required Status:** 0 + +**Arguments:** +None diff --git a/docs/slash_commands/disable_char_bonus_exp.md b/docs/slash_commands/disable_char_bonus_exp.md new file mode 100644 index 0000000..6e7f9d9 --- /dev/null +++ b/docs/slash_commands/disable_char_bonus_exp.md @@ -0,0 +1,13 @@ +### Command: /disable_char_bonus_exp + +**Handler Macro:** COMMAND_TOGGLE_BONUS_EXP + +**Handler Value:** 189 + +**Required Status:** 0 + +**Arguments:** +None + +**Notes:** +- Toggles the character's bonus experience to be enabled or disabled. \ No newline at end of file diff --git a/docs/slash_commands/disable_combat_exp.md b/docs/slash_commands/disable_combat_exp.md new file mode 100644 index 0000000..8011cc5 --- /dev/null +++ b/docs/slash_commands/disable_combat_exp.md @@ -0,0 +1,13 @@ +### Command: /disable_combat_exp + +**Handler Macro:** COMMAND_TOGGLE_COMBAT_EXP + +**Handler Value:** 187 + +**Required Status:** 0 + +**Arguments:** +None + +**Notes:** +- Toggles the character's combat experience to be enabled or disabled. \ No newline at end of file diff --git a/docs/slash_commands/disable_quest_exp.md b/docs/slash_commands/disable_quest_exp.md new file mode 100644 index 0000000..a1bb37b --- /dev/null +++ b/docs/slash_commands/disable_quest_exp.md @@ -0,0 +1,13 @@ +### Command: /disable_quest_exp + +**Handler Macro:** COMMAND_TOGGLE_QUEST_EXP + +**Handler Value:** 188 + +**Required Status:** 0 + +**Arguments:** +None + +**Notes:** +- Toggles the character's quest experience to be enabled or disabled. \ No newline at end of file diff --git a/docs/slash_commands/disband.md b/docs/slash_commands/disband.md new file mode 100644 index 0000000..2b3dbf6 --- /dev/null +++ b/docs/slash_commands/disband.md @@ -0,0 +1,13 @@ +### Command: /disband + +**Handler Macro:** COMMAND_GROUPDISBAND + +**Handler Value:** 16 + +**Required Status:** 0 + +**Arguments:** +None + +**Notes:** +- Disbands the group if you are the group leader. \ No newline at end of file diff --git a/docs/slash_commands/dismiss_vendor.md b/docs/slash_commands/dismiss_vendor.md new file mode 100644 index 0000000..d5efc22 --- /dev/null +++ b/docs/slash_commands/dismiss_vendor.md @@ -0,0 +1,10 @@ +### Command: /dismiss_vendor + +**Handler Macro:** UNKNOWN + +**Handler Value:** 999 + +**Required Status:** 0 + +**Arguments:** +None diff --git a/docs/slash_commands/display_case.md b/docs/slash_commands/display_case.md new file mode 100644 index 0000000..0fea2b7 --- /dev/null +++ b/docs/slash_commands/display_case.md @@ -0,0 +1,10 @@ +### Command: /display_case + +**Handler Macro:** UNKNOWN + +**Handler Value:** 999 + +**Required Status:** 0 + +**Arguments:** +None diff --git a/docs/slash_commands/distance.md b/docs/slash_commands/distance.md new file mode 100644 index 0000000..c0f5b33 --- /dev/null +++ b/docs/slash_commands/distance.md @@ -0,0 +1,14 @@ +### Command: /distance + +**Handler Macro:** COMMAND_DISTANCE + +**Handler Value:** 249 + +**Required Status:** 200 + +**Arguments:** +None + +**Notes:** +- GM Command to get distance from their target. +- Result is: "Your distance from spawn_name is 10.0", or lacking target "You must have a spawn targeted to use /distance" \ No newline at end of file diff --git a/docs/slash_commands/dmgstatus.md b/docs/slash_commands/dmgstatus.md new file mode 100644 index 0000000..f062dde --- /dev/null +++ b/docs/slash_commands/dmgstatus.md @@ -0,0 +1,10 @@ +### Command: /dmgstatus + +**Handler Macro:** UNKNOWN + +**Handler Value:** 999 + +**Required Status:** 0 + +**Arguments:** +None diff --git a/docs/slash_commands/dmnotready.md b/docs/slash_commands/dmnotready.md new file mode 100644 index 0000000..eb875a6 --- /dev/null +++ b/docs/slash_commands/dmnotready.md @@ -0,0 +1,10 @@ +### Command: /dmnotready + +**Handler Macro:** UNKNOWN + +**Handler Value:** 999 + +**Required Status:** 0 + +**Arguments:** +None diff --git a/docs/slash_commands/dmready.md b/docs/slash_commands/dmready.md new file mode 100644 index 0000000..e99abe1 --- /dev/null +++ b/docs/slash_commands/dmready.md @@ -0,0 +1,10 @@ +### Command: /dmready + +**Handler Macro:** UNKNOWN + +**Handler Value:** 999 + +**Required Status:** 0 + +**Arguments:** +None diff --git a/docs/slash_commands/dmselectavatar.md b/docs/slash_commands/dmselectavatar.md new file mode 100644 index 0000000..e3217f6 --- /dev/null +++ b/docs/slash_commands/dmselectavatar.md @@ -0,0 +1,10 @@ +### Command: /dmselectavatar + +**Handler Macro:** UNKNOWN + +**Handler Value:** 999 + +**Required Status:** 0 + +**Arguments:** +None diff --git a/docs/slash_commands/drink_alcohol.md b/docs/slash_commands/drink_alcohol.md new file mode 100644 index 0000000..43939e9 --- /dev/null +++ b/docs/slash_commands/drink_alcohol.md @@ -0,0 +1,10 @@ +### Command: /drink_alcohol + +**Handler Macro:** UNKNOWN + +**Handler Value:** 999 + +**Required Status:** 0 + +**Arguments:** +None diff --git a/docs/slash_commands/duel.md b/docs/slash_commands/duel.md new file mode 100644 index 0000000..07aac46 --- /dev/null +++ b/docs/slash_commands/duel.md @@ -0,0 +1,13 @@ +### Command: /duel + +**Handler Macro:** COMMAND_DUEL + +**Handler Value:** 200 + +**Required Status:** 0 + +**Arguments:** +None + +**Notes:** +- Not implemented, duel selected player target. \ No newline at end of file diff --git a/docs/slash_commands/duel_accept.md b/docs/slash_commands/duel_accept.md new file mode 100644 index 0000000..5a4f703 --- /dev/null +++ b/docs/slash_commands/duel_accept.md @@ -0,0 +1,13 @@ +### Command: /duel_accept + +**Handler Macro:** COMMAND_DUEL_ACCEPT + +**Handler Value:** 202 + +**Required Status:** 0 + +**Arguments:** +None + +**Notes:** +- Not implemented, accepts duel request. \ No newline at end of file diff --git a/docs/slash_commands/duel_decline.md b/docs/slash_commands/duel_decline.md new file mode 100644 index 0000000..a80b606 --- /dev/null +++ b/docs/slash_commands/duel_decline.md @@ -0,0 +1,13 @@ +### Command: /duel_decline + +**Handler Macro:** COMMAND_DUEL_DECLINE + +**Handler Value:** 203 + +**Required Status:** 0 + +**Arguments:** +None + +**Notes:** +- Not implemented, declines a pending duel request. \ No newline at end of file diff --git a/docs/slash_commands/duel_surrender.md b/docs/slash_commands/duel_surrender.md new file mode 100644 index 0000000..f81e437 --- /dev/null +++ b/docs/slash_commands/duel_surrender.md @@ -0,0 +1,13 @@ +### Command: /duel_surrender + +**Handler Macro:** COMMAND_DUEL_SURRENDER + +**Handler Value:** 204 + +**Required Status:** 0 + +**Arguments:** +None + +**Notes:** +- Not implemented, aborts an active duel and player surrenders. \ No newline at end of file diff --git a/docs/slash_commands/duel_toggle.md b/docs/slash_commands/duel_toggle.md new file mode 100644 index 0000000..3ad9807 --- /dev/null +++ b/docs/slash_commands/duel_toggle.md @@ -0,0 +1,13 @@ +### Command: /duel_toggle + +**Handler Macro:** COMMAND_DUEL_TOGGLE + +**Handler Value:** 205 + +**Required Status:** 0 + +**Arguments:** +None + +**Notes:** +- Not implemented. \ No newline at end of file diff --git a/docs/slash_commands/duelbet.md b/docs/slash_commands/duelbet.md new file mode 100644 index 0000000..81206ac --- /dev/null +++ b/docs/slash_commands/duelbet.md @@ -0,0 +1,13 @@ +### Command: /duelbet + +**Handler Macro:** COMMAND_DUELBET + +**Handler Value:** 201 + +**Required Status:** 0 + +**Arguments:** +None + +**Notes:** +- Not implemented, but Trade has a "Duel Now" option that can be exposed with the "type" being set to a certain value (255?). \ No newline at end of file