summaryrefslogtreecommitdiff
path: root/world/map/npc/027-1
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-04-02 11:06:32 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-04-02 22:21:29 -0700
commitc0ba38cd4b68491e28e467889804ebc09c9c002e (patch)
treeaf2890e6fe20990d2a9b7c94b991be58f25a5d52 /world/map/npc/027-1
parent514a2f05cb335c1e9210fea58bc9a9a58478283f (diff)
downloadserverdata-c0ba38cd4b68491e28e467889804ebc09c9c002e.tar.gz
serverdata-c0ba38cd4b68491e28e467889804ebc09c9c002e.tar.bz2
serverdata-c0ba38cd4b68491e28e467889804ebc09c9c002e.tar.xz
serverdata-c0ba38cd4b68491e28e467889804ebc09c9c002e.zip
Clean up main scripts
Diffstat (limited to 'world/map/npc/027-1')
-rw-r--r--world/map/npc/027-1/golbenez.txt4
-rw-r--r--world/map/npc/027-1/monsters.txt3
2 files changed, 5 insertions, 2 deletions
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;
}