diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2011-09-06 22:31:42 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-09-06 22:33:07 -0700 |
commit | 0ad99072c594ba4bae6c1477488ba8322b22ec02 (patch) | |
tree | 8dbe1cf56d1cec0bdce467da75ed17a3b387840b /world/map/db | |
parent | 62662676eb8ba15812b6f526bfe8d3a818634dcb (diff) | |
download | serverdata-0ad99072c594ba4bae6c1477488ba8322b22ec02.tar.gz serverdata-0ad99072c594ba4bae6c1477488ba8322b22ec02.tar.bz2 serverdata-0ad99072c594ba4bae6c1477488ba8322b22ec02.tar.xz serverdata-0ad99072c594ba4bae6c1477488ba8322b22ec02.zip |
Add EMOTE_ constants
Also fix an off-by-one error in the entertainer
Diffstat (limited to 'world/map/db')
-rw-r--r-- | world/map/db/const.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/world/map/db/const.txt b/world/map/db/const.txt index e8ca1c31..dcabf7c6 100644 --- a/world/map/db/const.txt +++ b/world/map/db/const.txt @@ -214,6 +214,23 @@ sc_slowpoison 14 sc_raiseattackspeed0 37 sc_raiseattackstrength 185 +// emotions +// note, client-data/emote.xml uses the wrong numbers +EMOTE_DISGUST 1 +EMOTE_SURPRISE 2 +EMOTE_HAPPY 3 +EMOTE_SAD 4 +EMOTE_EVIL 5 +EMOTE_WINK 6 +EMOTE_ANGEL 7 +EMOTE_BLUSH 8 +EMOTE_TONGUE 9 +EMOTE_GRIN 10 +EMOTE_UPSET 11 +EMOTE_PERTURBED 12 +EMOTE_SPEECH 13 +EMOTE_BLAH 14 + // Marriage-related WEDDING_FEE 100 DIVORCE_FEE_PER_LEVEL 500 |