diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-11-02 22:45:17 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-11-02 22:45:17 +0000 |
commit | ec9be0a2967b38955d26e337b05bc3a042ac4544 (patch) | |
tree | e1ef509c78c8a3fe777b4adb0f4c650364fa55cb /npc/snow-village/shops.txt | |
parent | 2fd04617279829d54349b325bacb4c72addebfe4 (diff) | |
download | serverdata-ec9be0a2967b38955d26e337b05bc3a042ac4544.tar.gz serverdata-ec9be0a2967b38955d26e337b05bc3a042ac4544.tar.bz2 serverdata-ec9be0a2967b38955d26e337b05bc3a042ac4544.tar.xz serverdata-ec9be0a2967b38955d26e337b05bc3a042ac4544.zip |
Branch data for eAthena
Diffstat (limited to 'npc/snow-village/shops.txt')
-rw-r--r-- | npc/snow-village/shops.txt | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/npc/snow-village/shops.txt b/npc/snow-village/shops.txt deleted file mode 100644 index 4540cc4a..00000000 --- a/npc/snow-village/shops.txt +++ /dev/null @@ -1,38 +0,0 @@ -// Clothes shop -new_13-1.gat,27,26,0 shop Taylor 137,523:2000,524:1600,543:800,544:5000,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; -} |