Go Back   RunUO - Ultima Online Emulation > RunUO > Script Support

Script Support Get support for modifying RunUO Scripts, or writing your own!

Reply
 
Thread Tools Display Modes
Old 12-16-2004, 08:29 PM   #1 (permalink)
Forum Newbie
 
Join Date: Nov 2004
Age: 33
Posts: 88
Talking custom dye hues

ok im adding hues to my custom hue picker like so :

/* Violet */
new CustomHueGroup( 1018345, new int[]{ 1230, 1231, 1232, 1233, 1234, 1235 } ),

/* Tan */
new CustomHueGroup( 1018346, new int[]{ 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508 } ),

/* Brown */
new CustomHueGroup( 1018347, new int[]{ 2012, 2013, 2014, 2015, 2016, 2017 } ),

/* Dark Blue */
new CustomHueGroup( 1018348, new int[]{ 1303, 1304, 1305, 1306, 1307, 1308 } ),

/* Forest Green */
new CustomHueGroup( 1018349, new int[]{ 1420, 1421, 1422, 1423, 1424, 1425, 1426 } ),

/* Pink */
new CustomHueGroup( 1018350, new int[]{ 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626 } ),

/* Red */
new CustomHueGroup( 1018351, new int[]{ 1640, 1641, 1642, 1643, 1644 } ),

/* Olive */
new CustomHueGroup( 1018352, new int[]{ 2001, 2002, 2003, 2004, 2005 } ),

/* Neon */
new CustomHueGroup( 1018353, new int[]{ 1289, 1288, 1287, 1286, 1285, 1284, 1283 } )


}, false, 1018344 );

ok now that last insert : /*neon*/ the number 1018353 is for special hair dye not neon like i wrote in asteriks how do i find the number to make it say neon instead of special hair dye ?

single/white/noob modder - seeks attractive/intelligent scripts to fool around with
Kerzed Soul is offline   Reply With Quote
Old 12-16-2004, 11:03 PM   #2 (permalink)
Forum Expert
 
Join Date: Aug 2003
Posts: 737
Send a message via ICQ to georox Send a message via AIM to georox
Default

There is no neon one last I knew. maybe make it a string?
__________________
georox is offline   Reply With Quote
Old 12-17-2004, 02:35 PM   #3 (permalink)
Forum Newbie
 
Join Date: Nov 2004
Age: 33
Posts: 88
Default

yeah thats actually what im asking how do i make it a string ?
Kerzed Soul 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