Problems regarding timer

01/11/2015 08:02 stedabest321#1
Problem is when i add a timer NOT to an npc, just to the server so for example, i want a monster to spawn at a certain time, or i want a system message to pop up at a certain time it isnt working this is how ive done my timer

Quote:
5540010 5540013 5540013 123 4 01:04 01:04
5540013 0 0 125 2007 </FF00FF>TESTING TESTING 123 XD</[/]>
to test it out, and no matter what it isnt running or even attempting to run the action, But if i process the action at that time stated, it works, but it means i need to process it lmao any ideas on what im missing ?

Solved :)
01/12/2015 04:14 wever-kley#2
Quote:
Originally Posted by idlemonkey View Post
i know how to make it work youre missing something is what the problem is put that thing in and it will work
How to solve it i have the same problem, msg doesnt show only with process
Code:
INSERT INTO `my_virtua`.`cq_action` (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`) VALUES ('9899001', '0000', '0000', '0125', '2011', '</FF0000> Maintenance in 5 minutes!</[/]></FDF8FF>');
INSERT INTO `my_virtua`.`cq_action` (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`) VALUES ('9899000', '9899001', '0000', '0123', '2', '23:55 23:55');
01/12/2015 15:54 stedabest321#3
Thanks for the help Idle :) appreciate it <3
01/12/2015 23:52 idlemonkey#4
Quote:
Originally Posted by stedabest321 View Post
Thanks for the help Idle :) appreciate it <3
yup sure .... this question has been answered already before anyways even recently
04/21/2015 17:23 haizamlee#5
How did u guys fix it?
04/23/2015 20:43 magewarior2#6
go link your actions to action id 2000000 - 2000099


those actions run automaticly each minute.
04/25/2015 10:05 haizamlee#7
do u u mean should start from 2000000 or just start it from any number like 2000008. Will the actions run only from 2000000 or will start from other id as well between 2000000 - 2000099
04/25/2015 19:53 magewarior2#8
Quote:
Originally Posted by haizamlee View Post
do u u mean should start from 2000000 or just start it from any number like 2000008. Will the actions run only from 2000000 or will start from other id as well between 2000000 - 2000099
each action from 2000000 to 2000099 will work, so also 2000001 or 2000093