summaryrefslogtreecommitdiff
path: root/npc/036-2/shops.txt
blob: 15292e15c1c7a4d45402bc46ee543da12963468f (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
26
27
28
29
30
31
32
33
34
35
36
036-2,23,38,0	script	Chef Armand	NPC211,{
    shop .name$;
    goodbye;
    close;

OnInit:
    tradertype(NST_ZENY);
    sellitem Beer;
    sellitem Steak, 250;
    sellitem CasinoCoins;
    .distance = 5;
    end;
}

036-2,35,22,0	script	Gunney	NPC138,{
    shop .name$;
    goodbye;
    close;

OnInit:
    tradertype(NST_ZENY);
    sellitem Arrow, 3;
    sellitem IronArrow, 4;
    .distance = 5;
    end;
}

036-2,23,35,0	script	Bunkmaster Daban	NPC212,{
    @npcname$ = "Bunkmaster Daban";
    @Cost = 100;
    callfunc "Inn";
    @npcname$ = "";
    @Cost = 0;
    close;
}