Auto Update CFG items[Read for better understanding]
Auto Update CFG items[Read for better understanding]
Alrighty, when I update an Item located in a CFG file. When I reboot, POL 'should' update/fix that item. Get where I'm going here? Example, if a staff member created an item and edited it's stats. When the server restarted. The item he edited would turn back to normal. I realize this may cause some problems, but we could also, if we wanted to keep that items edited stats add a line in the cfg file, EditableItem 1/0 Or something. Just another dumb idea. :lol:
-
Marilla
If you modify the member(s) on an instance of an item, such as color, that modified value will remain, no matter what you change the underlying itemdesc entry to. This is as-intended and should be desireable; If you customized an item, you wouldn't want the core stripping that customization off of it, and simply adding an option wouldn't take into account wanting some properties left, and others changed, and it would entain a LOT of thrashing of items when the shard started up. Beyond that, it would likely also require an extra property to be stored on items to show if they are 'dirty', and when they were modified... otherwise, if you set it to 'reset' the item, it would ALWAYS reset the item - certainly not desireable under any circumstances.
The solution for you would be to write a control script for the item to reset properties back to the 'new' defaults, though. That would be much easier to do than trying to mess with various options for what to reset and what not to reset.
The solution for you would be to write a control script for the item to reset properties back to the 'new' defaults, though. That would be much easier to do than trying to mess with various options for what to reset and what not to reset.