From d5d4db4307b983ae3b4636773b4c1f3133e7d1d8 Mon Sep 17 00:00:00 2001 From: Eugenio Favalli Date: Thu, 5 Jan 2006 17:04:13 +0000 Subject: Fixed monster spawning again. --- npc/tulimshar/dark_mage.txt | 9 --------- npc/tulimshar/monster_guide.txt | 6 +++--- 2 files changed, 3 insertions(+), 12 deletions(-) delete mode 100644 npc/tulimshar/dark_mage.txt (limited to 'npc') diff --git a/npc/tulimshar/dark_mage.txt b/npc/tulimshar/dark_mage.txt deleted file mode 100644 index ff2a33e4..00000000 --- a/npc/tulimshar/dark_mage.txt +++ /dev/null @@ -1,9 +0,0 @@ -new_3-1.gat,37,44,3 script Darkmage 103,{ -mes "Would you sell me your soul? I will grant you diabolical power in exchange, but you will not be granted passage onto the next world in case you decide to exchange your eternal soul for mortal power. For what do we need your soul..? That's not for you to know. Are you still sure you want to sell your soul?"; -next; - menu "YES",L_Y,"no",-; -close; -L_Y: - jobchange 1; -close; -} \ No newline at end of file diff --git a/npc/tulimshar/monster_guide.txt b/npc/tulimshar/monster_guide.txt index b7372c77..c3b1836f 100644 --- a/npc/tulimshar/monster_guide.txt +++ b/npc/tulimshar/monster_guide.txt @@ -11,7 +11,7 @@ areamonster "new_2-1.gat",84,52,93,91,"BlackScorpion",1009, 5,"ConquestMob-new_2 areamonster "new_3-1.gat",22,42,142,79,"Maggot",1002, 35,"ConquestMob-new_3-1::OnGuardianDied1002"; areamonster "new_3-1.gat",22,42,142,79,"Scorpion",1003, 10,"ConquestMob-new_3-1::OnGuardianDied1003"; areamonster "new_5-1.gat",32,32,90,100,"YellowSlime",1007, 20,"ConquestMob-new_5-1::OnGuardianDied1007"; -areamonster "new_5-1.gat",88,33,98,42,"RedSlime",1008, 3,"ConquestMob-new_5-1::OnGuardianDied1008a"; +areamonster "new_5-1.gat",88,33,98,42,"YellowSlime",1007, 5,"ConquestMob-new_5-1::OnGuardianDied1008a"; areamonster "new_5-1.gat",32,32,90,100,"Spider",1012, 8,"ConquestMob-new_5-1::OnGuardianDied1012"; areamonster "new_5-1.gat",81,32,85,38,"Spider",1012, 2,"ConquestMob-new_5-1::OnGuardianDied1012a"; areamonster "new_7-1.gat",22,27,176,174,"Snake",1010, 15,"ConquestMob-new_7-1::OnGuardianDied1010"; @@ -67,8 +67,8 @@ OnGuardianDied1007: break; // 3 Red Slimes guard treasure OnGuardianDied1008a: - if (MPQUEST == 1) set Mobpt,Mobpt+18; - areamonster "new_5-1.gat",88,33,98,42,"RedSlime",1008, 1,"ConquestMob-new_5-1::OnGuardianDied1008a"; + if (MPQUEST == 1) set Mobpt,Mobpt+9; + areamonster "new_5-1.gat",88,33,98,42,"YellowSlime",1007, 1,"ConquestMob-new_5-1::OnGuardianDied1008a"; break; OnGuardianDied1012: if (MPQUEST == 1) set Mobpt,Mobpt+56; -- cgit v1.2.3-60-g2f50