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

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...