Shaiya springen/jump

02/05/2013 22:07 Kosic#1
Deutsch:
Hey Leute,
Weiß wer ob das Springen(Leertaste) über eine Funktion oder via Packets erfolgt?

Mfg,
Kosic

English:
Hey Guys,
Does anyone know how jump(Space) work in Shaiya? I mean is it called by a function or via packtes?
Sorry for my bad English
Greetz,
Kosic
02/06/2013 06:19 phize#2
Quote:
I mean is it called by a function or via packtes?
That doesn't make much sense. There's obviously a jump packet and a function for jumping. Have you checked with a packet sniffer?
02/06/2013 14:30 Kosic#3
Yes, with WPE. But I find no identical packets, after I jumped a few times.

Greetz,
Kosic
02/06/2013 17:00 phize#4
Packets in Shaiya are encrypted, rendering WPE useless. You need a packet sniffer that shows decrypted packets, maybe some are still up to date...
02/08/2013 11:24 shikosan#5
Pakete für Springen in Hex:
Packet for jumping in hex:

Send:
06 05 02
<OpCode:2Byte><GestureId:Byte>
06 05 ist der Opcode für eine Geste // Opcode for gesture
02 die "Geste" springen. // 02 is the id for jumping gesture

Receive:
<OpCode:2Bytes><ToonId:4Bytes><GestureId:Byte>

Falls noch Fragen hast schreib einfach.
If you got further questions, feel free to ask.