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.8 by pippijn, Fri Sep 5 03:46:00 2008 UTC vs.
Revision 1.9 by root, Tue Nov 3 09:49:40 2009 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 10magicmap light_blue
12visibility 100 11visibility 100
13end 12end
14 13
15object gold_converter 14object gold_converter
19face conv.x11 18face conv.x11
20food 100 19food 100
21type 103 20type 103
22move_on walk 21move_on walk
23no_pick 1 22no_pick 1
24editable 64
25visibility 100 23visibility 100
26end 24end
27 25
28# DON'T USE THIS OBJECT YET 26# DON'T USE THIS OBJECT YET
29# it needs some server code which is under discussion 27# it needs some server code which is under discussion
37face conv.x11 35face conv.x11
38food 100 36food 100
39type 103 37type 103
40move_on walk 38move_on walk
41no_pick 1 39no_pick 1
42editable 64
43visibility 100 40visibility 100
44end 41end
45 42
46object pearl_converter 43object pearl_converter
47name drop gold to buy pearls 44name drop gold to buy pearls
50face conv.x11 47face conv.x11
51food 5 48food 5
52type 103 49type 103
53move_on walk 50move_on walk
54no_pick 1 51no_pick 1
55editable 64
56visibility 100 52visibility 100
57end 53end
58 54
59object platinum_converter 55object platinum_converter
60name convert platinum into gold 56name convert platinum into gold
63face conv.x11 59face conv.x11
64food 1 60food 1
65type 103 61type 103
66move_on walk 62move_on walk
67no_pick 1 63no_pick 1
68editable 64
69visibility 100 64visibility 100
70end 65end
71 66
72# DON'T USE THIS OBJECT YET 67# DON'T USE THIS OBJECT YET
73# it needs some server code which is under discussion 68# it needs some server code which is under discussion
81face conv.x11 76face conv.x11
82food 100 77food 100
83type 103 78type 103
84move_on walk 79move_on walk
85no_pick 1 80no_pick 1
86editable 64
87visibility 100 81visibility 100
88end 82end
89 83
90object platinum_converter3 84object platinum_converter3
91name convert platinum into royalties 85name convert platinum into royalties
94face conv.x11 88face conv.x11
95food 100 89food 100
96type 103 90type 103
97move_on walk 91move_on walk
98no_pick 1 92no_pick 1
99editable 64
100visibility 100 93visibility 100
101end 94end
102 95
103object ruby_converter 96object ruby_converter
104name drop gold to buy rubies 97name drop gold to buy rubies
107face conv.x11 100face conv.x11
108food 20 101food 20
109type 103 102type 103
110move_on walk 103move_on walk
111no_pick 1 104no_pick 1
112editable 64
113visibility 100 105visibility 100
114end 106end
115 107
116object silver_converter 108object silver_converter
117name convert silver into gold 109name convert silver into gold
120face conv.x11 112face conv.x11
121food 100 113food 100
122type 103 114type 103
123move_on walk 115move_on walk
124no_pick 1 116no_pick 1
125editable 64
126visibility 100 117visibility 100
127end 118end
128 119

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines