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.1.1.1 by root, Mon Feb 6 20:26:28 2006 UTC vs.
Revision 1.1.1.2 by elmex, Wed Feb 22 18:04:34 2006 UTC

70face conv.111 70face conv.111
71walk_on 1 71walk_on 1
72editable 64 72editable 64
73visibility 100 73visibility 100
74end 74end
75# DON'T USE THIS OBJECT YET
76# it needs some server code which is under discussion
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
79# actually paying anything.
80Object platinum_converter2
81name convert platinum into jade
82other_arch jadecoin
83slaying platinacoin
84food 100
85type 103
86no_pick 1
87face conv.111
88walk_on 1
89editable 64
90visibility 100
91end
92# DON'T USE THIS OBJECT YET
93# it needs some server code which is under discussion
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
96# actually paying anything.
97Object jade_converter
98name convert jade into amberium
99other_arch ambercoin
100slaying jadecoin
101food 100
102type 103
103no_pick 1
104face conv.111
105walk_on 1
106editable 64
107visibility 100
108end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines