Jump to content

item grade crystal icon


Acacia

Recommended Posts

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 by Kishin
Link to comment
Share on other sites

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 by melron
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 by Tony360
  • Upvote 1
Link to comment
Share on other sites

  • 3 weeks later...

I m in final Gracia part I would like to edit my interface.u to add grades, I have to use what as software
because 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

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...