summaryrefslogblamecommitdiff
path: root/world/map/npc/036-2/shops.txt
blob: cbb7c84e0b327ea6c6d3a766c8fc8ef28c507852 (plain) (tree)
1
2
3
4
5
6

  

                                                                           
 
                                             







                                      
//

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

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;
}