diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-02-15 16:59:03 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-03-01 17:12:43 +0100 |
commit | a26b62359f9c37899eae509576493c25e047ba1f (patch) | |
tree | 28f654005989d43ce6ccf612ebf3494a5cac95b2 /npc/027-1_Graveyard | |
parent | 6b0c7c6f86c1bf6b151882a1de5b3e629d3c9dc0 (diff) | |
download | serverdata-a26b62359f9c37899eae509576493c25e047ba1f.tar.gz serverdata-a26b62359f9c37899eae509576493c25e047ba1f.tar.bz2 serverdata-a26b62359f9c37899eae509576493c25e047ba1f.tar.xz serverdata-a26b62359f9c37899eae509576493c25e047ba1f.zip |
gyinn:
changing golbanez to golbenez in the outside file too
headless man: small changes, proposal for needed amount of items
Diffstat (limited to 'npc/027-1_Graveyard')
-rw-r--r-- | npc/027-1_Graveyard/_import.txt | 2 | ||||
-rw-r--r-- | npc/027-1_Graveyard/golbenez.txt (renamed from npc/027-1_Graveyard/golbanez.txt) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/npc/027-1_Graveyard/_import.txt b/npc/027-1_Graveyard/_import.txt index f88b7b45..130fd751 100644 --- a/npc/027-1_Graveyard/_import.txt +++ b/npc/027-1_Graveyard/_import.txt @@ -1,5 +1,5 @@ map: 027-1.gat npc: npc/027-1_Graveyard/_mobs.txt npc: npc/027-1_Graveyard/_warps.txt -//npc: npc/027-1_Graveyard/golbanez.txt +//npc: npc/027-1_Graveyard/golbenez.txt npc: npc/027-1_Graveyard/graves.txt diff --git a/npc/027-1_Graveyard/golbanez.txt b/npc/027-1_Graveyard/golbenez.txt index 4e503d69..f9a4e99f 100644 --- a/npc/027-1_Graveyard/golbanez.txt +++ b/npc/027-1_Graveyard/golbenez.txt @@ -2,7 +2,7 @@ set @fee, 666; - mes "[Golbanez]"; + mes "[Golbenez]"; mes "\"Welcome mortal. I finished the creation of the place of leisure.\""; next; mes "\"I will bring you there for a small fee of " + @fee + "GP.\""; @@ -10,7 +10,7 @@ "What? You already got so much money!",-, "Ok, bring me there.",L_Warp; - mes "[Golbanez]"; + mes "[Golbenez]"; mes "\"Come back when you changed your mind. It's a wonderful place.\""; close; @@ -21,7 +21,7 @@ L_Warp: close; L_No_Money: - mes "[Golbanez]"; + mes "[Golbenez]"; mes "\"Don't try to betray me, pitiful human.\""; next; mes "\"Come back when you can pay my service.\""; |