Ok sorry about that. I had found one post about the error before i posted that didn't fix it and found another post with an alternate way of doing the same thing that seemed to fix it.
Now the world is running but I am getting the error
Quote:
---------------------------------------------
[12.28. - 17:51:23] Starting Log: logs/eqemu_error_world_3668.log
[12.28. - 17:51:23] Could not load EQTime file eqtime.cfg
[12.28. - 17:56:23] Error in UpdateTimeLeftWorld query(1) Update spawn2 set timeleft=(timeleft-300000) where timeleft>=300000: 0
|
Found a post saying to try this:
UPDATE spawn2 SET timeleft = 0 WHERE timeleft > 0;
But it says no database selected when I trying to run it.
adding sql.peq.spawn2 throws a syntax error.