Jump to content
  • 0

Delete Buff Interlude


MaKasTreRo

Question

4 answers to this question

Recommended Posts

  • 0

No way. Alt + Click interface option uses the separated packet from client side and unique the native functions for interface scripts.

Edited by Rootware
Link to comment
Share on other sites

  • 0

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.

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

  • 0

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

 

 

 

Link to comment
Share on other sites

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

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock