From 8910f56ef00b546062bf57b1fed85aa34de13c81 Mon Sep 17 00:00:00 2001 From: Emagi Date: Wed, 7 May 2025 09:49:25 -0400 Subject: [PATCH] Docs for C slash commands --- docs/slash_commands/cancel_aa_profile.md | 13 +++++++++++++ docs/slash_commands/cancel_bank.md | 13 +++++++++++++ docs/slash_commands/cancel_broker.md | 10 ++++++++++ docs/slash_commands/cancel_browse_market.md | 10 ++++++++++ docs/slash_commands/cancel_effect.md | 13 +++++++++++++ docs/slash_commands/cancel_mail.md | 13 +++++++++++++ docs/slash_commands/cancel_maintained.md | 13 +++++++++++++ docs/slash_commands/cancel_merchant.md | 13 +++++++++++++ docs/slash_commands/cancel_send_mail.md | 13 +++++++++++++ docs/slash_commands/cancel_store.md | 10 ++++++++++ docs/slash_commands/cancel_trade.md | 13 +++++++++++++ docs/slash_commands/cancel_work.md | 10 ++++++++++ docs/slash_commands/cannedemote.md | 13 +++++++++++++ docs/slash_commands/cast_guild_leader_vote.md | 10 ++++++++++ docs/slash_commands/castspell.md | 18 ++++++++++++++++++ docs/slash_commands/champion_respawn.md | 10 ++++++++++ docs/slash_commands/chatleave.md | 13 +++++++++++++ docs/slash_commands/chatwho.md | 13 +++++++++++++ docs/slash_commands/claim.md | 14 ++++++++++++++ docs/slash_commands/class.md | 16 ++++++++++++++++ docs/slash_commands/clear_mailbox.md | 10 ++++++++++ docs/slash_commands/clearallqueuedabilities.md | 13 +++++++++++++ .../slash_commands/close_store_keep_selling.md | 10 ++++++++++ docs/slash_commands/collection_additem.md | 14 ++++++++++++++ .../collection_filter_matchitem.md | 13 +++++++++++++ docs/slash_commands/commit_aa_profile.md | 13 +++++++++++++ docs/slash_commands/confirm_zone.md | 10 ++++++++++ docs/slash_commands/confirmedlastname.md | 13 +++++++++++++ docs/slash_commands/confirmedrename.md | 13 +++++++++++++ docs/slash_commands/consume_food.md | 13 +++++++++++++ docs/slash_commands/container.md | 10 ++++++++++ docs/slash_commands/contest.md | 10 ++++++++++ docs/slash_commands/craftitem.md | 17 +++++++++++++++++ docs/slash_commands/create.md | 13 +++++++++++++ docs/slash_commands/create_guild.md | 14 ++++++++++++++ docs/slash_commands/createfromrecipe.md | 13 +++++++++++++ docs/slash_commands/csay.md | 10 ++++++++++ docs/slash_commands/cureplayer.md | 17 +++++++++++++++++ docs/slash_commands/currency.md | 10 ++++++++++ docs/slash_commands/current_drink.md | 10 ++++++++++ docs/slash_commands/current_food.md | 10 ++++++++++ 41 files changed, 507 insertions(+) create mode 100644 docs/slash_commands/cancel_aa_profile.md create mode 100644 docs/slash_commands/cancel_bank.md create mode 100644 docs/slash_commands/cancel_broker.md create mode 100644 docs/slash_commands/cancel_browse_market.md create mode 100644 docs/slash_commands/cancel_effect.md create mode 100644 docs/slash_commands/cancel_mail.md create mode 100644 docs/slash_commands/cancel_maintained.md create mode 100644 docs/slash_commands/cancel_merchant.md create mode 100644 docs/slash_commands/cancel_send_mail.md create mode 100644 docs/slash_commands/cancel_store.md create mode 100644 docs/slash_commands/cancel_trade.md create mode 100644 docs/slash_commands/cancel_work.md create mode 100644 docs/slash_commands/cannedemote.md create mode 100644 docs/slash_commands/cast_guild_leader_vote.md create mode 100644 docs/slash_commands/castspell.md create mode 100644 docs/slash_commands/champion_respawn.md create mode 100644 docs/slash_commands/chatleave.md create mode 100644 docs/slash_commands/chatwho.md create mode 100644 docs/slash_commands/claim.md create mode 100644 docs/slash_commands/class.md create mode 100644 docs/slash_commands/clear_mailbox.md create mode 100644 docs/slash_commands/clearallqueuedabilities.md create mode 100644 docs/slash_commands/close_store_keep_selling.md create mode 100644 docs/slash_commands/collection_additem.md create mode 100644 docs/slash_commands/collection_filter_matchitem.md create mode 100644 docs/slash_commands/commit_aa_profile.md create mode 100644 docs/slash_commands/confirm_zone.md create mode 100644 docs/slash_commands/confirmedlastname.md create mode 100644 docs/slash_commands/confirmedrename.md create mode 100644 docs/slash_commands/consume_food.md create mode 100644 docs/slash_commands/container.md create mode 100644 docs/slash_commands/contest.md create mode 100644 docs/slash_commands/craftitem.md create mode 100644 docs/slash_commands/create.md create mode 100644 docs/slash_commands/create_guild.md create mode 100644 docs/slash_commands/createfromrecipe.md create mode 100644 docs/slash_commands/csay.md create mode 100644 docs/slash_commands/cureplayer.md create mode 100644 docs/slash_commands/currency.md create mode 100644 docs/slash_commands/current_drink.md create mode 100644 docs/slash_commands/current_food.md diff --git a/docs/slash_commands/cancel_aa_profile.md b/docs/slash_commands/cancel_aa_profile.md new file mode 100644 index 0000000..dfb1fef --- /dev/null +++ b/docs/slash_commands/cancel_aa_profile.md @@ -0,0 +1,13 @@ +### Command: /cancel_aa_profile + +**Handler Macro:** UNKNOWN + +**Handler Value:** 757 + +**Required Status:** 200 + +**Arguments:** +None + +**Notes:** +- Cancels AA Changes, not fully tested or implemented. \ No newline at end of file diff --git a/docs/slash_commands/cancel_bank.md b/docs/slash_commands/cancel_bank.md new file mode 100644 index 0000000..a1a1383 --- /dev/null +++ b/docs/slash_commands/cancel_bank.md @@ -0,0 +1,13 @@ +### Command: /cancel_bank + +**Handler Macro:** COMMAND_BANK_CANCEL + +**Handler Value:** 73 + +**Required Status:** 0 + +**Arguments:** +None + +**Notes:** +- Closes bank display and ends bank session. \ No newline at end of file diff --git a/docs/slash_commands/cancel_broker.md b/docs/slash_commands/cancel_broker.md new file mode 100644 index 0000000..e757d2d --- /dev/null +++ b/docs/slash_commands/cancel_broker.md @@ -0,0 +1,10 @@ +### Command: /cancel_broker + +**Handler Macro:** UNKNOWN + +**Handler Value:** 999 + +**Required Status:** 0 + +**Arguments:** +None diff --git a/docs/slash_commands/cancel_browse_market.md b/docs/slash_commands/cancel_browse_market.md new file mode 100644 index 0000000..66d3d01 --- /dev/null +++ b/docs/slash_commands/cancel_browse_market.md @@ -0,0 +1,10 @@ +### Command: /cancel_browse_market + +**Handler Macro:** UNKNOWN + +**Handler Value:** 999 + +**Required Status:** 0 + +**Arguments:** +None diff --git a/docs/slash_commands/cancel_effect.md b/docs/slash_commands/cancel_effect.md new file mode 100644 index 0000000..ac22620 --- /dev/null +++ b/docs/slash_commands/cancel_effect.md @@ -0,0 +1,13 @@ +### Command: /cancel_effect spell_id + +**Handler Macro:** COMMAND_CANCEL_EFFECT + +**Handler Value:** 530 + +**Required Status:** 0 + +**Arguments:** +- `arg[0]`: `int spell_id` + +**Notes:** +- Cancels an effect on the players spell effects by the matching `spell_id` diff --git a/docs/slash_commands/cancel_mail.md b/docs/slash_commands/cancel_mail.md new file mode 100644 index 0000000..c154c55 --- /dev/null +++ b/docs/slash_commands/cancel_mail.md @@ -0,0 +1,13 @@ +### Command: /cancel_mail + +**Handler Macro:** COMMAND_CANCEL_MAIL + +**Handler Value:** 123 + +**Required Status:** 0 + +**Arguments:** +None + +**Notes:** +- Cancels sending a mail, returns item, coin and closes the window. \ No newline at end of file diff --git a/docs/slash_commands/cancel_maintained.md b/docs/slash_commands/cancel_maintained.md new file mode 100644 index 0000000..e685c2a --- /dev/null +++ b/docs/slash_commands/cancel_maintained.md @@ -0,0 +1,13 @@ +### Command: /cancel_maintained slot_id + +**Handler Macro:** COMMAND_CANCEL_MAINTAINED + +**Handler Value:** 276 + +**Required Status:** 0 + +**Arguments:** +- `arg[0]`: `int slot_id` + +**Notes:** +- Removes the maintained spell in the `slot_id` specified. \ No newline at end of file diff --git a/docs/slash_commands/cancel_merchant.md b/docs/slash_commands/cancel_merchant.md new file mode 100644 index 0000000..e5fc3b6 --- /dev/null +++ b/docs/slash_commands/cancel_merchant.md @@ -0,0 +1,13 @@ +### Command: /cancel_merchant + +**Handler Macro:** COMMAND_CANCEL_MERCHANT + +**Handler Value:** 89 + +**Required Status:** 0 + +**Arguments:** +None + +**Notes:** +- Closes out the merchant window and ends the transaction. \ No newline at end of file diff --git a/docs/slash_commands/cancel_send_mail.md b/docs/slash_commands/cancel_send_mail.md new file mode 100644 index 0000000..4fee063 --- /dev/null +++ b/docs/slash_commands/cancel_send_mail.md @@ -0,0 +1,13 @@ +### Command: /cancel_send_mail + +**Handler Macro:** COMMAND_CANCEL_SEND_MAIL + +**Handler Value:** 129 + +**Required Status:** 0 + +**Arguments:** +None + +**Notes:** +- Cancels sending the mail and closes the mail window. \ No newline at end of file diff --git a/docs/slash_commands/cancel_store.md b/docs/slash_commands/cancel_store.md new file mode 100644 index 0000000..be72ffd --- /dev/null +++ b/docs/slash_commands/cancel_store.md @@ -0,0 +1,10 @@ +### Command: /cancel_store + +**Handler Macro:** UNKNOWN + +**Handler Value:** 999 + +**Required Status:** 0 + +**Arguments:** +None diff --git a/docs/slash_commands/cancel_trade.md b/docs/slash_commands/cancel_trade.md new file mode 100644 index 0000000..2ace0d4 --- /dev/null +++ b/docs/slash_commands/cancel_trade.md @@ -0,0 +1,13 @@ +### Command: /cancel_trade + +**Handler Macro:** COMMAND_CANCEL_TRADE + +**Handler Value:** 175 + +**Required Status:** 0 + +**Arguments:** +None + +**Notes:** +- Cancels the current Player/Bot trade and closes the trade window. \ No newline at end of file diff --git a/docs/slash_commands/cancel_work.md b/docs/slash_commands/cancel_work.md new file mode 100644 index 0000000..fe0fec4 --- /dev/null +++ b/docs/slash_commands/cancel_work.md @@ -0,0 +1,10 @@ +### Command: /cancel_work + +**Handler Macro:** UNKNOWN + +**Handler Value:** 999 + +**Required Status:** 0 + +**Arguments:** +None diff --git a/docs/slash_commands/cannedemote.md b/docs/slash_commands/cannedemote.md new file mode 100644 index 0000000..551b157 --- /dev/null +++ b/docs/slash_commands/cannedemote.md @@ -0,0 +1,13 @@ +### Command: /cannedemote emote_name + +**Handler Macro:** COMMAND_CANNEDEMOTE + +**Handler Value:** 144 + +**Required Status:** 0 + +**Arguments:** +- `arg[0]`: `string emote_name` + +**Notes:** +- Makes the Player do a cannedemote with the `emote_name` specified. \ No newline at end of file diff --git a/docs/slash_commands/cast_guild_leader_vote.md b/docs/slash_commands/cast_guild_leader_vote.md new file mode 100644 index 0000000..38a5834 --- /dev/null +++ b/docs/slash_commands/cast_guild_leader_vote.md @@ -0,0 +1,10 @@ +### Command: /cast_guild_leader_vote + +**Handler Macro:** UNKNOWN + +**Handler Value:** 999 + +**Required Status:** 0 + +**Arguments:** +None diff --git a/docs/slash_commands/castspell.md b/docs/slash_commands/castspell.md new file mode 100644 index 0000000..d759bf7 --- /dev/null +++ b/docs/slash_commands/castspell.md @@ -0,0 +1,18 @@ +### Command: /castspell [spellid|spellname] [tier] [self] + +**Handler Macro:** COMMAND_CASTSPELL + +**Handler Value:** 509 + +**Required Status:** 200 + +**Arguments:** +- `arg[0]`: `int spellid` +- `arg[0]`: `string spellname` +- `arg[1]`: `int tier` +- `arg[2]`: `int self` + +**Notes:** +- /castspell spellid and /castspell spellname supported. `spellid` casts the spell where `spellname` is a search function to get a list of spell ids by spell name wildcard. +- Casts the spellid presented on yourself or target based on the target of the spell and your current target. +- Tier and self are optional, both numerical, Third argument `self` = 1 means self spell. Eg. /castspell 1234 1 `1` diff --git a/docs/slash_commands/champion_respawn.md b/docs/slash_commands/champion_respawn.md new file mode 100644 index 0000000..58e8fcd --- /dev/null +++ b/docs/slash_commands/champion_respawn.md @@ -0,0 +1,10 @@ +### Command: /champion_respawn + +**Handler Macro:** UNKNOWN + +**Handler Value:** 999 + +**Required Status:** 0 + +**Arguments:** +None diff --git a/docs/slash_commands/chatleave.md b/docs/slash_commands/chatleave.md new file mode 100644 index 0000000..7fc04e3 --- /dev/null +++ b/docs/slash_commands/chatleave.md @@ -0,0 +1,13 @@ +### Command: /chatleave channel_name + +**Handler Macro:** COMMAND_LEAVE_CHANNEL + +**Handler Value:** 297 + +**Required Status:** 0 + +**Arguments:** +- `arg[0]`: `string channel_name` + +**Notes:** +- Player leaves the chat channel by the `channel_name` specified \ No newline at end of file diff --git a/docs/slash_commands/chatwho.md b/docs/slash_commands/chatwho.md new file mode 100644 index 0000000..c4a7a2f --- /dev/null +++ b/docs/slash_commands/chatwho.md @@ -0,0 +1,13 @@ +### Command: /chatwho channel_name + +**Handler Macro:** COMMAND_WHO_CHANNEL + +**Handler Value:** 298 + +**Required Status:** 0 + +**Arguments:** +- `arg[0]`: `string channel_name` + +**Notes:** +- Lists the members of the chat channel specified in `channel_name` \ No newline at end of file diff --git a/docs/slash_commands/claim.md b/docs/slash_commands/claim.md new file mode 100644 index 0000000..b17e38b --- /dev/null +++ b/docs/slash_commands/claim.md @@ -0,0 +1,14 @@ +### Command: /claim [claim_id] + +**Handler Macro:** COMMAND_CLAIM + +**Handler Value:** 18 + +**Required Status:** 0 + +**Arguments:** +- `arg[0]`: `int claim_id` + +**Notes:** +- /claim Brings up the claim window UI for the Player. +- /claim `claim_id` allows the Player to claim the id specified from their available claim list. \ No newline at end of file diff --git a/docs/slash_commands/class.md b/docs/slash_commands/class.md new file mode 100644 index 0000000..2a17a81 --- /dev/null +++ b/docs/slash_commands/class.md @@ -0,0 +1,16 @@ +### Command: /class class_id + +**Handler Macro:** COMMAND_CLASS + +**Handler Value:** 4 + +**Required Status:** 10 + +**Arguments:** +- `arg[0]`: `int class_id` + +**Usage Examples:** +- ` /class {class_id}");` + +**Notes:** +- Changes the class of the Player. \ No newline at end of file diff --git a/docs/slash_commands/clear_mailbox.md b/docs/slash_commands/clear_mailbox.md new file mode 100644 index 0000000..a444e37 --- /dev/null +++ b/docs/slash_commands/clear_mailbox.md @@ -0,0 +1,10 @@ +### Command: /clear_mailbox + +**Handler Macro:** UNKNOWN + +**Handler Value:** 999 + +**Required Status:** 0 + +**Arguments:** +None diff --git a/docs/slash_commands/clearallqueuedabilities.md b/docs/slash_commands/clearallqueuedabilities.md new file mode 100644 index 0000000..7fa26e9 --- /dev/null +++ b/docs/slash_commands/clearallqueuedabilities.md @@ -0,0 +1,13 @@ +### Command: /clearallqueuedabilities + +**Handler Macro:** COMMAND_CLEAR_ALL_QUEUED + +**Handler Value:** 265 + +**Required Status:** 0 + +**Arguments:** +None + +**Notes:** +- Clears all queued abilities on the spell bar. \ No newline at end of file diff --git a/docs/slash_commands/close_store_keep_selling.md b/docs/slash_commands/close_store_keep_selling.md new file mode 100644 index 0000000..6a32da2 --- /dev/null +++ b/docs/slash_commands/close_store_keep_selling.md @@ -0,0 +1,10 @@ +### Command: /close_store_keep_selling + +**Handler Macro:** UNKNOWN + +**Handler Value:** 999 + +**Required Status:** 0 + +**Arguments:** +None diff --git a/docs/slash_commands/collection_additem.md b/docs/slash_commands/collection_additem.md new file mode 100644 index 0000000..ced5584 --- /dev/null +++ b/docs/slash_commands/collection_additem.md @@ -0,0 +1,14 @@ +### Command: /collection_additem collection_id item_index + +**Handler Macro:** COMMAND_COLLECTION_ADDITEM + +**Handler Value:** 30 + +**Required Status:** 0 + +**Arguments:** +- `arg[0]`: `int collection_id` +- `arg[1]`: `int item_index` + +**Notes:** +- Adds the item in the `item_index` to the Player's collection by the `collection_id` specified. \ No newline at end of file diff --git a/docs/slash_commands/collection_filter_matchitem.md b/docs/slash_commands/collection_filter_matchitem.md new file mode 100644 index 0000000..c6e58f7 --- /dev/null +++ b/docs/slash_commands/collection_filter_matchitem.md @@ -0,0 +1,13 @@ +### Command: /collection_filter_matchitem slot_id + +**Handler Macro:** COMMAND_COLLECTION_FILTER_MATCHITEM + +**Handler Value:** 31 + +**Required Status:** 0 + +**Arguments:** +- `arg[0]`: `int slot_id` + +**Notes:** +- This command seems unimplemented. \ No newline at end of file diff --git a/docs/slash_commands/commit_aa_profile.md b/docs/slash_commands/commit_aa_profile.md new file mode 100644 index 0000000..55c8c10 --- /dev/null +++ b/docs/slash_commands/commit_aa_profile.md @@ -0,0 +1,13 @@ +### Command: /commit_aa_profile + +**Handler Macro:** UNKNOWN + +**Handler Value:** 752 + +**Required Status:** 200 + +**Arguments:** +None + +**Notes:** +- Commit AA changes, this is an incomplete command. \ No newline at end of file diff --git a/docs/slash_commands/confirm_zone.md b/docs/slash_commands/confirm_zone.md new file mode 100644 index 0000000..3527279 --- /dev/null +++ b/docs/slash_commands/confirm_zone.md @@ -0,0 +1,10 @@ +### Command: /confirm_zone + +**Handler Macro:** UNKNOWN + +**Handler Value:** 999 + +**Required Status:** 0 + +**Arguments:** +None diff --git a/docs/slash_commands/confirmedlastname.md b/docs/slash_commands/confirmedlastname.md new file mode 100644 index 0000000..0185ec7 --- /dev/null +++ b/docs/slash_commands/confirmedlastname.md @@ -0,0 +1,13 @@ +### Command: /confirmedlastname + +**Handler Macro:** COMMAND_CONFIRMLASTNAME + +**Handler Value:** 29 + +**Required Status:** 0 + +**Arguments:** +None + +**Notes:** +- Confirms the last name change set by /lastname. \ No newline at end of file diff --git a/docs/slash_commands/confirmedrename.md b/docs/slash_commands/confirmedrename.md new file mode 100644 index 0000000..dc94a78 --- /dev/null +++ b/docs/slash_commands/confirmedrename.md @@ -0,0 +1,13 @@ +### Command: /confirmedrename + +**Handler Macro:** COMMAND_CONFIRMRENAME + +**Handler Value:** 141 + +**Required Status:** 0 + +**Arguments:** +None + +**Notes:** +- Confirms renaming your pet, handler is setup, but this command is not implemented. diff --git a/docs/slash_commands/consume_food.md b/docs/slash_commands/consume_food.md new file mode 100644 index 0000000..5afe2b9 --- /dev/null +++ b/docs/slash_commands/consume_food.md @@ -0,0 +1,13 @@ +### Command: /consume_food slot + +**Handler Macro:** COMMAND_CONSUME_FOOD + +**Handler Value:** 304 + +**Required Status:** 0 + +**Arguments:** +- `arg[0]`: `int slot` + +**Notes:** +- This will consume food or drink in the slot represented. This slot number will vary on the client. Also for older clients it sends a slot index in some circumstances. \ No newline at end of file diff --git a/docs/slash_commands/container.md b/docs/slash_commands/container.md new file mode 100644 index 0000000..96ded74 --- /dev/null +++ b/docs/slash_commands/container.md @@ -0,0 +1,10 @@ +### Command: /container + +**Handler Macro:** UNKNOWN + +**Handler Value:** 999 + +**Required Status:** 0 + +**Arguments:** +None diff --git a/docs/slash_commands/contest.md b/docs/slash_commands/contest.md new file mode 100644 index 0000000..1e8d4e7 --- /dev/null +++ b/docs/slash_commands/contest.md @@ -0,0 +1,10 @@ +### Command: /contest + +**Handler Macro:** UNKNOWN + +**Handler Value:** 999 + +**Required Status:** 0 + +**Arguments:** +None diff --git a/docs/slash_commands/craftitem.md b/docs/slash_commands/craftitem.md new file mode 100644 index 0000000..a5aae63 --- /dev/null +++ b/docs/slash_commands/craftitem.md @@ -0,0 +1,17 @@ +### Command: /craftitem item_id quantity + +**Handler Macro:** COMMAND_CRAFTITEM + +**Handler Value:** 526 + +**Required Status:** 100 + +**Arguments:** +- `arg[0]`: `string item_id` +- `arg[1]`: `int quantity` + +**Usage Examples:** +- `/craftitem {item_id} [quantity] ");` + +**Notes:** +- This is a GM test command to tradeskill craft an item specified by `item_id` and the `quantity`tradeskill . It can also trigger quest craft update on the item. \ No newline at end of file diff --git a/docs/slash_commands/create.md b/docs/slash_commands/create.md new file mode 100644 index 0000000..cb93ffa --- /dev/null +++ b/docs/slash_commands/create.md @@ -0,0 +1,13 @@ +### Command: /create + +**Handler Macro:** COMMAND_CREATE + +**Handler Value:** 256 + +**Required Status:** 0 + +**Arguments:** +None + +**Notes:** +- Displays the Player's Recipe Book for Tradeskills and Crafting. \ No newline at end of file diff --git a/docs/slash_commands/create_guild.md b/docs/slash_commands/create_guild.md new file mode 100644 index 0000000..870039b --- /dev/null +++ b/docs/slash_commands/create_guild.md @@ -0,0 +1,14 @@ +### Command: /guilds create guild_name [player_name] + +**Handler Macro:** COMMAND_CREATE_GUILD + +**Handler Value:** 257 + +**Required Status:** 0 + +**Arguments:** +- `arg[0]`: `string guild_name` +- `arg[1]`: `string player_name` + +**Notes:** +- Creates a new guild with the `guild_name`. The `player_name` is optional, it will assign to yourself, also if you are not a GM/Admin you cannot assign others a guild. diff --git a/docs/slash_commands/createfromrecipe.md b/docs/slash_commands/createfromrecipe.md new file mode 100644 index 0000000..18ea091 --- /dev/null +++ b/docs/slash_commands/createfromrecipe.md @@ -0,0 +1,13 @@ +### Command: /createfromrecipe recipe_id + +**Handler Macro:** COMMAND_CREATEFROMRECIPE + +**Handler Value:** 299 + +**Required Status:** 0 + +**Arguments:** +- `arg[0]`: `int recipe_id` + +**Notes:** +- Based on the Player's Recipe Book the `recipe_id` will be used to start the create craft window, assuming criteria like at the right tradeskill station is met. \ No newline at end of file diff --git a/docs/slash_commands/csay.md b/docs/slash_commands/csay.md new file mode 100644 index 0000000..6e54077 --- /dev/null +++ b/docs/slash_commands/csay.md @@ -0,0 +1,10 @@ +### Command: /csay + +**Handler Macro:** UNKNOWN + +**Handler Value:** 999 + +**Required Status:** 0 + +**Arguments:** +None diff --git a/docs/slash_commands/cureplayer.md b/docs/slash_commands/cureplayer.md new file mode 100644 index 0000000..d33c921 --- /dev/null +++ b/docs/slash_commands/cureplayer.md @@ -0,0 +1,17 @@ +### Command: /cureplayer identifier cure_type [spell_type] + +**Handler Macro:** COMMAND_CUREPLAYER + +**Handler Value:** 531 + +**Required Status:** 0 + +**Arguments:** +- `arg[0]`: `string identifier` +- `arg[1]`: `string cure_type` +- `arg[2]`: `string spell_type` + +**Notes:** +- Identifies in Player's inventory a potion or spell that can cure the `identifier` (target spawn). `spell_type` is an optional field. +- /cureplayer [playername|group or raid position][trauma|arcane|noxious|elemental|curse] optional [spell|potion] +- Example: /cureplayer g0 noxious spell - Will attempt to cure yourself of a noxious detriment with only spells and without using potions (even if you have them). \ No newline at end of file diff --git a/docs/slash_commands/currency.md b/docs/slash_commands/currency.md new file mode 100644 index 0000000..10e75fc --- /dev/null +++ b/docs/slash_commands/currency.md @@ -0,0 +1,10 @@ +### Command: /currency + +**Handler Macro:** UNKNOWN + +**Handler Value:** 999 + +**Required Status:** 0 + +**Arguments:** +None diff --git a/docs/slash_commands/current_drink.md b/docs/slash_commands/current_drink.md new file mode 100644 index 0000000..8e4aee3 --- /dev/null +++ b/docs/slash_commands/current_drink.md @@ -0,0 +1,10 @@ +### Command: /current_drink + +**Handler Macro:** UNKNOWN + +**Handler Value:** 999 + +**Required Status:** 0 + +**Arguments:** +None diff --git a/docs/slash_commands/current_food.md b/docs/slash_commands/current_food.md new file mode 100644 index 0000000..c428441 --- /dev/null +++ b/docs/slash_commands/current_food.md @@ -0,0 +1,10 @@ +### Command: /current_food + +**Handler Macro:** UNKNOWN + +**Handler Value:** 999 + +**Required Status:** 0 + +**Arguments:** +None