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.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/world/map/npc/functions/mob_points.txt b/world/map/npc/functions/mob_points.txt
index 5f711afb..08864ed0 100644
--- a/world/map/npc/functions/mob_points.txt
+++ b/world/map/npc/functions/mob_points.txt
@@ -111,6 +111,12 @@ function|script|MobPoints|,
15, // ViciousSquirrel
20, // WickedMushroom
18, // Bluepar
+ 10, // AngryFireGoblin
+ 35, // AngrySeaSlime
+ 50, // CandiedSlime
+ 40, // Santaboo
+ 30, // Pollett
+ 100, //Nutcracker
// Add more here
0; // END
@@ -146,6 +152,12 @@ function|script|MobPoints|,
// Reinboo
if (@mobID == 1094)
set @value, 3;
+// Santaboo
+ if (@mobID == 1112)
+ set @value, 3;
+// Pollett
+ if (@mobID == 1113)
+ set @value, 3;
if (@value == 0)
goto L_end;