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