noxworld-dev / opennox

OpenNox main repository.
GNU General Public License v3.0
451 stars 25 forks source link

Maiden NPC is invisible when created with ns.CreateObject #586

Open Ephreaym opened 1 year ago

Ephreaym commented 1 year ago

Probably simmilar to the NPC invisibility issue. Want maiden objects so I can implement a female bot.

dennwc commented 1 year ago

Turns out this one is more complicated than colors for NPCs. Maiden draw routine checks for some game flag and takes color from nox_npc_by_id instead of the usual update data. Once we have a bit more info about that structure, I will implement it.