summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-06-06 10:37:23 -0600
committerJared Adams <jaxad0127@gmail.com>2009-06-06 10:37:23 -0600
commit7ce17612f22115fd7f96e3267f2d766c0703e572 (patch)
treebfb4d15ae8e423de68c1c15aa76f3ca60747bc02 /npc
parent338b86bc6cad47f918a266e5013fa384190d5488 (diff)
downloadserverdata-7ce17612f22115fd7f96e3267f2d766c0703e572.tar.gz
serverdata-7ce17612f22115fd7f96e3267f2d766c0703e572.tar.bz2
serverdata-7ce17612f22115fd7f96e3267f2d766c0703e572.tar.xz
serverdata-7ce17612f22115fd7f96e3267f2d766c0703e572.zip
Update mob points
Diffstat (limited to 'npc')
-rw-r--r--npc/functions/mob_points.txt11
1 files changed, 8 insertions, 3 deletions
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;