diff options
author | jesusalva <cpntb1@ymail.com> | 2018-03-03 20:18:37 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-03-03 20:18:37 -0300 |
commit | c9b6a0cd1415caff9ea742e62642e278861691a5 (patch) | |
tree | a259b621836d9855ecbccb0dd284daf02b6e3c6b /db/constants.conf | |
parent | 034c10fbabf7cb737b7338fd1c41c0930108f801 (diff) | |
download | serverdata-c9b6a0cd1415caff9ea742e62642e278861691a5.tar.gz serverdata-c9b6a0cd1415caff9ea742e62642e278861691a5.tar.bz2 serverdata-c9b6a0cd1415caff9ea742e62642e278861691a5.tar.xz serverdata-c9b6a0cd1415caff9ea742e62642e278861691a5.zip |
Easter traps on map 001-4
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/db/constants.conf b/db/constants.conf index ddb19546f..9d85b75af 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3894,6 +3894,20 @@ constants_db: { NPC_OSCAR: 145 NPC_SHOP_BAG_TEST: 146 NPC_RED: 147 + // TMW-BR + NPC_CHILD1: 148 + NPC_CHILD2: 149 + NPC_CHILD3: 150 + NPC_CHILD4: 151 + NPC_CHILD5: 152 + NPC_CHILD6: 153 + NPC_CHILD7: 154 + NPC_CHILD8: 155 + NPC_CHILD9: 156 + NPC_CHILD0: 157 + NPC_TRAP: 158 + NPC_TRAP_ONLINE: 159 + NPC_TRAP_TRIGGERED: 160 NPC_CONFUSED_TREE: 400 NPC_ALIGE: 401 @@ -3947,17 +3961,6 @@ constants_db: { NPC_GUARD1: 451 NPC_GUARD2: 452 - NPC_CHILD1: 148 - NPC_CHILD2: 149 - NPC_CHILD3: 150 - NPC_CHILD4: 151 - NPC_CHILD5: 152 - NPC_CHILD6: 153 - NPC_CHILD7: 154 - NPC_CHILD8: 155 - NPC_CHILD9: 156 - NPC_CHILD0: 157 - NPC_SOUL_NORMAL: 700 NPC_SOUL_DESERT: 701 NPC_SOUL_SNOW: 702 |