Jump to content

Recommended Posts

Posted

tooltip uc ->


        AddTooltipColorText("ID: "$Item.ID.ClassID$"", getColor(178,190,207,255), true, false);

 

 

above ReturnTooltipInfo(m_Tooltip); in 
function ReturnTooltip_NTT_ITEM(string param, string TooltipType, ETooltipSourceType eSourceType)

Posted

it's not through .xdat, it's through interface.u, you can simply copy eMommy's code and add it to the script

in case you don't have any sources, you can download that one. It should be the same process regardless of the chronicle you're using

 

Posted
1 hour ago, 0flee said:

Thank you very much. A small tutorial about how to use compiler?

Download it, open the folder which corresponds to your client, make your changes, then run the bat, press the correct number to compile (based on the client you edited), ready.

Posted (edited)
9 hours ago, eMommy said:

tooltip uc ->


        AddTooltipColorText("ID: "$Item.ID.ClassID$"", getColor(178,190,207,255), true, false);

 

 

above ReturnTooltipInfo(m_Tooltip); in 
function ReturnTooltip_NTT_ITEM(string param, string TooltipType, ETooltipSourceType eSourceType)

Ok, Added right here:
https://prnt.sc/TWwLK9T6rP9i
Compiling error

Error compiling

Edited by 0flee
Posted
16 minutes ago, 0flee said:

Ok, fixed, but i want to make ID with Gray color and id of item with yellow. How i can make it?

 

check inside tooltip.uc all color functions, experiment with them and you shall find it

Posted

AddTooltipColorText("ID: " getColor(178,190,207,255), $Item.ID.ClassID$"", getColor(178,190,207,255), true, false); I tried like that, but doesn't work

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock