Jump to content

Recommended Posts

Posted (edited)

Hi, i want to edit interface.u file to se the target class in "Name Rank" section in mi L2 epilogue client.

i find this, but in a interface.u L2 H5 file and i have troubles making it work in epilogue or editing in hexadecimal.

 

Help plz :)

 

optuec.jpg

 

PD: Srry for mi bad inglish

Edited by siktitan
Posted

it can be done by editing one line of the code in TargetStatusWnd class (this is interlude code but it should look similar in epilogue)

 

 

RankName = GetUserRankString(info.nUserRank);

change to

 

RankName = GetClassStr(info.nClassID);
Posted

I already did that man, but I still see dont the class of the characters.

I think I have to change that in hex code and i dont know find the line and i dont know whrite it.
 
For example in H5 i need to change C2 0E 36 FF 0C 00 5D 02 into D2 05 36 E8 0A 00 5D 02 and that figure in the code like this:   ..6...].
 
99c3769cb4.png
 
I gonna still testing. Thanks Man. :D
Posted

 

I already did that man, but I still see dont the class of the characters.

 

 

did you see any change at all though? because literally that one line defines whats displayed under characters nicknames in target window

whether you edit it right or wrong it should affect the thing thats displayed

Posted

tried on interlude (java) and it shows only fighter xd

because interlude client doesnt share such information for nonparty/clan members xP

 

@siktitan

DetailStatusWnd is the window of your characters stats, the line you are looking for is located in TargetStatusWnd class... duh

Posted

Yes man.

I go to detail status only to see the comand for epilogue client.

98f2363b98.pngeI have to change those lines, and i try to find out witch hexadecimal code i need to put xDDD

  • 1 year later...
Posted

Yes man.

I go to detail status only to see the comand for epilogue client.

98f2363b98.pngeI have to change those lines, and i try to find out witch hexadecimal code i need to put xDDD

program name ? :)

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