Page 1 of 1

[Fixed in 098] Equipment graphic bug

Posted: Wed Nov 15, 2006 9:05 am
by Developer Silver
If you change an item's graphic while it's equiped on a mob, the graphic update is visibile only to that mob; all other clients will see the new graphic only when an item update will occour (drop and re-equip, teleport and back, etc.)

That's why we can't light up torches while they are equiped ;)

Posted: Wed Nov 15, 2006 11:40 am
by MuadDib
Will try to look into it before next RC.

Re: [Fixed in 098] Equipment graphic bug

Posted: Sun Feb 22, 2009 12:25 pm
by MuadDib

Code: Select all

-- POL098 --
02-22-2009 MuadDib:
    Changed: Updating of worn items will be handled by sending Delete Item packet to those
             in range, then sending the worn item packets. This is to address an issue with
             client not updating worn items on other players when graphics.color.etc are changed.