summaryrefslogtreecommitdiff
path: root/world/map/npc/functions/mob_points.txt
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2013-05-21 22:01:15 +0200
committerJessica Tölke <jtoelke@mail.upb.de>2013-05-27 19:31:51 +0200
commit80074793f51cc8038f7ea14dbd9432a9923bd3fa (patch)
tree2b63f47798e8b26667d50db82447d14bc87b13d2 /world/map/npc/functions/mob_points.txt
parentf425e4b2261b920f08721e6283d58164620a29c5 (diff)
downloadserverdata-80074793f51cc8038f7ea14dbd9432a9923bd3fa.tar.gz
serverdata-80074793f51cc8038f7ea14dbd9432a9923bd3fa.tar.bz2
serverdata-80074793f51cc8038f7ea14dbd9432a9923bd3fa.tar.xz
serverdata-80074793f51cc8038f7ea14dbd9432a9923bd3fa.zip
Add new monster bluepar to mob_db and mob_points function.
Diffstat (limited to 'world/map/npc/functions/mob_points.txt')
-rw-r--r--world/map/npc/functions/mob_points.txt5
1 files changed, 3 insertions, 2 deletions
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;