use a buff skill packet

02/23/2018 15:17 SubZero**#1
how i can make char use skill by filter ?
thanks in advance;)

up?
02/25/2018 17:26 SubZero**#2
section dead ?
02/25/2018 19:11 florian0#3
Maybe dead, maybe your question is just trivial.

If the actual player uses a skill, the client sends a packet to the server.
If a bot uses a skill, the bot sends the same packet to the server as if the client would do.
If you want the filter to make a player cast skills, your filter has to behave like a bot. Send that packet to the server as if the client would have send it.
02/26/2018 14:37 SubZero**#4
Quote:
Originally Posted by florian0 View Post
Maybe dead, maybe your question is just trivial.

If the actual player uses a skill, the client sends a packet to the server.
If a bot uses a skill, the bot sends the same packet to the server as if the client would do.
If you want the filter to make a player cast skills, your filter has to behave like a bot. Send that packet to the server as if the client would have send it.
so what is that packet
--Sorry for my bad english--
02/27/2018 21:39 #HB#5
Lol! Mainaction packet dude!

0x7074,CLIENT_MAINACTION