diff options
Diffstat (limited to 'world/map/db/const.txt')
-rw-r--r-- | world/map/db/const.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/world/map/db/const.txt b/world/map/db/const.txt index b60a2bff..2e1aef15 100644 --- a/world/map/db/const.txt +++ b/world/map/db/const.txt @@ -77,6 +77,9 @@ AMMO_BOW 1 AMMO_SLING 2 AMMO_WAND 3 AMMO_XMAS 4 +AMMO_DONT_USE 5 +// using AMMO_DONT_USE with CheckLauncher removes all other ammos there must not be an ammo that uses AMMO_DONT_USE with CheckAmmo +// without this the the eqipped ammo would not removed and ammo could still be eqipped and it does not matter what ammo and the ammo damage would be added to the final weapon damage // Hairstyles HS_Bald 0 @@ -132,11 +135,14 @@ cOrange 7 cPurple 8 cDarkGreen 9 -SC_POISON 132 SC_SLOWPOISON 14 SC_SPEEDPOTION0 37 +SC_POISON 132 +SC_SLOWMOVE 133 +SC_CANTMOVE 134 SC_ATKPOT 185 SC_MATKPOT 186 +SC_PHYS_SHIELD_ITEM 193 SC_SHEARED 194 SC_HIDE 194 SC_HALT_REGENERATE 195 @@ -152,6 +158,7 @@ SC_COOLDOWN_AR 75 SC_COOLDOWN_ENCH 76 SC_COOLDOWN_KOY 77 SC_COOLDOWN_UPMARMU 78 +SC_COOLDOWN_SG 79 // Emotions EMOTE_DISGUST 1 @@ -531,4 +538,3 @@ MLP_CR_DEBUT 4 // Local Quest Constants MLP_TMW_CELESTIA 1 MLP_TMW_YETIKING 2 - |