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.6 by root, Sat Mar 3 01:24:08 2007 UTC vs.
Revision 1.13 by root, Tue Jul 16 18:56:50 2019 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines