summaryrefslogtreecommitdiff
path: root/npc/008-2-2/shop.txt
blob: 823e62c8fcdd15fc67c7b2505874af92b00173d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// Evol scripts.
// Authors:
//    4144
//    Reid
// Description:
//    Inn hidden shop.

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

OnInit:
    tradertype(NST_MARKET);

    sellitem Beer, -1, 50;

    .sex = G_OTHER;
    .distance = 10;
    end;

OnClock0000:
    restoreshopitem Beer, 20;
OnClock0800:
    restoreshopitem Beer, 20;
OnClock1600:
    restoreshopitem Beer, 20;
}