summaryrefslogtreecommitdiff
path: root/world/map/npc/functions/mob_points.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/functions/mob_points.txt')
-rw-r--r--world/map/npc/functions/mob_points.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/world/map/npc/functions/mob_points.txt b/world/map/npc/functions/mob_points.txt
index 2f89010e..bcf2fc96 100644
--- a/world/map/npc/functions/mob_points.txt
+++ b/world/map/npc/functions/mob_points.txt
@@ -106,18 +106,19 @@ function|script|MobPoints|{
80, // DemonicSpirit
940, // Luvia
150, // WitchGuard
+ 50, // DemonicMouboo
+ 15, // ViciousSquirrel
+ 20, // WickedMushroom
// Add more here
0; // END
-
if (MPQUEST == 1)
set Mobpt, Mobpt + @points[@mobID - 1002];
// Scorpion, Red Scorpion, Black Scorpion, Angry Scorpion
- if ((@mobID == 1003)
- || (@mobID == 1004)
- || (@mobID == 1009)
- || (@mobID == 1057))
+// DemonicMouboo, ViciousSquirrel, WickedMushroom
+ if ((@mobID == 1003) || (@mobID == 1004) || (@mobID == 1009) || (@mobID == 1057)
+ || (@mobID == 1104) || (@mobID == 1105) || (@mobID == 1106))
goto L_good;