Byrth / Lua-Byrth

Lua Addons and Scripts
3 stars 2 forks source link

DressUp - Model registry #414

Closed Byrth closed 8 years ago

Byrth commented 8 years ago

DressUp pulls models from memory using get_mob_by_index() and forces those models for any player with that index.

This is a problem when you stay in a populated zone for a long time and indices start repeating. get_mob_by_index() returns a player who has long-since zoned, but their race/face/gear gets forced onto the new player.

Testing a fix for this now.

Byrth commented 8 years ago

I put this on -dev. We'll see if it works.