From c0ba38cd4b68491e28e467889804ebc09c9c002e Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 2 Apr 2014 11:06:32 -0700 Subject: Clean up main scripts --- world/map/npc/027-1/golbenez.txt | 4 +++- world/map/npc/027-1/monsters.txt | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'world/map/npc/027-1') diff --git a/world/map/npc/027-1/golbenez.txt b/world/map/npc/027-1/golbenez.txt index 7c1956c6..35980b2f 100644 --- a/world/map/npc/027-1/golbenez.txt +++ b/world/map/npc/027-1/golbenez.txt @@ -9,8 +9,10 @@ goto L_Weak; mes "\"I will bring you there for a small fee of " + @fee + "GP.\""; menu - "What? You already got so much money!",-, + "What? You already got so much money!",L_SoMuchSwag, "Ok, bring me there.",L_Warp; + +L_SoMuchSwag: mes "[Golbenez]"; mes "\"Come back when you've changed your mind. It's a wonderful place.\""; close; diff --git a/world/map/npc/027-1/monsters.txt b/world/map/npc/027-1/monsters.txt index 4b6fdfba..6681027e 100644 --- a/world/map/npc/027-1/monsters.txt +++ b/world/map/npc/027-1/monsters.txt @@ -8,6 +8,8 @@ 027-1.gat,0,0,0|script|specialMob027-1|-1, { + end; + On1036: set @mobID, 1036; callsub _MOBCOUNT_ZOMBIES; @@ -66,5 +68,4 @@ S_Update_Mask: (QUEST_Graveyard_Inn & ~(@Graveyard_Inn_MASK)) | (@state << @Graveyard_Inn_SHIFT); return; - end; } -- cgit v1.2.3-60-g2f50