Go Back   RunUO - Ultima Online Emulation > RunUO > Modification Suggestions

Modification Suggestions This is where you can suggest a modifcation to RunUO!

Reply
 
Thread Tools Display Modes
Old 04-22-2006, 08:25 PM   #1 (permalink)
 
Join Date: Apr 2006
Posts: 39
Default [set hueable false =)

I think it would be great if someone could come up with a script to where you can change set huable false like set movable false/true. So you dont have to rehue if some hues something you dont want them to not sure if there is one out there but i think it would be kool.
ScoobysHubby is offline   Reply With Quote
Old 04-23-2006, 03:08 PM   #2 (permalink)
Forum Expert
 
Thistle's Avatar
 
Join Date: Mar 2005
Posts: 1,155
Default

Try using this:

public class xxxxxxx : BaseShirt, IDyable

(where x is the name of your clothing item)

then insert this in the constructable:

Code:
		public new bool Dye( Mobile from, DyeTub sender )
		{
			from.SendMessage( "You cannot dye this item." );		
			return false;
		}
Thistle is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5