From 7ce17612f22115fd7f96e3267f2d766c0703e572 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sat, 6 Jun 2009 10:37:23 -0600 Subject: Update mob points --- npc/functions/mob_points.txt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'npc') diff --git a/npc/functions/mob_points.txt b/npc/functions/mob_points.txt index ede2d474..4fc1c013 100644 --- a/npc/functions/mob_points.txt +++ b/npc/functions/mob_points.txt @@ -30,13 +30,16 @@ function script MobPoints { 20, // Stumpy 70, // Mountain Snake 15, // Easter Fluffy - 40, // Mouboo [1028] + 40, // Mouboo 0, // Mauve Plant - 0, // Gamboge Plant + 0, // Gamboge Plant [1030] 0, // Cobalt Plant 0, // Alizarin Plant 20, // Sea Slime - 0; // Silk Worm + 0, // Silk Worm + 0, // Zombie + 0, // Clover Patch + 2; // Squirrel if (MPQUEST == 1) set Mobpt, Mobpt + @points[@mobID - 1002]; @@ -52,6 +55,8 @@ function script MobPoints { set @value, 4; if (@mobID == 1020) set @value, 3; + if (@mobID == 1038) + set @value, 2; if (@value == 0) goto L_end; -- cgit v1.2.3-60-g2f50