How i can catch the Packet which will revive me on same place after death?
You need save your last positionX and positionY to your database after death. And you need use positionX and positionY positions from your database when you start the game.
Quote:
Originally Posted by HammerTyrs22
i have a Problem with the Drone Packet for Client 9.0
Code:
sendPacket("0|n|d|"+1+"|2|2|2|2");
i dont know what paramter is Level, Drone_Type and Drone Level.
My Code show me Iris with Blue Design and Level 1 o.O
dont you normally send the packets in bytearray's and not string in 9.0 client?
The server sends data and unless the character mapping is different (wide string alias Unicode for example) bytearray and string literally contain the same data
{ 'T', 'e', 'x', 't'} and "Text" are the same if you read it in binary
The server sends data and unless the character mapping is different (wide string alias Unicode for example) bytearray and string literally contain the same data
{ 'T', 'e', 'x', 't'} and "Text" are the same if you read it in binary
Sidenote: ignoring the null-terminator which doesnt play a role here
However in 6.3.1> versions that's not the case. There is a command for sending string based packets (LegacyModule) and if you send it as a plain packet you will crash the client.
[Private Server] Packets Thread 06/10/2020 - DarkOrbit - 14 Replies Hi!!
In this thread I'll put all packets so other users can find the packets easily, if you have a acket that isn't in this thread, this thread will be constantly updated untill we find ALL packets ;)
Packets:
-Box Collect Response:
Note, here the packet can start with "0|LM" or "0|y" it has the same effect ;)
[Release] +5500 Packets structure , client/packets constants 10/07/2012 - CO2 PServer Guides & Releases - 10 Replies edit : if u know nothing about packets go to this post first
explaining what is packets , and explaining a packet with details and everything
http://www.elitepvpers.com/forum/co2-pserver-disc ussions-questions/2162344-packets-packets-packets. html#post19074533
i start making my very own packet structure to use them on my new proxy but i thought of ripping them from the source
so yeah the following packets is ripped of trinity base source
right now im just providing the packets structure...
Packets packets packets... 10/06/2012 - CO2 Private Server - 13 Replies I have been struggling to understand what is a Packet how could i create one with the data i want then send it to my server
So please any one tell if as example i want to send some info from my client to my server, then handle them from the server
how could i do that
: i have my socket server, also i don't wanna copy and paste codes i want to UNDERSTAND.
My PacketReader.cs
[Packets] Wie änder ich flyff packets? 07/16/2011 - Flyff Private Server - 19 Replies HeyHo,
Ich würde sehr gerne wissen wie man die Flyff Packets ändert...
ich denke mal Zahlen ändern werden nicht ausreichen oder?