Headgear/Costume will not Override Setlook?

karazu

New member
Messages
1,115
Points
0
Well I have an NPC script in my server that uses setlook to change the sprite/headgear of the character.

The problem is when the NPC sets the look of the characters headgear to (example) Solar Hat of the Sun God and then a person uses any Headgear/Costume Headgear, the setlook settings is gone.


Is it possible to not the headgears override the set look?

 
I guess you need to edit src to change how the setlook settings works when equip/unequip headgears. However, the suggestion I can give you is to change the script for every headgear to do a check if setlook has been change by the npc who changes it, so, if it has been changed by that npc, set again the changed setlook after have equiped the headgear.

 
Back
Top