View Single Post
Old 10-14-2005, 03:36 PM   #18 (permalink)
brodock
Forum Novice
 
brodock's Avatar
 
Join Date: Jan 2003
Location: Florianópolis, SC - Brazil
Age: 22
Posts: 579
Default

Quote:
Originally Posted by uburz
This kind of error may happen only by your fault. You probably forgot this:
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.
sorry but i didn't follow your code...
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 );
you say that with this you prevent admin from doing a wipe...
but as far as i understood, this should prevent admins to wipe and object that is a HouseSign and it's not in a secure group...
__________________
UO Central: O Mistério do Oculto
(Free Shard Brasileiro)

brodock is offline