ServUO Version
Publish 58
Ultima Expansion
Endless Journey
Stuff I place keeps disappearing...

I'll set a display block which says Decays false.
I'll set a weapon on top of that. The weapon says Decays true, but I set movable as false...

I'd assume I would be worried about the weapon decaying over a few hours, but then I come back to a missing display block.

How do I prevent stuff from disappearing?
 
Stuff I place keeps disappearing...

I'll set a display block which says Decays false.
I'll set a weapon on top of that. The weapon says Decays true, but I set movable as false...

I'd assume I would be worried about the weapon decaying over a few hours, but then I come back to a missing display block.

How do I prevent stuff from disappearing?
if this is a display add it in a spawner and set it movable false
 
If its just for decoration use "[add static 0x000". To get the number you can type "[get itemid" and target the item and use that number in place of 0x000.
 
Back