From 2c07f14a13d1e1f88275bd12beded43706c53bae Mon Sep 17 00:00:00 2001 From: Wombat Date: Tue, 28 Jun 2011 04:24:09 -0400 Subject: Changes: Price in item_db.txt, merchants Item ID changed to Name... price changes to reflect Lora Tay's crafting and the price of cotton cloth drops increased for cotton cloth casino coins removed from merchants several merchants changed to simple information scripts price changes based on merchant sell value --- world/map/npc/027-2/gy_inn_shops.txt | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'world/map/npc/027-2/gy_inn_shops.txt') diff --git a/world/map/npc/027-2/gy_inn_shops.txt b/world/map/npc/027-2/gy_inn_shops.txt index a90d4301..7a48a60e 100644 --- a/world/map/npc/027-2/gy_inn_shops.txt +++ b/world/map/npc/027-2/gy_inn_shops.txt @@ -7,11 +7,20 @@ // banker: function -027-2.gat,75,22,0 shop Chef 300,784:-1,785:-1,786:-1,787:-1 -027-2.gat,90,36,0 shop Estrilda 301,788:-1,789:-1,790:-1 -027-2.gat,93,22,0 shop Umfrey 302,1282:-1,1281:-1 -027-2.gat,56,99,0 shop Leofwin 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 Edwin 309,784:-1,785:-1,786:-1,787:-1,788:-1,789:-1,790:-1 +027-2.gat,75,22,0 shop Chef 300,ZombieNachos :-1,LadyFingers :-1,JellAhh :-1,Snapple :-1 +027-2.gat,90,36,0 shop Estrilda 301,BeetleJuice :-1,GutBuster :-1,BloodWine :-1 +027-2.gat,93,22,0 shop Umfrey 302,BoneArrows :-1,ShockSweet :-1 +027-2.gat,56,99,0 shop Leofwin 304,CactusDrink :-1,CactusPotion :-1,BugLeg :-1,SmallMushroom :-1,IronPotion :-1,ConcentrationPotion :-1,HardSpike :-1,DarkCrystal :-1,Root :-1,WispPowder :-1,SpectrePowder :-1,PoltergeistPowder :-1 + +027-2.gat,106,22,0 script Edwin 309,{ + set @npcname$, "Edwin"; + + mes "[" + @npcname$ + "]"; + mes "\"This place is always busy.\""; + next; + mes "\"Be careful about bumping into the patrons, they might not take it kindly if you spill their drink.\""; + close; +} // Inn 027-2.gat,107,39,0 script Barbara Grey 320,{ -- cgit v1.2.3-60-g2f50