noxworld-dev / opennox

OpenNox main repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maiden NPC is invisible when created with ns.CreateObject

Ephreaym opened this issue · comments

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

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.