From 80074793f51cc8038f7ea14dbd9432a9923bd3fa Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Tue, 21 May 2013 22:01:15 +0200 Subject: Add new monster bluepar to mob_db and mob_points function. --- world/map/npc/functions/mob_points.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'world/map/npc/functions/mob_points.txt') diff --git a/world/map/npc/functions/mob_points.txt b/world/map/npc/functions/mob_points.txt index bcf2fc96..99a71061 100644 --- a/world/map/npc/functions/mob_points.txt +++ b/world/map/npc/functions/mob_points.txt @@ -109,6 +109,7 @@ function|script|MobPoints|{ 50, // DemonicMouboo 15, // ViciousSquirrel 20, // WickedMushroom + 18, // Bluepar // Add more here 0; // END @@ -116,9 +117,9 @@ function|script|MobPoints|{ set Mobpt, Mobpt + @points[@mobID - 1002]; // Scorpion, Red Scorpion, Black Scorpion, Angry Scorpion -// DemonicMouboo, ViciousSquirrel, WickedMushroom +// DemonicMouboo, ViciousSquirrel, WickedMushroom, Bluepar if ((@mobID == 1003) || (@mobID == 1004) || (@mobID == 1009) || (@mobID == 1057) - || (@mobID == 1104) || (@mobID == 1105) || (@mobID == 1106)) + || (@mobID == 1104) || (@mobID == 1105) || (@mobID == 1106) || (@mobID == 1107)) goto L_good; -- cgit v1.2.3-60-g2f50