[Fixed in 098] Equipment graphic bug

Bug Reports relating to the 097 core are moved to this forum once solved.

Moderator: POL Developer

Locked
Developer Silver
Apprentice Poster
Posts: 58
Joined: Sun Feb 05, 2006 1:34 pm
Location: Italy

[Fixed in 098] Equipment graphic bug

Post 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 ;)
MuadDib
Former Developer
Posts: 1091
Joined: Sun Feb 12, 2006 9:50 pm
Location: Cross Lanes, WV

Post by MuadDib »

Will try to look into it before next RC.
MuadDib
Former Developer
Posts: 1091
Joined: Sun Feb 12, 2006 9:50 pm
Location: Cross Lanes, WV

Re: [Fixed in 098] Equipment graphic bug

Post 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.
             
Locked