1
0

Doc E slash_commands

This commit is contained in:
Emagi 2025-05-07 10:53:07 -04:00
parent 398dfe2558
commit 2afc29cebb
7 changed files with 91 additions and 0 deletions

View 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).

View 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}`.

View 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.

View File

@ -0,0 +1,10 @@
### Command: /end_altar
**Handler Macro:** UNKNOWN
**Handler Value:** 999
**Required Status:** 0
**Arguments:**
None

View 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"

View 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.

View File

@ -0,0 +1,10 @@
### Command: /equip
**Handler Macro:** UNKNOWN
**Handler Value:** 999
**Required Status:** 0
**Arguments:**
None