Server
Server copied to clipboard
Make ShowNames editable
Currently, ShowNames is a hard coded value with some conditionals to change it up.
https://github.com/EQEmu/Server/blob/master/common/patches/rof2.cpp#L4089
Auras and other use cases cause this not to be a viable option for future development.
- [x] Change ShowName to be a field inside npc_types table
- [ ] There are more than 65 body types, add support for additional ones.
- [x] Solve the hard coded conditional from overriding the npc_types set field.
Still need to resolve the bodytype hack issue ...
http://www.eqemulator.org/forums/showpost.php?p=255320&postcount=8