Jump to content

Recommended Posts

Posted (edited)

Hi.

 

 

As far as I've seen, the only item name colors you can give to an item are limited to (grey, white, yellow, purple) At least the numbers above 3 don't affect the item name color.  (Talking about itemname.dat ofc)

 

Is there any way to expand this short varieties of colors, or is there any way to add other colors to item name(s)?

Edited by Horse
Posted (edited)

it pretty much sounds like the colors of augments (except for the red-ish color)
highly doubt theres anything more to achieve with plain .dat editing

 

 

switch (Quality)
{
case 1:
R = 187;
G = 181;
B = 138;
break;
case 2:
R = 132;
G = 174;
B = 216;
break;
case 3:
R = 193;
G = 112;
B = 202;
break;
case 4:
R = 225;
G = 109;
B = 109;
break;
default:
R = 187;
G = 181;
B = 138;
break;
}
Edited by UgliBiBagli
Posted (edited)

Well, yes. But the problem is, I have no idea what file defies the colors of the (0,1,2,3) numbers responsible for the itemname color in the itemname.dat.

 

html or serverside colors are quite easy to change, but I'd like to know how can I change colors on the client side,or add more kinds of colors if that's possible.

Edited by Horse

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...