diff options
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 54 |
1 files changed, 44 insertions, 10 deletions
diff --git a/db/constants.conf b/db/constants.conf index 76541432..895d575f 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -704,7 +704,7 @@ more than one separator can be used in a row (so 12_3___456 is illegal). Ele_Holy: 6 Ele_Dark: 7 - // Kept for Compatibility + // Kept for Compatibility Ele_Earth: 2 Ele_Wind: 2 // 4 Ele_Poison: 2 // 5 @@ -4792,9 +4792,9 @@ more than one separator can be used in a row (so 12_3___456 is illegal). G_OTHER: 3 comment__: "races" - KaizeiViro: 0 - ArgaesViro: 1 - TonoriViro: 2 + KaizeiTalpan: 0 + ArgaesTalpan: 1 + TonoriTalpan: 2 CaveUkar: 3 MountainUkar: 4 SeaTritan: 5 @@ -4806,7 +4806,7 @@ more than one separator can be used in a row (so 12_3___456 is illegal). // DEPRECATED: Kept for compatibility Human: 0 - Viro: 0 + Talpan: 0 Ukar: 3 Tritan: 5 Raijin: 7 @@ -4971,6 +4971,20 @@ more than one separator can be used in a row (so 12_3___456 is illegal). NPC_JUKEBOX: 228 NPC_LA_MARINE: 229 NPC_TIKI: 230 + NPC_GOLBENEZ: 231 + NPC_REIDCHEF: 232 + NPC_ARCHIBALD: 233 + NPC_LEOFWIN: 234 + NPC_UMFREY: 235 + NPC_LOVERS: 236 + NPC_BARBARA: 237 + NPC_WOLFGANG: 238 + NPC_BENNET: 239 + NPC_EDWIN: 240 + NPC_DARNEL: 241 + NPC_ESTRILDA: 242 + NPC_CARETAKER: 243 + NPC_CARETAKER_WIFE: 244 NPC_CONFUSED_TREE: 400 NPC_ALIGE: 401 @@ -5049,6 +5063,18 @@ more than one separator can be used in a row (so 12_3___456 is illegal). NPC_MAGE_BLUE: 476 NPC_HAL: 477 NPC_SUMMONING_CIRC: 478 + NPC_MOUBOOMASTER: 479 + NPC_UNDEAD_RECPTION: 480 + NPC_UNDEAD_GUARD: 481 + NPC_JPMORBID: 482 + NPC_HAMOND: 483 + NPC_THURSTAN: 484 + NPC_SAVARIC: 485 + NPC_REID: 486 + NPC_NIGEL: 487 + NPC_EURNI: 488 + NPC_CHRONOS: 489 + NPC_UNDEAD_WEPPER: 490 NPC_TEST1: 800 NPC_PLAYER: 801 @@ -5065,7 +5091,7 @@ more than one separator can be used in a row (so 12_3___456 is illegal). NPC_DAN_NOTE: 912 NPC_OFFSET_NO_SPRITE: 998 - // Avatars (1000+) + // Avatars (1000+) AVATAR_CARDA: 1000 AVATAR_CARD2: 1001 AVATAR_CARD3: 1002 @@ -5197,10 +5223,10 @@ more than one separator can be used in a row (so 12_3___456 is illegal). comment__: "Daily Constants" DAILY_LOWLEVEL: 0 - DAILY_IGNORED: 1 - DAILY_NOPTS: 2 - DAILY_NOITEMS: 3 - DAILY_OK: 4 + DAILY_IGNORED: 1 + DAILY_NOPTS: 2 + DAILY_NOITEMS: 3 + DAILY_OK: 4 comment__: "Misc settings" CHEST_WAITTIME: 900 // 15 minutes @@ -5245,5 +5271,13 @@ more than one separator can be used in a row (so 12_3___456 is illegal). ROSSY_READY: 1023 ROSSY_BOSSCAVE: 1024 + comment__: "Kylian Quest Constants" + KYLIAN_YANIS: 1 + KYLIAN_WEELLOS: 2 + KYLIAN_FIERI: 4 + KYLIAN_CASINO: 8 + KYLIAN_HETCHEL: 16 + KYLIAN_HOCUS: 32 + @include "conf/import/constants.conf" } |