Difference between revisions of "Help/Promptcolors"
Jump to navigation
Jump to search
(Created page with "= Prompt = Usage: prompt <blank|default|string> Examples: {prompt blank} {prompt default} {prompt %hp%>} To make a custom prompt simply type the word PROMPT and fol...") |
(→Prompt) |
||
Line 13: | Line 13: | ||
at the end of the prompt variables for this. | at the end of the prompt variables for this. | ||
− | + | '''PROMPT VARIABLES''' | |
* %hp% - Your Current Hit Points | * %hp% - Your Current Hit Points | ||
* %maxhp% - Your Maximum Hit Points | * %maxhp% - Your Maximum Hit Points | ||
Line 33: | Line 33: | ||
* %tankdiag% - Your tank's condition (diagnoses) | * %tankdiag% - Your tank's condition (diagnoses) | ||
− | + | '''IMMORTAL ONLY IDENTIFIERS''' | |
* %zone% - The zone idx you are in | * %zone% - The zone idx you are in | ||
* %room% - The room idx you are in | * %room% - The room idx you are in | ||
* %wizinv% - Your wizinv level | * %wizinv% - Your wizinv level | ||
− | + | '''More Examples''' | |
Example: | Example: |
Latest revision as of 14:38, 15 November 2020
Prompt
Usage:
prompt <blank|default|string>
Examples:
{prompt blank} {prompt default} {prompt %hp%>}
To make a custom prompt simply type the word PROMPT and follow it with any of the following variables. Color may be added to the prompt, see the help at the end of the prompt variables for this.
PROMPT VARIABLES
- %hp% - Your Current Hit Points
- %maxhp% - Your Maximum Hit Points
- %mana% - Your Current Mana
- %maxmana% - Your Maximum Mana
- %endurance% - Your Current Endurance
- %maxendurance% - Your Maximum Endurance
- %guild% - Your Guild's Name
- %title% - Your Title
- %age% - Your age
- %race% - Your race
- %xp% - Your current experience
- %xptolvl% - Your experience to next level
- %level% - Your current base level
- %vlevel% - Your current virtual level
- %oppname% - Your opponent's name
- %tankname% - Your tank's name
- %oppdiag% - Your opponent's condition (diagnoses)
- %tankdiag% - Your tank's condition (diagnoses)
IMMORTAL ONLY IDENTIFIERS
- %zone% - The zone idx you are in
- %room% - The room idx you are in
- %wizinv% - Your wizinv level
More Examples
Example:
prompt (hit:%hp%/Mana:%mana%/Endurance:%endurance%)
will give you a prompt like:
(hit:40/Mana:10/Endurance:0)
prompt My hit %hp%>
will give you a prompt like:
My hit 10>
To get the default prompt back type the following:
{prompt default}
TO have no prompt at all, which can be nice if you're visually impaired, try:
{prompt blank}
Using a blank prompt can be combined with e.g. the {score hp} command.
See Also:
> {help score}