EOSERV Wiki > Page: PACKET BARBER > History > Revision Diff

Revision Diff: PACKET BARBER

Revision by at 12th Feb 2011 03:01 am
DeletionsAdditions
This is a packet family that is used to send/receive packets about Barbers.
== Server-to-Client ==
=== PACKET_OPEN (13) ===
Description: Shows a player a barber shop
<pre>
Session Token: 4
</pre>
=== PACKET_AGREE (5) ===
Description: Shows the player purchasing a haircut
<pre>
Gold Amount: 4
Player ID: 2
ClothesSlot: 1
Subloc: 1
Hair Style: 1
Hair Color: 1
</pre>
Clothes Slot options:
* 1 = Clothes
* 2 = Hair
* 3 = Hair Color
== Client-to-Server ==
=== PACKET_OPEN (13) ===
Description: Player opening a barber shop
<pre>
NPC ID: 2
</pre>
=== PACKET_BUY (11) ===
Description: Player purchasing a new haircut
<pre>
Hair Style: 1
Hair Color: 1
</pre>
EOSERV Wiki > Page: PACKET BARBER > History > Revision Diff