This is a packet family that is used to send/receive packets about handling interacting with admins.
== Server-to-Client ==
=== PACKET_REMOVE (4) ===
Description: Shows an admin disappearing
<pre>
Admin ID: 2
</pre>
=== PACKET_AGREE (5) ===
Description: Shows an admin reappearing
<pre>
Admin ID: 2
</pre>
=== PACKET_TELL (20) ===
Description: Gives you information about a player
<pre>
Admin Rank: String (add a space at the end of it)
Player Name: String (add a space at the end of it)
Player Guild Tag: BreakString
Player Usage: 4
255: 1
255: 1
Player EXP: 4
Player Level: 1
Player Map: 2
Player X: 2
Player Y: 2
Player HP: 2
Player Max HP: 2
Player TP: 2
Player Max TP: 2
Player Str: 2
Player Int: 2
Player Wis: 2
Player Agi: 2
Player Con: 2
Player Cha: 2
Player Max Damage: 2
Player Min Damage: 2
Player Accuracy: 2
Player Evade: 2
Player Armor: 2
Player Light: 2
Player Dark: 2
Player Fire: 2
Player Water: 2
Player Earth: 2
Player Wind: 2
Player Weight: 1
Player Max Weight: 1
</pre>
=== PACKET_REPLY (3) ===
Description: Admin receiving player message
<pre>
Message Type: 1
255: 1
Sender Name: BreakString
Message: BreakString
</pre>
Only add this if the Message Type is two
<pre>
Reportee Name: BreakString
</pre>
Message Type options:
* 1 = Asking admins a question or comment
* 2 = Reporting a player to admins
== Client-to-Server ==
=== PACKET_TELL (20) ===
Description: Player sending a question or comment to admins
<pre>
Message: String
</pre>
=== PACKET_REPORT (21) ===
Description: Player reporting a player to admins
<pre>
Reportee: BreakString
Reason: String
</pre> |