667
edits
mNo edit summary |
(Spells Status command added) |
||
Line 3: | Line 3: | ||
We're using an advanced listener system to directly process and/or hide text that players send to the server. In simple terms, this allows us to create "chat text commands" that you type directly into the chat bar (or attach to a quick slot). Features already implemented in this system include: | We're using an advanced listener system to directly process and/or hide text that players send to the server. In simple terms, this allows us to create "chat text commands" that you type directly into the chat bar (or attach to a quick slot). Features already implemented in this system include: | ||
==Custom Text Macros== | |||
==Text Macros== | |||
Accessed via the "/m" command, you can create as many chat macros as you like with the following parameters; | Accessed via the "/m" command, you can create as many chat macros as you like with the following parameters; | ||
Line 13: | Line 12: | ||
Once you have created your first Macro, you will receive a Macro helper token that lists your available Macros. | Once you have created your first Macro, you will receive a Macro helper token that lists your available Macros. | ||
==Spells Status== | |||
*'''"/c spells_status"''' - Use this command to check the current spells on yourself. | |||
* If the PC is the one who cast the spells, will show the spell name and remaining duration. | |||
* If not, the PC rolls 2 rolls of spellcraft, one for the spell's name and if successful, for the spell's remaining duration as well. | |||
* This command can be used every 5 minutes | |||
==Emote commands== | ==Emote commands== |
edits