View Single Post
Old 06-25-2005, 07:38 PM   #10 (permalink)
uburz
Forum Novice
 
Join Date: Mar 2003
Posts: 304
Default

Quote:
Originally Posted by brodockbr
i followed all your instructions... added some itens to a group and set id secure...
then i tried Wipe and remove on thous items and i found that i can still removing then.
This kind of error may happen only by your fault. You probably forgot this:
Quote:
Originally Posted by uburz
- Commands\Wipe.cs, ~line 92, edit line as shown in red:
Code:
foreach ( object obj in eable )
{
	if ( items && (obj is Item) && !((obj is BaseMulti) || (obj is HouseSign)) && !GroupsHandler.InSecureGroup( obj as Item ) )
		toDelete.Add( obj );
Then, make sure you correctly added those items into a secure group (serials must be green and group should be orange colored).

Edit: please note that admins will still be able to manually delete or move secured items, but wipe command is blocked for all accesslevels.
uburz is offline