[Fixed] SendCharacterRaceChanger() skin color

Moderator: POL Developer

Locked
User avatar
itec
Novice Poster
Posts: 42
Joined: Thu Feb 09, 2006 11:48 pm
Location: Finland

[Fixed] SendCharacterRaceChanger() skin color

Post by itec »

As encouraged by MuadDib in another thread, here's another massive bug.

When SendCharacterRaceChanger(who) sets the skin color, it's missing the first bit that is used to make the underwear uncolored. Add 0x8000 to the color value and it should be set as it should.
User avatar
OldnGrey
POL Expert
Posts: 657
Joined: Sat Feb 04, 2006 6:26 pm

Re: SendCharacterRaceChanger() skin color

Post by OldnGrey »

That is an epic fail!
MuadDib
Former Developer
Posts: 1091
Joined: Sun Feb 12, 2006 9:50 pm
Location: Cross Lanes, WV

Re: SendCharacterRaceChanger() skin color

Post by MuadDib »

Code: Select all

-- POL098 --
03-18-2009 MuadDib:
    Fixed:   Bug with Player Color and their magic underwear in the Race Changer packet handling.    
Locked