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

  

                                                                  
 
                                         







                                      
//

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

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