From 9ddcd23a2964afba0ec7e83d1ce458c77f4666bc Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 6 Apr 2020 23:23:22 -0300 Subject: Doomsday Framework (#551) Contains code for Act 3 and Act 4. Also provides assets for Act 5, but they are not yet ready. Act 5 assets are provided for cases of extreme need only. --- world/map/npc/functions/mob_points.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'world/map/npc/functions/mob_points.txt') 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: -- cgit v1.2.3-60-g2f50