diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-04-11 13:02:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-04-11 13:02:59 -0300 |
commit | 10e58c70dce2680692c14490739452c72b63fc32 (patch) | |
tree | 8240824da144f680b41af1cfe5bc646b037d5ede /world/map/npc/functions | |
parent | 4a4b2deefcbba1364e82a1d897ec3b79411e8f01 (diff) | |
download | serverdata-10e58c70dce2680692c14490739452c72b63fc32.tar.gz serverdata-10e58c70dce2680692c14490739452c72b63fc32.tar.bz2 serverdata-10e58c70dce2680692c14490739452c72b63fc32.tar.xz serverdata-10e58c70dce2680692c14490739452c72b63fc32.zip |
Add Reaper2 (the old GM Reaper with 2 scythes and 1 energy ball).
Update monster point table. Fix Reaper skill table.
Diffstat (limited to 'world/map/npc/functions')
-rw-r--r-- | world/map/npc/functions/mob_points.txt | 43 |
1 files changed, 34 insertions, 9 deletions
diff --git a/world/map/npc/functions/mob_points.txt b/world/map/npc/functions/mob_points.txt index 81e3c6d9..c3203422 100644 --- a/world/map/npc/functions/mob_points.txt +++ b/world/map/npc/functions/mob_points.txt @@ -70,8 +70,8 @@ function|script|MobPoints 10, // Bandit 20, // Bandit Lord 30, // Vampire Bat - 20, // Reaper - 20, // Reaper2 + 50, // Reaper + 20, // Scythe 100, // Scythe 20, // Ball Lightning 60, // Ice Element @@ -138,20 +138,45 @@ function|script|MobPoints setarray @points_extended, 200, // 1129 GeneralTerogan 100, // 1130 Moonshroom - 20, // 1131 ManaBug - 80, // 1132 LavaSlime - 80, // 1133 Anne + 20, // 1131 ManaBug + 80, // 1132 LavaSlime + 80, // 1133 Anne 200, // 1134 SUSAN - 80, // 1135 LovelyMaggot - 10, // 1136 LesserGhost + 80, // 1135 LovelyMaggot + 10, // 1136 LesserGhost 500, // 1137 Tormenta 200, // 1138 ManaGuardian - 10, // 1139 Virus + 10, // 1139 Virus 200, // 1140 Tengu 200, // 1141 Sasquatch 999, // 1142 ZaxDeKagen 200, // 1143 ManaSlayer - 200 // 1144 GreatDragon + 200, // 1144 GreatDragon + -99, // 1145 KageGolem + 200, // 1146 Flashmob + 200, // 1147 Koyntety + 100, // 1148 DoomGolem + 100, // 1149 Enchanter + 0, // 1150 ManaTyrant + 0, // 1151 VoidFlower + 0, // 1152 VoidArchant + 0, // 1153 VoidSlime + 0, // 1154 VoidSnake + 0, // 1155 VoidBat + 0, // 1156 VoidMaggot + 25, // 1157 VoidSoldier + 0, // 1158 VoidMouboo + 0, // 1159 VoidScorpion + 0, // 1160 VoidShroom + -99, // 1161 Xakelbael + 0, // 1162 Grinchboo + 15, // 1163 Friday + 0, // 1164 RESERVED + 0, // 1165 RESERVED + 0, // 1166 RESERVED + 0, // 1167 RESERVED + 0, // 1168 Floyd + 300 // 1169 Reaper2 ; if ((MPQUEST == 1) && (@mobID < 1129)) |