From 9e5ba9db703372a933a005c23113e34aece2e7c8 Mon Sep 17 00:00:00 2001 From: "Zuzanna K. Filutowska" Date: Mon, 22 Jan 2007 01:12:37 +0000 Subject: Arrow costs now 3 gc, added forrest bow and iron arrows to shop. --- npc/snow-village/shops.txt | 76 ++++++++++++++++++++--------------------- npc/western-desert/merchant.txt | 2 +- 2 files changed, 39 insertions(+), 39 deletions(-) (limited to 'npc') diff --git a/npc/snow-village/shops.txt b/npc/snow-village/shops.txt index fdd18000..366819bc 100644 --- a/npc/snow-village/shops.txt +++ b/npc/snow-village/shops.txt @@ -1,38 +1,38 @@ -// Clothes shop -new_13-1.gat,27,26,0 shop Taylor 137,523:2000,524:1600,543:5000,544:800,546:10000,586:1000,610,2000 -// Weapons shop -new_13-1.gat,25,65,0 shop Bracco 135,1201:50,521:1000,522:100 -// Potions shop -new_13-1.gat,75,26,0 shop Mede 103,501:50,502:70,567:500,568:500 - -// INN -new_13-1.gat,111,23,0 script Kane 120,{ - mes "[Kane]"; - mes "Welcome strangers."; - mes "What? You've already seen an INN like mine?"; - mes "That's impossible!"; - next; - - mes "[Kane]"; - mes "Would you like to rest? It's only 100 gp."; - next; - - menu "Yes",-,"No",L_No; - mes "Sleep well!"; - next; - - if (zeny < 100) goto L_NoMoney; - set zeny,zeny-100; - heal 10000,10000; - close; - -L_No: - mes "[Kane]"; - mes "See you."; - close; - -L_NoMoney: - mes "[Kane]"; - mes "Hey! You don't have enough money!"; - close; -} +// Clothes shop +new_13-1.gat,27,26,0 shop Taylor 137,523:2000,524:1600,543:5000,544:800,546:10000,586:1000,610,2000 +// Weapons shop +new_13-1.gat,25,65,0 shop Bracco 135,1201:50,521:1000,522:100,545:20000,529:5 +// Potions shop +new_13-1.gat,75,26,0 shop Mede 103,501:50,502:70,567:500,568:500 + +// INN +new_13-1.gat,111,23,0 script Kane 120,{ + mes "[Kane]"; + mes "Welcome strangers."; + mes "What? You've already seen an INN like mine?"; + mes "That's impossible!"; + next; + + mes "[Kane]"; + mes "Would you like to rest? It's only 100 gp."; + next; + + menu "Yes",-,"No",L_No; + mes "Sleep well!"; + next; + + if (zeny < 100) goto L_NoMoney; + set zeny,zeny-100; + heal 10000,10000; + close; + +L_No: + mes "[Kane]"; + mes "See you."; + close; + +L_NoMoney: + mes "[Kane]"; + mes "Hey! You don't have enough money!"; + close; +} diff --git a/npc/western-desert/merchant.txt b/npc/western-desert/merchant.txt index 456877e9..6ed55ed4 100644 --- a/npc/western-desert/merchant.txt +++ b/npc/western-desert/merchant.txt @@ -1 +1 @@ -new_1-1.gat,19,99,0 shop Ishyah 109,525:800,531:3000,530:8000,1199:5 +new_1-1.gat,19,99,0 shop Ishyah 109,525:800,531:3000,530:8000,1199:3 -- cgit v1.2.3-70-g09d2