EOSERV Wiki > Page: PACKET ADMININTERACT

PACKET ADMININTERACT

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
Admin ID: 2

PACKET_AGREE (5)

Description: Shows an admin reappearing
Admin ID: 2

PACKET_TELL (20)

Description: Gives you information about a player
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

PACKET_REPLY (3)

Description: Admin receiving player message
Message Type: 1
255: 1
Sender Name: BreakString
Message: BreakString

Only add this if the Message Type is two

Reportee Name: BreakString

Message Type options:

  • 1 = Asking admins a question or comment
  • 2 = Reporting a player to admins

PACKET_LIST (18)

Description: List of character's items
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
Gold in bank: 4
255: 1
FOREACH INVENTORY ITEMS
{
    Item ID: 2
    Amount: 4
}
255: 1
FOREACH BANK ITEMS
{
    Item ID: 2
    Amount: 4
}

Client-to-Server

PACKET_TELL (20)

Description: Player sending a question or comment to admins
Message: String

PACKET_REPORT (21)

Description: Player reporting a player to admins
Reportee: BreakString
Reason: String
EOSERV Wiki > Page: PACKET ADMININTERACT