summaryrefslogblamecommitdiff
path: root/npc/008-2-2/shop.txt
blob: 8cd55f83ed4330828ae63da11db65a3d81978ba4 (plain) (tree)
1
2
3
4
5



                
           








                                                            





                                  





                             




                                     

                             




                                     

                             




                                     
 
// Evol scripts.
// Authors:
//    4144
//    Reid
//    toams
// Description:
//    Inn hidden shop.

008-2-2,40,30,0	trader	#Invisible008-2-2	NPC_HIDDEN,{

OnInit:
    tradertype(NST_MARKET);

    sellitem Beer, -1, 50;
    sellitem Bread, -1, 50;
    sellitem RedPlushWine, -1, 50;
    sellitem Cheese, -1, 50;
    sellitem CherryCake, -1, 50;
    sellitem SmallHealing, -1, 50;
    
    .sex = G_OTHER;
    .distance = 10;
    end;

OnClock0000:
    restoreshopitem Beer, 20;
    restoreshopitem Bread, 20;
    restoreshopitem RedPlushWine, 20;
    restoreshopitem Cheese, 20;
    restoreshopitem CherryCake, 20;
    restoreshopitem SmallHealing, 20;
OnClock0800:
    restoreshopitem Beer, 20;
    restoreshopitem Bread, 20;
    restoreshopitem RedPlushWine, 20;
    restoreshopitem Cheese, 20;
    restoreshopitem CherryCake, 20;
    restoreshopitem SmallHealing, 20;
OnClock1600:
    restoreshopitem Beer, 20;
    restoreshopitem Bread, 20;
    restoreshopitem RedPlushWine, 20;
    restoreshopitem Cheese, 20;
    restoreshopitem CherryCake, 20;
    restoreshopitem SmallHealing, 20;
}