diff options
author | Freeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace> | 2013-05-14 11:29:11 +1200 |
---|---|---|
committer | Freeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace> | 2013-05-14 11:29:11 +1200 |
commit | 73ed64203442f42a21f8f98d25f7c0fade9262dc (patch) | |
tree | 2e6a1d709fcb2a9bc47793cf8b452bd1fc1ab8c0 /doc/mapserver-logging | |
parent | 7db0a38b4ec702011d67b37160665499a8c837c1 (diff) | |
download | tmwa-73ed64203442f42a21f8f98d25f7c0fade9262dc.tar.gz tmwa-73ed64203442f42a21f8f98d25f7c0fade9262dc.tar.bz2 tmwa-73ed64203442f42a21f8f98d25f7c0fade9262dc.tar.xz tmwa-73ed64203442f42a21f8f98d25f7c0fade9262dc.zip |
Add SHAREXP distinction, create UNKNOWNXP default
Previously, KILLXP was being set as the catchall, which caused false
positives for XP sharing.
Update documentation accordingly.
log version incremented to 4.
Diffstat (limited to 'doc/mapserver-logging')
-rw-r--r-- | doc/mapserver-logging | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/mapserver-logging b/doc/mapserver-logging index 983de1f..573c61f 100644 --- a/doc/mapserver-logging +++ b/doc/mapserver-logging @@ -5,6 +5,7 @@ LOGLINE ::= int'.'int <MESSAGE> MESSAGE ::= 'log-start' | 'log-start v2' | 'log-start v3' + | 'log-start v4' | <PC> <COORD> <PC-MESSAGE> | <MOB> <MOB-MESSAGE> @@ -22,14 +23,14 @@ STATPLACE ::= 'LOGIN' | 'STATUP' | 'STATUP2' | 'STATRESET' XPPLACE ::= 'LOGIN' | 'LEVELUP' -XPREASON ::= 'SCRIPTXP' 'HEALXP' 'KILLXP' +XPREASON ::= 'SCRIPTXP' | 'HEALXP' | 'KILLXP' | 'SHAREXP' | 'UNKNOWNXP' ZEROTARGET ::= 'null' | <TARGET> MOB-MESSAGE ::= 'DEAD' PC-MESSAGE ::= 'WPNDMG' <TARGET> int 'FOR' int WPN int # "WPNDMG MOB01 type FOR damage WPN weapon-item" - | 'WPNINJURY' <TARGET> int 'FOR' int + | 'WPNINJURY' <TARGET> int 'FOR' int | 'MOB-TO-MOB-DMG' 'FROM' <MOB> int 'TO' <MOB> int 'FOR' int # Summoned monster damage | 'SPELLHEAL-INSTA' <PC> FOR int | 'SPELLDMG' <MOB> FOR int BY spell-id @@ -52,7 +53,7 @@ PC-MESSAGE ::= 'WPNDMG' <TARGET> int 'FOR' int WPN int # "WPNDMG MOB01 type F | 'TRADEOK' | 'STATUP' | 'STATRESET' - | 'STATUP' + | 'STATUP2' NOTES: ------ @@ -67,4 +68,4 @@ Illegal items Restricted access -725, 726, 647, 646
\ No newline at end of file +725, 726, 647, 646 |