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.2 by pippijn, Tue Jan 2 21:57:49 2007 UTC vs.
Revision 1.8 by pippijn, Fri Sep 5 03:46:00 2008 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines