MaKasTreRo Posted November 26, 2016 Posted November 26, 2016 Good friends, I wanted to know how I can delete buff using Alt + click buff in interlude. Same as following chronics. Thanks Quote
0 Rootware Posted November 26, 2016 Posted November 26, 2016 (edited) No way. Alt + Click interface option uses the separated packet from client side and unique the native functions for interface scripts. Edited November 26, 2016 by Rootware Quote
0 Versus Posted November 26, 2016 Posted November 26, 2016 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. Quote
0 Rootware Posted November 26, 2016 Posted November 26, 2016 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 Quote
0 xxdem Posted November 26, 2016 Posted November 26, 2016 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 Quote
Question
MaKasTreRo
Good friends, I wanted to know how I can delete buff using Alt + click buff in interlude. Same as following chronics.
Thanks
4 answers to this question
Recommended Posts
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.