Acacia Posted December 6, 2018 Posted December 6, 2018 (edited) i need to change/add icon of item grades on interlude client , for example on weapongrp i noticed grades are numbers like 1,2,3,4,5 where can i find those icons so i can add 6,7,8 ? Edited December 6, 2018 by Kishin
Reborn12 Posted December 6, 2018 Posted December 6, 2018 I dont think its possible interlude client has limmits for these things
melron Posted December 6, 2018 Posted December 6, 2018 (edited) as reborn said, it requires client modification. You have to add the new grade in tooltip class of interface.u file of your system folder . remake the code so it can handle the new grade and then you have to parse the new item grade example 6. or you can just edit the D grade to your S80 for example. Edited December 6, 2018 by melron
Acacia Posted December 6, 2018 Author Posted December 6, 2018 3 minutes ago, melron said: as reborn said, it requires client modification. You have to add the new grade in tooltip class of interface.u file of your system folder . remake the code so it can handle the new grade and then you have to parse the new item grade example 6. or you can just edit the D grade to your S80 for example. gr8 so i'll have to look at interface.u thank you , lock
Tony360 Posted December 14, 2018 Posted December 14, 2018 (edited) Interface.u > ToolTip.uc > function AddTooltipItemGrade(ItemInfo Item) There you can add your extra icon src and then just simply call it to .dat Also i'm sure you know to add the server side too. You can do more than what you can imagine on Interlude : http://prntscr.com/lutgrn Edited December 14, 2018 by Tony360 1
sacrifice Posted December 31, 2018 Posted December 31, 2018 I m in final Gracia part I would like to edit my interface.u to add grades, I have to use what as softwarebecause with UTPT I get to see the script, but we can not edit with UTPT, just read and with L2PE I do not see how it works to import a script
Recommended Posts