diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-09-08 20:36:29 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-09-08 20:36:29 +0200 |
commit | 5ea6c568c86d9c0f76983705258951e2db9974fa (patch) | |
tree | 94a402b645140a7bb9fbfa467a73cfb30d880a56 /world/map/npc/001-1/guards.txt | |
parent | 2629fa14c6f7e6a5a7a71f5c784424cf80189f17 (diff) | |
parent | cba4de9a5f7b9de412b9f458c80904cee9764a85 (diff) | |
download | serverdata-5ea6c568c86d9c0f76983705258951e2db9974fa.tar.gz serverdata-5ea6c568c86d9c0f76983705258951e2db9974fa.tar.bz2 serverdata-5ea6c568c86d9c0f76983705258951e2db9974fa.tar.xz serverdata-5ea6c568c86d9c0f76983705258951e2db9974fa.zip |
Merge remote-tracking branch 'testing/master'v2011.09.08
Diffstat (limited to 'world/map/npc/001-1/guards.txt')
-rw-r--r-- | world/map/npc/001-1/guards.txt | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/world/map/npc/001-1/guards.txt b/world/map/npc/001-1/guards.txt index 67bc5f6d..184956da 100644 --- a/world/map/npc/001-1/guards.txt +++ b/world/map/npc/001-1/guards.txt @@ -21,42 +21,42 @@ L_Tip: L_1: mes "[Ekinu the Town Guard]"; mes "\"Try to carry spare food when on fields or in dungeons, they will come in handy. I always take beer, but don't tell the Sergeant...\""; - close; + goto L_Close; L_2: mes "[Ekinu the Town Guard]"; mes "\"Always carry a map of where you are, ask the Guides in most towns to get one.\""; - close; + goto L_Close; L_3: mes "[Ekinu the Town Guard]"; mes "\"When in a dungeon, monsters are more aggressive than if they were outside.\""; - close; + goto L_Close; L_4: mes "[Ekinu the Town Guard]"; mes "\"When gambling for money in casinos, make sure you have enough emergency money.\""; - close; + goto L_Close; L_5: mes "[Ekinu the Town Guard]"; mes "\"Never underestimate the enemy.\""; - close; + goto L_Close; L_6: mes "[Ekinu the Town Guard]"; mes "\"When fighting more than one enemy, try to focus on one at a time.\""; - close; + goto L_Close; L_0: mes "[Ekinu the Town Guard]"; mes "\"Let me think of something... Oh! Do NOT attack Red scorpions unless you can kill it for sure!\""; - close; + goto L_Close; L_Info: mes "[Ekinu the Town Guard]"; mes "\"Everyone wants information... you won't get it, at least not here. I'm not even sure what you mean, to be honest.\""; - close; + goto L_Close; L_disaster: mes "[Ekinu the Town Guard]"; @@ -67,6 +67,10 @@ L_disaster: next; mes "[Ekinu the Town Guard]"; mes "\"Well, the mayor rebuilt everything quickly, but I have no idea where he got the GP from...\""; + goto L_Close; + +L_Close: + set @TEMP, 0; close; } |