diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-03-26 21:10:37 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-04-04 19:26:42 +0200 |
commit | fac12db875005c4dad2bdcf42b6a99fa60a689e7 (patch) | |
tree | 3f5d27316fe6de869019b6087871d2a00e40c9d1 /npc/027-1_Graveyard | |
parent | e93533f6706dc03fe98132871d1cb08ccc381245 (diff) | |
download | serverdata-fac12db875005c4dad2bdcf42b6a99fa60a689e7.tar.gz serverdata-fac12db875005c4dad2bdcf42b6a99fa60a689e7.tar.bz2 serverdata-fac12db875005c4dad2bdcf42b6a99fa60a689e7.tar.xz serverdata-fac12db875005c4dad2bdcf42b6a99fa60a689e7.zip |
gy inn: small changes in needed items, level requirement to acces the inn and undead shop
Diffstat (limited to 'npc/027-1_Graveyard')
-rw-r--r-- | npc/027-1_Graveyard/golbenez.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/027-1_Graveyard/golbenez.txt b/npc/027-1_Graveyard/golbenez.txt index 516040ae..4393ebaf 100644 --- a/npc/027-1_Graveyard/golbenez.txt +++ b/npc/027-1_Graveyard/golbenez.txt @@ -5,6 +5,7 @@ mes "[Golbenez]"; mes "\"Welcome mortal. I finished the creation of the place of leisure.\""; next; + if (baselevel < 60) goto L_Weak; mes "\"I will bring you there for a small fee of " + @fee + "GP.\""; menu "What? You already got so much money!",-, @@ -26,4 +27,10 @@ L_No_Money: next; mes "\"Come back when you can pay my service.\""; close; + +L_Weak: + mes "\"It is astonishing how WEAK you humans can be.\""; + next; + mes "\"Come back when you're a bit more experienced.\""; + close; } |