Jump to content
  • 0

Delete Buff Interlude


Question

4 answers to this question

Recommended Posts

  • 0
Posted

You need to modify engine.dll (and possibly more client files) and then it would require server side work as well. Not a good idea to deal with this if you are a beginner.

  • 0
Posted

Ask someone who can edit interface scripts, possible he can implement it with bypass command usage. Something like this - implement clickable function for all icons from AbnormalWnd and sending bypass like bypass -h cancel_buff effect_object_id

  • 0
Posted

It is.

 

inject a custom C dll on l2.exe that can do this things

 

  • get the RVA of sendPacket function (from debugger)
  • create a thread that listens for Ctrl Click on AsyncSstate (win32)
  • get l2.exe window dimensions and the local pointer x, y (win32)
  • calculate which buff was clicked depending on the above data
  • send it back to the server using the method gained from the first bullet point

Of course this can never be really implemented, since you can't track the location of the actual buffs bar, it could be possibly moved.

 

 

Your only chance is a buffer that toggles buffs on / off

 

 

 

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
Answer this question...

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