Hi thanks for the reply. What function should i look at. The rest i can figure it out, Thanks again. Btw did you solved your DB crashes? If not i had the same problem yesterday when upgrading my v16 to v19. The DB crashed everytime i did an quest. Solved it by changing this Project.cpp if( script.Token == "SetEndCondKillNPC" ) Change iif( nIdx < 0 || nIdx > MAX_QUEST_COND_KILL ) to if( nIdx < 0 || nIdx > 3 ) and undo the rest of your MAX_QUEST_COND_KILL Also Project.h int m_nEndCondKillNPCIdx[ 3 ]; int m_nEndCondKillNPCNum[ 3 ]; QuestGoalData m_KillNPCGoalData[ 3 ]; Then rebuild it,.
Hi Deviant, I am wondering if you could help me out with this. I am adding the Wing SFX to my resource i have copied the Cupid Wings and changed the things that needs to be changed. However when i enter the game Neuz is crashing on me. Debug cant do squat about it cause it wont go further then Access violation. How did you managed so that the neuz wont crash? With kind regards, Btw your Inbox is full :D