--- deliantra/arch/shop/conv.arc 2007/02/06 22:41:16 1.3 +++ deliantra/arch/shop/conv.arc 2007/03/03 00:50:58 1.4 @@ -1,116 +1,108 @@ -object diamond_converter +Object diamond_converter name drop gold to buy diamonds -slaying goldcoin other_arch gem -face conv.x11 +slaying goldcoin food 40 type 103 -move_on all no_pick 1 +face conv.x11 +walk_on 1 editable 64 -magicmap light_blue visibility 100 +magicmap light_blue end - -object gold_converter -name convert gold into platinum +Object pearl_converter +name drop gold to buy pearls +other_arch pearl slaying goldcoin -other_arch platinacoin -face conv.x11 -food 5 type 103 -move_on all +food 5 no_pick 1 +face conv.x11 +walk_on 1 editable 64 visibility 100 end - -# DON'T USE THIS OBJECT YET -# it needs some server code which is under discussion -# a character having amberium or jade coins without the server code in -# place would be able to simply walk out of shops with stuff, without -# actually paying anything. -object jade_converter -name convert jade into amberium -slaying jadecoin -other_arch ambercoin +Object ruby_converter +name drop gold to buy rubies +other_arch ruby +slaying goldcoin +food 20 +type 103 +no_pick 1 face conv.x11 -food 100 +walk_on 1 +editable 64 +visibility 100 +end +Object silver_converter +name convert silver into gold +other_arch goldcoin +slaying silvercoin +food 10 type 103 -move_on all no_pick 1 +face conv.x11 +walk_on 1 editable 64 visibility 100 end - -object pearl_converter -name drop gold to buy pearls +Object gold_converter +name convert gold into platinum +other_arch platinacoin slaying goldcoin -other_arch pearl -face conv.x11 food 5 type 103 -move_on all no_pick 1 +face conv.x11 +walk_on 1 editable 64 visibility 100 end - -object platinum_converter +Object platinum_converter name convert platinum into gold -slaying platinacoin other_arch goldcoin -face conv.x11 -sp 5 +slaying platinacoin food 1 +sp 5 type 103 -move_on all no_pick 1 +face conv.x11 +walk_on 1 editable 64 visibility 100 end - # DON'T USE THIS OBJECT YET # it needs some server code which is under discussion # a character having amberium or jade coins without the server code in # place would be able to simply walk out of shops with stuff, without # actually paying anything. -object platinum_converter2 +Object platinum_converter2 name convert platinum into jade -slaying platinacoin other_arch jadecoin -face conv.x11 +slaying platinacoin food 100 type 103 -move_on all no_pick 1 -editable 64 -visibility 100 -end - -object ruby_converter -name drop gold to buy rubies -slaying goldcoin -other_arch ruby face conv.x11 -food 20 -type 103 -move_on all -no_pick 1 +walk_on 1 editable 64 visibility 100 end - -object silver_converter -name convert silver into gold -slaying silvercoin -other_arch goldcoin -face conv.x11 -food 10 +# DON'T USE THIS OBJECT YET +# it needs some server code which is under discussion +# a character having amberium or jade coins without the server code in +# place would be able to simply walk out of shops with stuff, without +# actually paying anything. +Object jade_converter +name convert jade into amberium +other_arch ambercoin +slaying jadecoin +food 100 type 103 -move_on all no_pick 1 +face conv.x11 +walk_on 1 editable 64 visibility 100 end -