summaryrefslogtreecommitdiff
path: root/world/map/npc/036-2/shops.txt
blob: 5642ed1581185181a03ccfc31bca3713d3de2b1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//

036-2.gat,23,38,0|shop|Chef Armand|211,Beer:*-1,Steak:*-2,CasinoCoins:*-1
036-2.gat,35,22,0|shop|Gunney|138,Arrow:*-2,IronArrow:*-2

036-2.gat,23,35,0|script|Bunkmaster Daban|212
{
    set @npcname$, "Bunkmaster Daban";
    set @cost, 100;
    callfunc "Inn";
    set @npcname$, "";
    set @cost, 0;
    close;
}