RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Dye Tub Setup

Boulder

Sorceror
Dye Tub Setup for 2.0

Its a universal Dye Tub that dyes Items In pack And Pets that you Own
I did not Make this script but I customize it for My Shard And got it rdy for runuo 2
With the help form Magpie And Info from this Communtity It Is rdy for
Runuo 2
Code:
Dye tub setup for runuo 2.0
put dye tubs.cs and universal dye tub1.cs in custom file
patch hue file for your server
replace customhuepicker with this one in Scripts\Items\Skill Items\Tailor 
Or if you want to edit your customhuepicker go to line 110 then add this:

public static readonly CustomHuePicker UniversalDyeTub = new CustomHuePicker( new CustomHueGroup[]
			{
				/* Special */
				new CustomHueGroup( "Special 1149-1154", new int[]{ 1149, 1150, 1151, 1152, 1153, 1154 } ),
				/* Special 2 */
				new CustomHueGroup( "Special 1155-1161", new int[]{ 1155, 1156, 1157, 1158, 1159, 1160, 1161 } ),
				/* Special 3 */
				new CustomHueGroup( "Special 1162-1167", new int[]{ 1162, 1163, 1164, 1165, 1166, 1167 } ),
				/* Special 4 */
				new CustomHueGroup( "Special 1168-1172", new int[]{ 1168, 1169, 1170, 1171, 1172 } ),
				/* Special 5 */
				new CustomHueGroup( "Special 1173-1177/1121", new int[]{ 1173, 1174, 1175, 1176, 1177, 1121 } ),
				/* Special 6 */
				new CustomHueGroup( "Special Misc", new int[]{ 1, 0, 2124, 2118, 2215, 2130, 1266, 1372, 2378, 1360, 1286, 1282 } ),
				/* Special 7 */
				new CustomHueGroup( "Special Misc 2", new int[]{ 1608, 1072, 32, 3 } )
			}, true );
after you start server go to internal green arce tremmal type [addDyes
Enclose Is also A custom Hue.mul that you need to patch
I forgot To let you Know that the Dye stones in Internal Map Tremmal that you add by [adddye is 2998 stones it add it at once.
You use them Stones to Change hue Dbl Click tub then the Stone.
I hope you Enjoy
 

Attachments

  • DyeTub Setup For 2.0.rar
    119.1 KB · Views: 176
Top