diff options
author | alige Ali-G <aligetmw@hotmail.fr> | 2012-05-12 08:27:15 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-05-23 12:46:28 +0200 |
commit | f5814692601234a7ab8be84c6b8822f2a7c0c01c (patch) | |
tree | c6bf8467c471924bef1ac456e3f74d8416c72c0e /world/map/db | |
parent | 020362be6e7b9b38a8196598dfa1a621aa9eddee (diff) | |
download | serverdata-f5814692601234a7ab8be84c6b8822f2a7c0c01c.tar.gz serverdata-f5814692601234a7ab8be84c6b8822f2a7c0c01c.tar.bz2 serverdata-f5814692601234a7ab8be84c6b8822f2a7c0c01c.tar.xz serverdata-f5814692601234a7ab8be84c6b8822f2a7c0c01c.zip |
Expanded the debug NPC script and added new variables in const.txt.
Diffstat (limited to 'world/map/db')
-rw-r--r-- | world/map/db/const.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/world/map/db/const.txt b/world/map/db/const.txt index bc7518c4..9c7921e5 100644 --- a/world/map/db/const.txt +++ b/world/map/db/const.txt @@ -332,6 +332,11 @@ BYTE_2_SHIFT 16 BYTE_3_MASK 4278190080 BYTE_3_SHIFT 24 +// Basic Skills +SKILL_EMOTE 1 +SKILL_TRADE 2 +SKILL_PARTY 3 + // Skill pools SKILL_POOL 339 SKILL_MALLARDS_EYE 45 |