diff options
Diffstat (limited to 'world/map/npc/functions/mob_points.txt')
-rw-r--r-- | world/map/npc/functions/mob_points.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/world/map/npc/functions/mob_points.txt b/world/map/npc/functions/mob_points.txt index 995b9a90..28058d07 100644 --- a/world/map/npc/functions/mob_points.txt +++ b/world/map/npc/functions/mob_points.txt @@ -145,7 +145,13 @@ function|script|MobPoints 80, // 1135 LovelyMaggot 10, // 1136 LesserGhost 500, // 1137 Tormenta - 200 // 1138 ManaGuardian + 200, // 1138 ManaGuardian + 10, // 1139 Virus + 200, // 1140 Tengu + 200, // 1141 Sasquatch + 999, // 1142 ZaxDeKagen + 200, // 1143 ManaSlayer + 200 // 1144 GreatDragon ; if ((MPQUEST == 1) && (@mobID < 1129)) @@ -161,7 +167,7 @@ L_Table1: goto L_PostLoop; L_Table2: - set Mobpt, Mobpt + @points_extended[@mobID - 1130]; + set Mobpt, Mobpt + @points_extended[@mobID - 1129]; goto L_PostLoop; L_PostLoop: |