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 | |
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')
-rw-r--r-- | npc/027-1_Graveyard/golbenez.txt | 7 | ||||
-rw-r--r-- | npc/027-2_Caretakers_House/golbenez.txt | 4 | ||||
-rwxr-xr-x | npc/027-2_Caretakers_House/gy_inn_shops.txt | 2 |
3 files changed, 10 insertions, 3 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; } diff --git a/npc/027-2_Caretakers_House/golbenez.txt b/npc/027-2_Caretakers_House/golbenez.txt index decc0794..5b8a3347 100644 --- a/npc/027-2_Caretakers_House/golbenez.txt +++ b/npc/027-2_Caretakers_House/golbenez.txt @@ -33,9 +33,9 @@ set @ROTTENRAGS_AMOUNT, 50; set @ROTTENRAGS_EXP, 100000; - set @UNDEADEAR_AMOUNT, 30; + set @UNDEADEAR_AMOUNT, 25; set @UNDEADEAR_EXP, 150000; - set @UNDEADEYE_AMOUNT, 30; + set @UNDEADEYE_AMOUNT, 20; set @UNDEADEYE_EXP, 150000; if (@state >= 7) goto L_Done; diff --git a/npc/027-2_Caretakers_House/gy_inn_shops.txt b/npc/027-2_Caretakers_House/gy_inn_shops.txt index 1cf4eebf..f54ff6cc 100755 --- a/npc/027-2_Caretakers_House/gy_inn_shops.txt +++ b/npc/027-2_Caretakers_House/gy_inn_shops.txt @@ -10,7 +10,7 @@ 027-2.gat,75,22,0 shop Chef 300,784:-1,785:-1,786:-1,787:-1 027-2.gat,90,36,0 shop Barmaid 301,788:-1,789:-1,790:-1 027-2.gat,93,22,0 shop Shopkeeper 302,586:1000,524:1600,544:10000,632:10000,528:1000,735:1 -027-2.gat,56,99,0 shop Magic Undead Shop 304,501:-1,502:-1,518:100,567:-1,568:-1,631:1000,772:-1,773:-1,774:-1 +027-2.gat,56,99,0 shop Magic Undead Shop 304,501:-1,502:-1,518:100,566:2000,567:-1,568:-1,613:500,631:1000,740:-1,772:-1,773:-1,774:-1 027-2.gat,106,22,0 shop Chief Barman 309,784:-1,785:-1,786:-1,787:-1,788:-1,789:-1,790:-1 // Inn |