This is a packet family that is used to send/receive packets about viewing others quest history.
== Server-to-Client ==
=== PACKET_REPLY (3) ===
Description: Shows a player another players' book
<pre>
Victim Name: BreakString
Victim Home: BreakString
Victim Partner: BreakString
Victim Title: BreakString
Victim Guild Name: BreakString
Victim Guild Rank: BreakString
Victim ID: 2
Victim Class: 1
Victim Gender: 1
Unknown: 1
Icon Type: 1
255: 1
FOREACH COMPLETED QUEST
{
Quest Name: BreakString
}
</pre>
Icon Type options:
* 0 = Player
* 4 = GM
* 5 = HGM
* 6 = Player in party
* 9 = GM in party
* 10 = HGM in party
== Client-to-Server ==
=== PACKET_REQUEST (1) ===
Description: Player requesting to view anothers quest book
<pre>
Victim ID: 2
</pre> |