1
0

Doc F slash commands

This commit is contained in:
Emagi 2025-05-07 11:10:11 -04:00
parent 2afc29cebb
commit d564909c2f
13 changed files with 163 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1,13 @@
### Command: /findspawn regex_string
**Handler Macro:** COMMAND_FINDSPAWN
**Handler Value:** 521
**Required Status:** 200
**Arguments:**
- `arg[0]`: `string regex_string`
**Notes:**
- GM Command to find spawns in the zone, supports regex queries as well. Eg. /findspawn Rabbit or /findspawn .*

View File

@ -0,0 +1,17 @@
### Command: /flag character_name new_status
**Handler Macro:** COMMAND_ADMINFLAG
**Handler Value:** 21
**Required Status:** 10
**Arguments:**
- `arg[0]`: `string character_name`
- `arg[1]`: `int new_status`
**Usage Examples:**
- `/flag {name} {new_status}");`
**Notes:**
- Allows a GM Administrator to flag another player with status, Eg. /flag theirname 200

View File

@ -0,0 +1,15 @@
### Command: /flymode mode
**Handler Macro:** COMMAND_FLYMODE
**Handler Value:** 57
**Required Status:** 200
**Arguments:**
- `arg[0]`: `int mode`
**Notes:**
- /flymode 1 - in KoS and earlier clients this does not allow up and down movement just strafing. Newer clients can fully fly like on a mount.
- /flymode 2 - allows flying and clipping through the world space.
- /flymode 0 - disables flying or clip mode.

View File

@ -0,0 +1,13 @@
### Command: /follow
**Handler Macro:** COMMAND_FOLLOW
**Handler Value:** 26
**Required Status:** 0
**Arguments:**
None
**Notes:**
- Player's selected target will be followed if in range and in a group.

View File

@ -0,0 +1,13 @@
### Command: /friend_add name
**Handler Macro:** COMMAND_FRIEND_ADD
**Handler Value:** 108
**Required Status:** 0
**Arguments:**
- `arg[0]`: `string name`
**Notes:**
- Adds a friend to your friend list with `name`

View File

@ -0,0 +1,13 @@
### Command: /friend_remove name
**Handler Macro:** COMMAND_FRIEND_REMOVE
**Handler Value:** 109
**Required Status:** 0
**Arguments:**
- `arg[0]`: `string name`
**Notes:**
- Removes a friend to your friend list with `name`

View File

@ -0,0 +1,13 @@
### Command: /friends
**Handler Macro:** COMMAND_FRIENDS
**Handler Value:** 110
**Required Status:** 0
**Arguments:**
None
**Notes:**
- Not implemented, lists friends? UI is available in client.

View File

@ -0,0 +1,13 @@
### Command: /frombroker
**Handler Macro:** COMMAND_FROMBROKER
**Handler Value:** 527
**Required Status:** 0
**Arguments:**
None
**Notes:**
- Starts a broker session (at this time is an itemsearch and summonitem behavior, not a broker to other player items).

View File

@ -0,0 +1,13 @@
### Command: /frommerchant
**Handler Macro:** COMMAND_FROM_MERCHANT
**Handler Value:** 86
**Required Status:** 0
**Arguments:**
None
**Notes:**
- Opens the merchant window of the Player's target whether vendor or repair mender.