summaryrefslogtreecommitdiff
path: root/world/map/npc/036-2/shops.txt
blob: b25d0a462cdf5c8f54a8159a99750c80b0d3ba95 (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;
}