Hey,
I made a raidframe for Sky Tower.. but I'm having difficulties to select a player (I click on a player in my raidframe -> send("select player by ID") ). The Packet (op code 00c6) gets send but nothing happens.
I found two packets. One is a recv packet and the other one a send packet.
When i click on a character, I get a recv packet. But i can not send a recv packet, can I ?
The send packet doesn't seem to work(nothing happens on send). The packet is "c6 00 c3 44 ff ff" where the last four bytes are the monsterID/PlayerID/EidolonID.
any idea ?
----------------------------------------------------------------------------
#packetEditing, #D3D
----------------------------------------------------------------------------
PS:
I just got a few PMs...
Please don't PM me, I am not going to share a tool for sniffing/sending/resending.
We all know what will happen if I will release it ~
+ I am a noob and my code is shitty xD *still learing c++ /D3D/Reversing...*
As soon as i got a "clean base", I am going to release some D3D interfaces with additional options that might come in handy. I won't release anything, that may destroy the game.
I made a raidframe for Sky Tower.. but I'm having difficulties to select a player (I click on a player in my raidframe -> send("select player by ID") ). The Packet (op code 00c6) gets send but nothing happens.
I found two packets. One is a recv packet and the other one a send packet.
When i click on a character, I get a recv packet. But i can not send a recv packet, can I ?
The send packet doesn't seem to work(nothing happens on send). The packet is "c6 00 c3 44 ff ff" where the last four bytes are the monsterID/PlayerID/EidolonID.
any idea ?
----------------------------------------------------------------------------
#packetEditing, #D3D
----------------------------------------------------------------------------
PS:
I just got a few PMs...
Please don't PM me, I am not going to share a tool for sniffing/sending/resending.
We all know what will happen if I will release it ~
+ I am a noob and my code is shitty xD *still learing c++ /D3D/Reversing...*
As soon as i got a "clean base", I am going to release some D3D interfaces with additional options that might come in handy. I won't release anything, that may destroy the game.