Thread: Client Timers
View Single Post
  #2  
Old 12-14-2006, 12:11 PM
Aerewen
Hill Giant
 
Join Date: Dec 2006
Posts: 110
Default

looks like the aa timers are compiled into zone.exe which would explain why you are seeing the timer freeze when you zone... moving from once instance of the exe to another would cause that.

only 2 ways i can think of to fix it atm... one, store the timer's in the database (baaaaaad idea by the way)

or 2, have the zone talk to the new zone when the client drops and send their timer info...

unfortunately im deep into the tutorial creation right now... so i cant really give you any insight into how to do this... but the file you want is AA.cpp contained within the zone folder of the source. the function that triggers the aa and sets the timer is maybe like 150 lines in from the top
Reply With Quote