Doc E slash_commands
This commit is contained in:
parent
398dfe2558
commit
2afc29cebb
14
docs/slash_commands/editor.md
Normal file
14
docs/slash_commands/editor.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
### Command: /editor
|
||||||
|
|
||||||
|
**Handler Macro:** COMMAND_EDITOR
|
||||||
|
|
||||||
|
**Handler Value:** 311
|
||||||
|
|
||||||
|
**Required Status:** 100
|
||||||
|
|
||||||
|
**Arguments:**
|
||||||
|
None
|
||||||
|
|
||||||
|
**Notes:**
|
||||||
|
- This is a GM command that would bring the web browser up to the Editor site, not recommended browser is out of date.
|
||||||
|
- Ties to the rule manager, R_World category, parameters: EditorURL (base URL to the eq2db editor), EditorOfficialServer (wehn set to true it will bring up the editor page for your target), EditorIncludeID (includes the database id of players target to URL).
|
16
docs/slash_commands/emote.md
Normal file
16
docs/slash_commands/emote.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
### Command: /emote action
|
||||||
|
|
||||||
|
**Handler Macro:** COMMAND_EMOTE
|
||||||
|
|
||||||
|
**Handler Value:** 13
|
||||||
|
|
||||||
|
**Required Status:** 0
|
||||||
|
|
||||||
|
**Arguments:**
|
||||||
|
- `arg[0]`: `string action`
|
||||||
|
|
||||||
|
**Usage Examples:**
|
||||||
|
- ` /emote {action}");`
|
||||||
|
|
||||||
|
**Notes:**
|
||||||
|
- Performs in game /emote `action` to appear in chat as Player `{action}`.
|
13
docs/slash_commands/enablequeuedabilities.md
Normal file
13
docs/slash_commands/enablequeuedabilities.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
### Command: /enablequeuedabilities
|
||||||
|
|
||||||
|
**Handler Macro:** COMMAND_ENABLE_ABILITY_QUE
|
||||||
|
|
||||||
|
**Handler Value:** 35
|
||||||
|
|
||||||
|
**Required Status:** 0
|
||||||
|
|
||||||
|
**Arguments:**
|
||||||
|
None
|
||||||
|
|
||||||
|
**Notes:**
|
||||||
|
- Sends a spell book update packet ot the client.
|
10
docs/slash_commands/end_altar.md
Normal file
10
docs/slash_commands/end_altar.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
### Command: /end_altar
|
||||||
|
|
||||||
|
**Handler Macro:** UNKNOWN
|
||||||
|
|
||||||
|
**Handler Value:** 999
|
||||||
|
|
||||||
|
**Required Status:** 0
|
||||||
|
|
||||||
|
**Arguments:**
|
||||||
|
None
|
14
docs/slash_commands/entity_command.md
Normal file
14
docs/slash_commands/entity_command.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
### Command: /entity_command
|
||||||
|
|
||||||
|
**Handler Macro:** COMMAND_ENTITYCOMMAND
|
||||||
|
|
||||||
|
**Handler Value:** 241
|
||||||
|
|
||||||
|
**Required Status:** 200
|
||||||
|
|
||||||
|
**Arguments:**
|
||||||
|
None
|
||||||
|
|
||||||
|
**Notes:**
|
||||||
|
- Help command
|
||||||
|
- Result: "Usage: /entity_command list entity_command_name"
|
14
docs/slash_commands/entity_command_list.md
Normal file
14
docs/slash_commands/entity_command_list.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
### Command: /entity_command list name
|
||||||
|
|
||||||
|
**Handler Macro:** COMMAND_ENTITYCOMMAND_LIST
|
||||||
|
|
||||||
|
**Handler Value:** 242
|
||||||
|
|
||||||
|
**Required Status:** 200
|
||||||
|
|
||||||
|
**Arguments:**
|
||||||
|
- `arg[0]`: `string name`
|
||||||
|
|
||||||
|
**Notes:**
|
||||||
|
- Lists the zone entity commands that wild card match to the `name` provided.
|
||||||
|
- Result is multiline each line: "Command Text: hail, Command List ID: #, Distance: 5.0". Distance is the max distance allowed to use the command, List ID is from the database entity_commands table command_list_id parameter.
|
10
docs/slash_commands/equip.md
Normal file
10
docs/slash_commands/equip.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
### Command: /equip
|
||||||
|
|
||||||
|
**Handler Macro:** UNKNOWN
|
||||||
|
|
||||||
|
**Handler Value:** 999
|
||||||
|
|
||||||
|
**Required Status:** 0
|
||||||
|
|
||||||
|
**Arguments:**
|
||||||
|
None
|
Loading…
x
Reference in New Issue
Block a user