Hi! I'm making packet-using bot and I have big problem - I stopped on walking event, beacuse sending "walk" only sends packet to server and our character (in client) is standing in the same place. Do you have any ideas to move our character visually with packet?
Yeah, but i don't want to walk with mouse - I want to move my character with bot - packets. But when I send packet "walk" for ex. with packetloggger, character doesn't move.
how to send packet with Empty effect ?? 04/18/2013 - CO2 Private Server - 8 Replies for example the riding skill send effect of riding with number 0. i don't want that 0 ^^ any help ?
Thanks.
[Request] How To Create Walk Packet In Caves 09/01/2012 - Silkroad Online - 1 Replies hello elitepvpers members.
i am making a bot and i have the following problem
the cordinates system is not like anywhere else.
i used the debugger and i knew the logic for decoding the coordinates From Packet 0xB021.
but i cant create the walk packet 0x7021 and i am lost in the debugger.
so if anyone know how to create it specially the coordinates pointer that comes after the position x word i would be greatfull.
here is an example packet created by the client.
Walk packet 09/28/2011 - CO2 Private Server - 3 Replies today i came across to a problem that when 1 client sends walk packet to other clients. That packet is delayed up to 1-4 secs. But this is when you send it at stand -> to walk. if you send walk packet when client is walking then there is no delay(not counting delay that was made stand ->walk).
could that be client? or my source?
i don't have problems with any other packet....
client is 4*** late something.
Fun -= walk <-- video to better understand what I'm talking about!
Walk Packet 04/01/2010 - Silkroad Online - 3 Replies I've been following Pushedx (Drew) guides, and so far I've done some interesting things.
Now I want to understand how the Walk packets works, but I can't find any pattern or place to start of, if anyone could help me please.
That's what I have so far:
01
?? ?? //Dunno what they are
XX ?? //Left one indicates the X position, but dunno how
?? ??
YY ?? //Left one indicates the Y position, but dunno how