View Single Post
  #9  
Old 07-19-2003, 09:00 PM
used_pawn
Sarnak
 
Join Date: Apr 2003
Posts: 53
Default

Actually, I fixed this on my server...
The problem is (sorry Im not looking at my code, bear with the abstracts) a variable used as a flag to mark whether or not the timer has expired. All NPCs were using the SAME FLAG.
So, simple fix was to add the flag definition in the header for the NPCs (Mob.h i believe) and take the def. out of the main thread.
Voila, worked like a dream. Hunt through the code, you will see what I mean.
Reply With Quote