Difference between revisions of "Reporter"

From StickMUD
Jump to navigation Jump to search
(Created page with "<code>reporter</code> - Customize the vitals reporter. == Description == The reporter display may be updated to include custom text along with pre-defined reporter tags. {| c...")
 
m
 
Line 22: Line 22:
 
!Description
 
!Description
 
|-
 
|-
|<hp>  
+
|<code><hp></code>
|Show your current hit points.  
+
|Show current hit points.
 
|-
 
|-
|<maxhp>  
+
|<code><maxhp></code>
|Show your max hit points.  
+
|Show max hit points.
 
|-
 
|-
|<sp>  
+
|<code><percenthp></code>
|Show your current spell points.  
+
|Show current hit points percent.
 
|-
 
|-
|<maxsp>  
+
|<code><sp></code>
|Show your max spell points.  
+
|Show current spell points.
 
|-
 
|-
|<fp>  
+
|<code><maxsp></code>
|Show your current fatigue points.  
+
|Show max spell points.
 
|-
 
|-
|<maxfp>
+
|<code><percentsp></code>
|Show your your max fatigue points.  
+
|Show current spell points percent.
 
|-
 
|-
|<nowiki><time></nowiki>
+
|<code><fp></code>
 +
|Show current fatigue points.
 +
|-
 +
|<code><maxfp></code>
 +
|Show max fatigue points.
 +
|-
 +
|<code><percentfp></code>
 +
|Show current fatigue points percent.
 +
|-
 +
|<code><nowiki><time></nowiki></code>
 
|Show the game's actual time.
 
|Show the game's actual time.
 
|-
 
|-
|<time24>  
+
|<code><time24></code>
 
|Same as <nowiki><time> but in 24 hour format. </nowiki>
 
|Same as <nowiki><time> but in 24 hour format. </nowiki>
 
|-
 
|-
|<tz>
+
|<code><tz></code>
 
|Show the game's timezone code.
 
|Show the game's timezone code.
 
|-
 
|-
|<localtime>
+
|<code><localtime></code>
 
|Show ones actual time based on ones timezone setting.
 
|Show ones actual time based on ones timezone setting.
 
|-
 
|-
|<localtime24>  
+
|<code><localtime24></code>
|Same as <localtime> but in 24 hour format.  
+
|Same as <localtime> but in 24 hour format.
 
|-
 
|-
|<localtz>
+
|<code><localtz></code>
|Show ones set timezone code.  
+
|Show ones set timezone code.
 
|-
 
|-
|<wimpy>
+
|<code><wimpy></code>
 
|Show ones wimpy % or if one is in brave mode.
 
|Show ones wimpy % or if one is in brave mode.
 
|-
 
|-
|<enemy>
+
|<code><enemy></code>
|Show ones primary enemy's name while in active combat.  
+
|Show ones primary enemy's name while in active combat.
 
|-
 
|-
|<enemyhealth>  
+
|<code><enemyhealth></code>
|Show ones primary enemy's health (does not apply to undead).  
+
|Show ones primary enemy's health (does not apply to undead).
 
|-
 
|-
|<path>
+
|<code><path></code>
 
|Current directory (Coder use only).
 
|Current directory (Coder use only).
 
|}
 
|}
Line 78: Line 87:
  
 
== See Also ==
 
== See Also ==
[[brave]], [[kill]], [[report]], [[sc]], [[score]], [[session]], [[set]], [[timezones]], and [[wimpy]]
+
[[brave]], [[kill]], [[prompt]], [[report]], [[sc]], [[score]], [[session]], [[set]], [[timezones]], and [[wimpy]]

Latest revision as of 14:38, 26 June 2022

reporter - Customize the vitals reporter.

Description

The reporter display may be updated to include custom text along with pre-defined reporter tags.

Syntax
Command Description
reporter Display current reporter settings.
reporter text <text> Update reporter settings with <text>, including pre-defined reporter tags.
reporter reset Update reporter settings to default.
Reporter Tags
Tag Description
<hp> Show current hit points.
<maxhp> Show max hit points.
<percenthp> Show current hit points percent.
<sp> Show current spell points.
<maxsp> Show max spell points.
<percentsp> Show current spell points percent.
<fp> Show current fatigue points.
<maxfp> Show max fatigue points.
<percentfp> Show current fatigue points percent.
<time> Show the game's actual time.
<time24> Same as <time> but in 24 hour format.
<tz> Show the game's timezone code.
<localtime> Show ones actual time based on ones timezone setting.
<localtime24> Same as <localtime> but in 24 hour format.
<localtz> Show ones set timezone code.
<wimpy> Show ones wimpy % or if one is in brave mode.
<enemy> Show ones primary enemy's name while in active combat.
<enemyhealth> Show ones primary enemy's health (does not apply to undead).
<path> Current directory (Coder use only).

Examples

> reporter text [ HP <hp>/<maxhp> | SP <sp>/<maxsp> | FP <fp>/<maxfp> | Enemy is <enemy>  (<enemyhealth>) ]
Ok. reporter set.

Looks like this while in combat:

[ HP 141/322 | SP 331/331 | FP 213/266 | Enemy is Bruiser (slightly hurt) ]

See Also

brave, kill, prompt, report, sc, score, session, set, timezones, and wimpy