Steeds

12/13/2013 17:32 Super Aids#1
I'm having an issue with steeds. The correct color etc. spawns to other players, but not to yourself (unless you use mountarmor.)

However I already know that items that have to spawn to yourself is send with the ItemInfoPacket (1008) and the ItemPacket (1009)

I am sending the correct RGB for the steed, as you can see it spawns in my equipments, but it just doesn't spawn proper to myself when equipped.

What am I doing wrong in terms of handing steeds?

Screenshot below demonstrating the issue.
[Only registered and activated users can see links. Click Here To Register...]
12/13/2013 17:36 CptSky#2
Maybe a wrong offset (like one byte) so it makes a new RGB code ? I'm not aware of the way steeds work so :p
12/13/2013 17:45 Super Aids#3
Doesn't seem to be a wrong offset, considering mountarmors work :/

#Edit Okay it was a wrong offset, been handling steeds incorrect all the time. Been writing steeds to the same offset as mountarmors as I thought mount armors would replace the steed when spawned, but wasn't the case :p Thanks!