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.5 by root, Sat Mar 3 01:16:30 2007 UTC

1Object diamond_converter 1object diamond_converter
2name drop gold to buy diamonds 2name drop gold to buy diamonds
3other_arch gem 3other_arch gem
4slaying goldcoin 4slaying goldcoin
5food 40 5food 40
6type 103 6type 103
9walk_on 1 9walk_on 1
10editable 64 10editable 64
11visibility 100 11visibility 100
12magicmap light_blue 12magicmap light_blue
13end 13end
14Object pearl_converter 14object pearl_converter
15name drop gold to buy pearls 15name drop gold to buy pearls
16other_arch pearl 16other_arch pearl
17slaying goldcoin 17slaying goldcoin
18type 103 18type 103
19food 5 19food 5
21face conv.x11 21face conv.x11
22walk_on 1 22walk_on 1
23editable 64 23editable 64
24visibility 100 24visibility 100
25end 25end
26Object ruby_converter 26object ruby_converter
27name drop gold to buy rubies 27name drop gold to buy rubies
28other_arch ruby 28other_arch ruby
29slaying goldcoin 29slaying goldcoin
30food 20 30food 20
31type 103 31type 103
33face conv.x11 33face conv.x11
34walk_on 1 34walk_on 1
35editable 64 35editable 64
36visibility 100 36visibility 100
37end 37end
38Object silver_converter 38object silver_converter
39name convert silver into gold 39name convert silver into gold
40other_arch goldcoin 40other_arch goldcoin
41slaying silvercoin 41slaying silvercoin
42food 10 42food 10
43type 103 43type 103
45face conv.x11 45face conv.x11
46walk_on 1 46walk_on 1
47editable 64 47editable 64
48visibility 100 48visibility 100
49end 49end
50Object gold_converter 50object gold_converter
51name convert gold into platinum 51name convert gold into platinum
52other_arch platinacoin 52other_arch platinacoin
53slaying goldcoin 53slaying goldcoin
54food 5 54food 5
55type 103 55type 103
57face conv.x11 57face conv.x11
58walk_on 1 58walk_on 1
59editable 64 59editable 64
60visibility 100 60visibility 100
61end 61end
62Object platinum_converter 62object platinum_converter
63name convert platinum into gold 63name convert platinum into gold
64other_arch goldcoin 64other_arch goldcoin
65slaying platinacoin 65slaying platinacoin
66food 1 66food 1
67sp 5 67sp 5
75# DON'T USE THIS OBJECT YET 75# DON'T USE THIS OBJECT YET
76# it needs some server code which is under discussion 76# it needs some server code which is under discussion
77# 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
78# 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
79# actually paying anything. 79# actually paying anything.
80Object platinum_converter2 80object platinum_converter2
81name convert platinum into jade 81name convert platinum into jade
82other_arch jadecoin 82other_arch jadecoin
83slaying platinacoin 83slaying platinacoin
84food 100 84food 100
85type 103 85type 103
92# DON'T USE THIS OBJECT YET 92# DON'T USE THIS OBJECT YET
93# it needs some server code which is under discussion 93# it needs some server code which is under discussion
94# 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
95# 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
96# actually paying anything. 96# actually paying anything.
97Object jade_converter 97object jade_converter
98name convert jade into amberium 98name convert jade into amberium
99other_arch ambercoin 99other_arch ambercoin
100slaying jadecoin 100slaying jadecoin
101food 100 101food 100
102type 103 102type 103

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines