From 28e005594d9c067c98ebb7f1d7f303f5869b56cd Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Tue, 4 Jan 2011 22:35:08 +0100 Subject: adding mobs in 031-3, 032-1, 032-3 cindy quest: surviving yeti battle gives some daily quest bonus now --- npc/032-1_Outback/_mobs.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'npc/032-1_Outback/_mobs.txt') diff --git a/npc/032-1_Outback/_mobs.txt b/npc/032-1_Outback/_mobs.txt index e24c0fde..8278255f 100644 --- a/npc/032-1_Outback/_mobs.txt +++ b/npc/032-1_Outback/_mobs.txt @@ -1,7 +1,22 @@ // 032-1 Outback mobs +032-1.gat,31,24,27,15 monster BlackScorpion 1009,5,30000,100000,Mob032-1::On1009 +032-1.gat,24,72,27,24 monster BlackScorpion 1009,5,30000,100000,Mob032-1::On1009 +032-1.gat,24,44,25,21 monster BlackScorpion 1009,5,30000,100000,Mob032-1::On1009 +032-1.gat,57,41,23,18 monster Snake 1010,13,30000,100000,Mob032-1::On1010 +032-1.gat,77,76,34,27 monster Snake 1010,13,30000,100000,Mob032-1::On1010 032-1.gat,0,0,0 script Mob032-1 -1,{ +On1009: + set @mobID, 1009; + callfunc "MobPoints"; + break; + +On1010: + set @mobID, 1010; + callfunc "MobPoints"; + break; + end; } -- cgit v1.2.3-70-g09d2