diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-09-27 10:59:35 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-09-27 10:59:35 -0600 |
commit | ceb560ce15ae2367f928d1c82686ecee7be5cd73 (patch) | |
tree | 9d06b5fb309decf180ce51bc6ae25b7d8c2e89ea /npc/functions | |
parent | 0da85a720d681fdd4b2eb1a3407d3801fff73b92 (diff) | |
download | serverdata-ceb560ce15ae2367f928d1c82686ecee7be5cd73.tar.gz serverdata-ceb560ce15ae2367f928d1c82686ecee7be5cd73.tar.bz2 serverdata-ceb560ce15ae2367f928d1c82686ecee7be5cd73.tar.xz serverdata-ceb560ce15ae2367f928d1c82686ecee7be5cd73.zip |
Fix mob points
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/mob_points.txt | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/npc/functions/mob_points.txt b/npc/functions/mob_points.txt index 4fc1c013..f9c58f21 100644 --- a/npc/functions/mob_points.txt +++ b/npc/functions/mob_points.txt @@ -32,14 +32,25 @@ function script MobPoints { 15, // Easter Fluffy 40, // Mouboo 0, // Mauve Plant - 0, // Gamboge Plant [1030] - 0, // Cobalt Plant + 0, // Cobalt Plant [1030] + 0, // Gamboge Plant 0, // Alizarin Plant 20, // Sea Slime + 75, // Grass Snake 0, // Silk Worm 0, // Zombie 0, // Clover Patch - 2; // Squirrel + 2, // Squirrel + 0, // Fire Lizard + 0, // Wisp [1040] + 0, // Snail + 0, // Spectre + 0, // Skeleton + 0, // Lady Skeleton + 0, // Fallen + 0, // Snake Lord + // Add more here + 0; // END if (MPQUEST == 1) set Mobpt, Mobpt + @points[@mobID - 1002]; |