Jump to content
  • 0

Delete Buff Interlude


Question

4 answers to this question

Recommended Posts

  • 0
Posted (edited)

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

Edited by Rootware
  • 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

 

 

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


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