SphereServer BugTracker - SphereServer
View Issue Details
0001865SphereServerexecutable - genericpublic08-12-10 22:2312-12-10 03:58
jeem 
MrSugarCube 
normaltweakhave not tried
resolvedfixed 
 
0.56c Nightly 
Not Available
None
None
0001865: Quest Arrow (0xBA) Packet Change
New client use a modified packet for quest arrow feature. It's 10 bytes instead of the old 6. The first thing standing out is that the client is able to show multiple quest arrows at the same time. This is my guess of packet's content after playing with it for a while.

BYTE cmd
BYTE mode (0 off, 1-2 standard, 3 like standard but there is an X (gump 0x3) at the upper left corner of the arrow)
BYTE[2] x
BYTE[2] y
BYTE[4] id of arrow

http://www.sphereserver.net/index.php?/topic/48188-new-arrowquest-support-70-client/ [^]
No tags attached.
related to 0001874resolved MrSugarCube Packet QuestArrow (0xBA) 
Issue History
08-12-10 22:23jeemNew Issue
08-12-10 23:00jeemNote Added: 0000778
12-12-10 03:58MrSugarCubeNote Added: 0000779
12-12-10 03:58MrSugarCubeStatusnew => resolved
12-12-10 03:58MrSugarCubeFixed in Version => 0.56c Nightly
12-12-10 03:58MrSugarCubeResolutionopen => fixed
12-12-10 03:58MrSugarCubeAssigned To => MrSugarCube
23-12-10 02:43MrSugarCubeRelationship addedrelated to 0001874

Notes
(0000778)
jeem   
08-12-10 23:00   
Correction on mode 3: it allows different gumps to be used as arrows, but I can't figure out how to use it.
(0000779)
MrSugarCube   
12-12-10 03:58   
I think mode 3 has always existed and not been too useful (at least, not without any known way to set the gumps it uses :)).

I'm assuming the packet was introduced back in 7.0.0 but don't have any 7.0.x clients other than 7.0.11 to check with, so let me know if it turns out to have been added a bit more recently.