From fac12db875005c4dad2bdcf42b6a99fa60a689e7 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Sat, 26 Mar 2011 21:10:37 +0100 Subject: gy inn: small changes in needed items, level requirement to acces the inn and undead shop --- npc/027-1_Graveyard/golbenez.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'npc/027-1_Graveyard/golbenez.txt') 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; } -- cgit v1.2.3-60-g2f50