0flee Posted June 28, 2022 Posted June 28, 2022 How it is possible to edit interface.xdat to display itemID when i click on item in game?
eMommy Posted June 29, 2022 Posted June 29, 2022 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)
911reg Posted June 29, 2022 Posted June 29, 2022 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
0flee Posted June 29, 2022 Author Posted June 29, 2022 Thank you very much. A small tutorial about how to use compiler?
An4rchy Posted June 29, 2022 Posted June 29, 2022 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.
0flee Posted June 29, 2022 Author Posted June 29, 2022 (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 June 29, 2022 by 0flee
0flee Posted June 30, 2022 Author Posted June 30, 2022 Ok, fixed, but i want to make ID with Gray color and id of item with yellow. How i can make it?
BabayG Posted June 30, 2022 Posted June 30, 2022 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
0flee Posted June 30, 2022 Author Posted June 30, 2022 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now