diff options
Diffstat (limited to 'npc/026-2/gy_inn_shops.txt')
-rw-r--r-- | npc/026-2/gy_inn_shops.txt | 69 |
1 files changed, 64 insertions, 5 deletions
diff --git a/npc/026-2/gy_inn_shops.txt b/npc/026-2/gy_inn_shops.txt index 532fe9da..be7f9fcd 100644 --- a/npc/026-2/gy_inn_shops.txt +++ b/npc/026-2/gy_inn_shops.txt @@ -1,6 +1,68 @@ -026-2,30,56,0 shop Chef#graveyard NPC300,784:30,785:25,786:30,787:55 -026-2,38,30,0 shop Estrilda NPC301,788:30,789:30,790:50 +026-2,30,56,0 script Chef#graveyard NPC300,{ + shop .name$; + goodbye; + close; + +OnInit: + tradertype(NST_ZENY); + sellitem ZombieNachos; + sellitem LadyFingers; + sellitem JellAhh; + sellitem Snapple; + .distance = 5; + end; +} + +026-2,38,30,0 script Estrilda NPC301,{ + shop .name$; + goodbye; + close; + +OnInit: + tradertype(NST_ZENY); + sellitem BeetleJuice; + sellitem GutBuster; + sellitem BloodWine; + .distance = 5; + end; +} + +026-2,31,119,0 script Leofwin NPC304,{ + shop .name$; + goodbye; + close; + +OnInit: + tradertype(NST_ZENY); + sellitem CactusDrink; + sellitem CactusPotion; + sellitem BugLeg; + sellitem SmallMushroom; + sellitem IronPotion; + sellitem ConcentrationPotion; + sellitem HardSpike; + sellitem DarkCrystal; + sellitem Root; + sellitem WispPowder; + sellitem SpectrePowder; + sellitem PoltergeistPowder; + .distance = 5; + end; +} + +026-2,22,120,0 script Umfrey NPC302,{ + shop .name$; + goodbye; + close; + +OnInit: + tradertype(NST_ZENY); + sellitem BoneArrows; + sellitem ShockSweet; + .distance = 5; + end; +} 026-2,40,24,0 script Edwin NPC309,{ @npcname$ = "Edwin"; @@ -24,9 +86,6 @@ close; } -026-2,31,119,0 shop Leofwin NPC304,501:25,502:35,518:25,566:50,567:250,568:250,613:10,631:250,740:200,772:350,773:350,774:350 - -026-2,22,120,0 shop Umfrey NPC302,1282:20,1281:500 026-2,25,120,0 script J.P. Morbid NPC321,{ @npcname$ = "J.P. Morbid"; callfunc "Banker"; |