summaryrefslogtreecommitdiff
path: root/npc/035-2/shops.txt
blob: b864996a7f33705787768d8a7664d44d75be286a (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
035-2,23,38,0	script	Cooky	NPC213,{
    shop .name$;
    goodbye;
    close;

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

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