From f425e4b2261b920f08721e6283d58164620a29c5 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Mon, 13 May 2013 20:47:04 +0200 Subject: Add new monsters to mob point function. --- world/map/npc/functions/mob_points.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'world/map') diff --git a/world/map/npc/functions/mob_points.txt b/world/map/npc/functions/mob_points.txt index 2f89010e..bcf2fc96 100644 --- a/world/map/npc/functions/mob_points.txt +++ b/world/map/npc/functions/mob_points.txt @@ -106,18 +106,19 @@ function|script|MobPoints|{ 80, // DemonicSpirit 940, // Luvia 150, // WitchGuard + 50, // DemonicMouboo + 15, // ViciousSquirrel + 20, // WickedMushroom // 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 + if ((@mobID == 1003) || (@mobID == 1004) || (@mobID == 1009) || (@mobID == 1057) + || (@mobID == 1104) || (@mobID == 1105) || (@mobID == 1106)) goto L_good; -- cgit v1.2.3-60-g2f50