ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/shop/conv.arc
(Generate patch)

Comparing deliantra/arch/shop/conv.arc (file contents):
Revision 1.3 by root, Tue Feb 6 22:41:16 2007 UTC vs.
Revision 1.4 by root, Sat Mar 3 00:50:58 2007 UTC

1object diamond_converter 1Object diamond_converter
2name drop gold to buy diamonds 2name drop gold to buy diamonds
3other_arch gem
3slaying goldcoin 4slaying goldcoin
4other_arch gem
5face conv.x11
6food 40 5food 40
7type 103 6type 103
8move_on all
9no_pick 1 7no_pick 1
8face conv.x11
9walk_on 1
10editable 64 10editable 64
11visibility 100
11magicmap light_blue 12magicmap light_blue
12visibility 100
13end 13end
14
15object gold_converter 14Object pearl_converter
16name convert gold into platinum 15name drop gold to buy pearls
16other_arch pearl
17slaying goldcoin 17slaying goldcoin
18other_arch platinacoin 18type 103
19food 5
20no_pick 1
19face conv.x11 21face conv.x11
20food 5 22walk_on 1
21type 103
22move_on all
23no_pick 1
24editable 64 23editable 64
25visibility 100 24visibility 100
26end 25end
27 26Object ruby_converter
27name drop gold to buy rubies
28other_arch ruby
29slaying goldcoin
30food 20
31type 103
32no_pick 1
33face conv.x11
34walk_on 1
35editable 64
36visibility 100
37end
38Object silver_converter
39name convert silver into gold
40other_arch goldcoin
41slaying silvercoin
42food 10
43type 103
44no_pick 1
45face conv.x11
46walk_on 1
47editable 64
48visibility 100
49end
50Object gold_converter
51name convert gold into platinum
52other_arch platinacoin
53slaying goldcoin
54food 5
55type 103
56no_pick 1
57face conv.x11
58walk_on 1
59editable 64
60visibility 100
61end
62Object platinum_converter
63name convert platinum into gold
64other_arch goldcoin
65slaying platinacoin
66food 1
67sp 5
68type 103
69no_pick 1
70face conv.x11
71walk_on 1
72editable 64
73visibility 100
74end
28# DON'T USE THIS OBJECT YET 75# DON'T USE THIS OBJECT YET
29# it needs some server code which is under discussion 76# it needs some server code which is under discussion
30# a character having amberium or jade coins without the server code in 77# a character having amberium or jade coins without the server code in
31# place would be able to simply walk out of shops with stuff, without 78# place would be able to simply walk out of shops with stuff, without
32# actually paying anything. 79# actually paying anything.
33object jade_converter 80Object platinum_converter2
34name convert jade into amberium 81name convert platinum into jade
35slaying jadecoin
36other_arch ambercoin 82other_arch jadecoin
37face conv.x11 83slaying platinacoin
38food 100 84food 100
39type 103 85type 103
40move_on all
41no_pick 1 86no_pick 1
87face conv.x11
88walk_on 1
42editable 64 89editable 64
43visibility 100 90visibility 100
44end 91end
45
46object pearl_converter
47name drop gold to buy pearls
48slaying goldcoin
49other_arch pearl
50face conv.x11
51food 5
52type 103
53move_on all
54no_pick 1
55editable 64
56visibility 100
57end
58
59object platinum_converter
60name convert platinum into gold
61slaying platinacoin
62other_arch goldcoin
63face conv.x11
64sp 5
65food 1
66type 103
67move_on all
68no_pick 1
69editable 64
70visibility 100
71end
72
73# DON'T USE THIS OBJECT YET 92# DON'T USE THIS OBJECT YET
74# it needs some server code which is under discussion 93# it needs some server code which is under discussion
75# a character having amberium or jade coins without the server code in 94# a character having amberium or jade coins without the server code in
76# place would be able to simply walk out of shops with stuff, without 95# place would be able to simply walk out of shops with stuff, without
77# actually paying anything. 96# actually paying anything.
78object platinum_converter2 97Object jade_converter
79name convert platinum into jade 98name convert jade into amberium
80slaying platinacoin
81other_arch jadecoin 99other_arch ambercoin
82face conv.x11 100slaying jadecoin
83food 100 101food 100
84type 103 102type 103
85move_on all
86no_pick 1 103no_pick 1
104face conv.x11
105walk_on 1
87editable 64 106editable 64
88visibility 100 107visibility 100
89end 108end
90
91object ruby_converter
92name drop gold to buy rubies
93slaying goldcoin
94other_arch ruby
95face conv.x11
96food 20
97type 103
98move_on all
99no_pick 1
100editable 64
101visibility 100
102end
103
104object silver_converter
105name convert silver into gold
106slaying silvercoin
107other_arch goldcoin
108face conv.x11
109food 10
110type 103
111move_on all
112no_pick 1
113editable 64
114visibility 100
115end
116

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines