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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines