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? Quote
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) Quote
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 Quote
0flee Posted June 29, 2022 Author Posted June 29, 2022 Thank you very much. A small tutorial about how to use compiler? Quote
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. Quote
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 Quote
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? Quote
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 Quote
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 Quote
Recommended Posts
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.