Doc F slash commands
This commit is contained in:
parent
2afc29cebb
commit
d564909c2f
10
docs/slash_commands/facebook.md
Normal file
10
docs/slash_commands/facebook.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
### Command: /facebook
|
||||||
|
|
||||||
|
**Handler Macro:** UNKNOWN
|
||||||
|
|
||||||
|
**Handler Value:** 999
|
||||||
|
|
||||||
|
**Required Status:** 0
|
||||||
|
|
||||||
|
**Arguments:**
|
||||||
|
None
|
10
docs/slash_commands/facial_anim_receiver.md
Normal file
10
docs/slash_commands/facial_anim_receiver.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
### Command: /facial_anim_receiver
|
||||||
|
|
||||||
|
**Handler Macro:** UNKNOWN
|
||||||
|
|
||||||
|
**Handler Value:** 999
|
||||||
|
|
||||||
|
**Required Status:** 0
|
||||||
|
|
||||||
|
**Arguments:**
|
||||||
|
None
|
10
docs/slash_commands/finditem.md
Normal file
10
docs/slash_commands/finditem.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
### Command: /finditem
|
||||||
|
|
||||||
|
**Handler Macro:** UNKNOWN
|
||||||
|
|
||||||
|
**Handler Value:** 999
|
||||||
|
|
||||||
|
**Required Status:** 0
|
||||||
|
|
||||||
|
**Arguments:**
|
||||||
|
None
|
10
docs/slash_commands/findnpc.md
Normal file
10
docs/slash_commands/findnpc.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
### Command: /findnpc
|
||||||
|
|
||||||
|
**Handler Macro:** UNKNOWN
|
||||||
|
|
||||||
|
**Handler Value:** 999
|
||||||
|
|
||||||
|
**Required Status:** 0
|
||||||
|
|
||||||
|
**Arguments:**
|
||||||
|
None
|
13
docs/slash_commands/findspawn.md
Normal file
13
docs/slash_commands/findspawn.md
Normal 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 .*
|
17
docs/slash_commands/flag.md
Normal file
17
docs/slash_commands/flag.md
Normal 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
|
15
docs/slash_commands/flymode.md
Normal file
15
docs/slash_commands/flymode.md
Normal 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.
|
13
docs/slash_commands/follow.md
Normal file
13
docs/slash_commands/follow.md
Normal 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.
|
13
docs/slash_commands/friend_add.md
Normal file
13
docs/slash_commands/friend_add.md
Normal 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`
|
13
docs/slash_commands/friend_remove.md
Normal file
13
docs/slash_commands/friend_remove.md
Normal 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`
|
13
docs/slash_commands/friends.md
Normal file
13
docs/slash_commands/friends.md
Normal 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.
|
13
docs/slash_commands/frombroker.md
Normal file
13
docs/slash_commands/frombroker.md
Normal 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).
|
13
docs/slash_commands/frommerchant.md
Normal file
13
docs/slash_commands/frommerchant.md
Normal 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.
|
Loading…
x
Reference in New Issue
Block a user