From 2eb387392b8e0c7fac3986cdb9866037e5c8b9f3 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Mon, 21 May 2012 19:19:10 +0200 Subject: Add Reinboo to the list of monsters that annoy Sagatha when you kill them. --- world/map/npc/functions/mob_points.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'world') diff --git a/world/map/npc/functions/mob_points.txt b/world/map/npc/functions/mob_points.txt index 283584d6..3c0a7f03 100644 --- a/world/map/npc/functions/mob_points.txt +++ b/world/map/npc/functions/mob_points.txt @@ -128,6 +128,9 @@ function|script|MobPoints|{ // Squirrel if (@mobID == 1038) set @value, 2; +// Reinboo + if (@mobID == 1094) + set @value, 3; if (@value == 0) goto L_end; -- cgit v1.2.3-60-g2f50