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.10 by root, Tue Nov 3 09:59:22 2009 UTC vs.
Revision 1.13 by root, Tue Jul 16 18:56:50 2019 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines