summaryrefslogtreecommitdiff
path: root/npc/001-1/shop.txt
blob: ed99d531bb0c3421f9dee263daaabef67fec2e33 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
// Evol scripts.
// Author:
//    Reid
//    4144
// Description:
//    Market shops.

001-1,46,135,0	trader	Bag#001-1	NPC_SHOP_BAG,{

OnInit:
    tradertype(NST_MARKET);

    sellitem PiouLegs, -1, 15;
    sellitem Bread, -1, 15;
    sellitem Croconut, -1, 50;
    sellitem Aquada, -1, 50;
    sellitem Armbands, -1, 20;
    sellitem LousyMoccasins, -1, 20;
    sellitem PiouSlayer, -1, 15;

    .sex = G_OTHER;
    .distance = 2;
    end;

OnClock0000:
    restoreshopitem PiouLegs, 15;
    restoreshopitem Bread, 15;
    restoreshopitem Croconut, 50;
    restoreshopitem Aquada, 50;
    restoreshopitem Armbands, 20;
    restoreshopitem LousyMoccasins, 20;
    restoreshopitem PiouSlayer, 15;
}

001-1,46,125,0	trader	Store#Calypsan001-1	NPC_NO_SPRITE,{

OnInit:
    tradertype(NST_MARKET);

    sellitem CrimsonCashmereDye, -1, 7;
    sellitem ChocolateCashmereDye, -1, 7;
    sellitem MintCashmereDye, -1, 7;
    sellitem BlackCottonDye, -1, 10;
    sellitem SilverCottonDye, -1, 10;
    sellitem CamelCottonDye, -1, 10;
    sellitem BrownCottonDye, -1, 10;
    sellitem OrangeCottonDye, -1, 10;
    sellitem DarkRedCottonDye, -1, 10;
    sellitem RedCottonDye, -1, 10;
    sellitem FuschiaCottonDye, -1, 10;
    sellitem PinkCottonDye, -1, 10;
    sellitem MauveCottonDye, -1, 10;
    sellitem PurpleCottonDye, -1, 10;
    sellitem NavyBlueCottonDye, -1, 10;
    sellitem BlueGrayCottonDye, -1, 10;
    sellitem BlueCottonDye, -1, 10;
    sellitem TealCottonDye, -1, 10;
    sellitem GreenCottonDye, -1, 10;
    sellitem LimeCottonDye, -1, 10;
    sellitem KhakiCottonDye, -1, 10;
    sellitem YellowCottonDye, -1, 10;

    .sex = G_OTHER;
    .distance = 4;
    end;

OnClock0000:
    restoreshopitem CrimsonCashmereDye, 7;
    restoreshopitem ChocolateCashmereDye, 7;
    restoreshopitem MintCashmereDye, 7;
    restoreshopitem BlackCottonDye, 10;
    restoreshopitem SilverCottonDye, 10;
    restoreshopitem CamelCottonDye, 10;
    restoreshopitem BrownCottonDye, 10;
    restoreshopitem OrangeCottonDye, 10;
    restoreshopitem DarkRedCottonDye, 10;
    restoreshopitem RedCottonDye, 10;
    restoreshopitem FuschiaCottonDye, 10;
    restoreshopitem PinkCottonDye, 10;
    restoreshopitem MauveCottonDye, 10;
    restoreshopitem PurpleCottonDye, 10;
    restoreshopitem NavyBlueCottonDye, 10;
    restoreshopitem BlueGrayCottonDye, 10;
    restoreshopitem BlueCottonDye, 10;
    restoreshopitem TealCottonDye, 10;
    restoreshopitem GreenCottonDye, 10;
    restoreshopitem LimeCottonDye, 10;
    restoreshopitem KhakiCottonDye, 10;
    restoreshopitem YellowCottonDye, 10;
}