--- deliantra/arch/shop/conv.arc 2007/01/02 21:57:49 1.2 +++ deliantra/arch/shop/conv.arc 2007/03/03 01:24:08 1.6 @@ -1,108 +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 walk no_pick 1 -face conv.x11 -walk_on 1 editable 64 -visibility 100 magicmap light_blue -end -Object pearl_converter -name drop gold to buy pearls -other_arch pearl -slaying goldcoin -type 103 -food 5 -no_pick 1 -face conv.x11 -walk_on 1 -editable 64 visibility 100 end -Object ruby_converter -name drop gold to buy rubies -other_arch ruby + +object gold_converter +name convert gold into platinum slaying goldcoin -food 20 +other_arch platinacoin +face conv.x11 +food 5 type 103 +move_on walk no_pick 1 -face conv.x11 -walk_on 1 editable 64 visibility 100 end -Object silver_converter -name convert silver into gold -other_arch goldcoin -slaying silvercoin -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 +slaying jadecoin +other_arch ambercoin +face conv.x11 +food 100 type 103 +move_on walk no_pick 1 -face conv.x11 -walk_on 1 editable 64 visibility 100 end -Object gold_converter -name convert gold into platinum -other_arch platinacoin + +object pearl_converter +name drop gold to buy pearls slaying goldcoin +other_arch pearl +face conv.x11 food 5 type 103 +move_on walk 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 -other_arch goldcoin slaying platinacoin -food 1 +other_arch goldcoin +face conv.x11 sp 5 +food 1 type 103 +move_on walk 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 -other_arch jadecoin slaying platinacoin +other_arch jadecoin +face conv.x11 food 100 type 103 +move_on walk 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 + +object ruby_converter +name drop gold to buy rubies +slaying goldcoin +other_arch ruby +face conv.x11 +food 20 type 103 +move_on walk no_pick 1 +editable 64 +visibility 100 +end + +object silver_converter +name convert silver into gold +slaying silvercoin +other_arch goldcoin face conv.x11 -walk_on 1 +food 10 +type 103 +move_on walk +no_pick 1 editable 64 visibility 100 end +