Server icon indicating copy to clipboard operation
Server copied to clipboard

Make ShowNames editable

Open xackery opened this issue 7 years ago • 2 comments

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.

xackery avatar Jul 17 '17 22:07 xackery

Still need to resolve the bodytype hack issue ...

mackal avatar Jul 19 '17 06:07 mackal

http://www.eqemulator.org/forums/showpost.php?p=255320&postcount=8

Akkadius avatar Jul 24 '17 13:07 Akkadius