--- deliantra/arch/shop/conv.arc 2006/02/06 20:26:28 1.1 +++ deliantra/arch/shop/conv.arc 2007/02/06 22:41:16 1.3 @@ -1,74 +1,116 @@ -Object diamond_converter +object diamond_converter name drop gold to buy diamonds -other_arch gem slaying goldcoin +other_arch gem +face conv.x11 food 40 type 103 +move_on all no_pick 1 -face conv.111 -walk_on 1 editable 64 -visibility 100 magicmap light_blue +visibility 100 end -Object pearl_converter -name drop gold to buy pearls -other_arch pearl + +object gold_converter +name convert gold into platinum slaying goldcoin -type 103 +other_arch platinacoin +face conv.x11 food 5 +type 103 +move_on all no_pick 1 -face conv.111 -walk_on 1 editable 64 visibility 100 end -Object ruby_converter -name drop gold to buy rubies -other_arch ruby + +# 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 +face conv.x11 +food 100 +type 103 +move_on all +no_pick 1 +editable 64 +visibility 100 +end + +object pearl_converter +name drop gold to buy pearls slaying goldcoin -food 20 +other_arch pearl +face conv.x11 +food 5 type 103 +move_on all no_pick 1 -face conv.111 -walk_on 1 editable 64 visibility 100 end -Object silver_converter -name convert silver into gold + +object platinum_converter +name convert platinum into gold +slaying platinacoin other_arch goldcoin -slaying silvercoin -food 10 +face conv.x11 +sp 5 +food 1 type 103 +move_on all no_pick 1 -face conv.111 -walk_on 1 editable 64 visibility 100 end -Object gold_converter -name convert gold into platinum -other_arch platinacoin + +# 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 +name convert platinum into jade +slaying platinacoin +other_arch jadecoin +face conv.x11 +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 -food 5 +other_arch ruby +face conv.x11 +food 20 type 103 +move_on all no_pick 1 -face conv.111 -walk_on 1 editable 64 visibility 100 end -Object platinum_converter -name convert platinum into gold + +object silver_converter +name convert silver into gold +slaying silvercoin other_arch goldcoin -slaying platinacoin -food 1 -sp 5 +face conv.x11 +food 10 type 103 +move_on all no_pick 1 -face conv.111 -walk_on 1 editable 64 visibility 100 end +