diff options
Diffstat (limited to 'world/map/npc/functions')
-rw-r--r-- | world/map/npc/functions/mob_points.txt | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/world/map/npc/functions/mob_points.txt b/world/map/npc/functions/mob_points.txt index c5c7b7bd..e4deec13 100644 --- a/world/map/npc/functions/mob_points.txt +++ b/world/map/npc/functions/mob_points.txt @@ -107,18 +107,20 @@ function|script|MobPoints|, 80, // DemonicSpirit 940, // Luvia 150, // WitchGuard + 50, // DemonicMouboo + 15, // ViciousSquirrel + 20, // WickedMushroom + 18, // Bluepar // Add more here 0; // END - if (MPQUEST == 1) set Mobpt, Mobpt + @points[@mobID - 1002]; // Scorpion, Red Scorpion, Black Scorpion, Angry Scorpion - if ((@mobID == 1003) - || (@mobID == 1004) - || (@mobID == 1009) - || (@mobID == 1057)) +// DemonicMouboo, ViciousSquirrel, WickedMushroom, Bluepar + if ((@mobID == 1003) || (@mobID == 1004) || (@mobID == 1009) || (@mobID == 1057) + || (@mobID == 1104) || (@mobID == 1105) || (@mobID == 1106) || (@mobID == 1107)) goto L_good; |