From 73ed64203442f42a21f8f98d25f7c0fade9262dc Mon Sep 17 00:00:00 2001 From: Freeyorp Date: Tue, 14 May 2013 11:29:11 +1200 Subject: 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. --- doc/mapserver-logging | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'doc/mapserver-logging') 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 ::= 'log-start' | 'log-start v2' | 'log-start v3' + | 'log-start v4' | | @@ -22,14 +23,14 @@ STATPLACE ::= 'LOGIN' | 'STATUP' | 'STATUP2' | 'STATRESET' XPPLACE ::= 'LOGIN' | 'LEVELUP' -XPREASON ::= 'SCRIPTXP' 'HEALXP' 'KILLXP' +XPREASON ::= 'SCRIPTXP' | 'HEALXP' | 'KILLXP' | 'SHAREXP' | 'UNKNOWNXP' ZEROTARGET ::= 'null' | MOB-MESSAGE ::= 'DEAD' PC-MESSAGE ::= 'WPNDMG' int 'FOR' int WPN int # "WPNDMG MOB01 type FOR damage WPN weapon-item" - | 'WPNINJURY' int 'FOR' int + | 'WPNINJURY' int 'FOR' int | 'MOB-TO-MOB-DMG' 'FROM' int 'TO' int 'FOR' int # Summoned monster damage | 'SPELLHEAL-INSTA' FOR int | 'SPELLDMG' FOR int BY spell-id @@ -52,7 +53,7 @@ PC-MESSAGE ::= 'WPNDMG' 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 -- cgit v1.2.3-60-g2f50