Looking for x2 compose rate

01/02/2015 23:32 lordbraggs93#1
Im looking for x2 compose rate that could be little easier then what im using now, Id like use as weekend event.

But ive tried tweak and understand the compose rate working

but If I change anything in the spl try make little easier my MSG wont run.

So if anyone has spare minute.

maybe took look see what i need do.

ive tried changed chaning everything still wont run.

01/04/2015 01:36 .Horror.#2
Search.
01/04/2015 03:51 lordbraggs93#3
If I didnt search why would take time to ask lmfao. Come on now.

There are no working x2 compose rate.

They say they are but no they aint lol ive checked
01/04/2015 17:01 idlemonkey#4
make a sql to set your compose (cq_eudemon_rbn_rec or whatnot) rate for the event and one to change it back...
set a windows task to run the first sql at the time u want the event to start and another windows task to run the second sql when u want the event to stop
01/04/2015 21:23 .Horror.#5
No working ones? Have you looked in the all things guide?
01/04/2015 22:41 no_1#6
start 2x compose;
Code:
update cq_eudemon_rbn_rqr set min=min*2;
update cq_eudemon_rbn_rqr set max=max*2;
Stop 2x compose
Code:
update cq_eudemon_rbn_rqr set min=min/2;
update cq_eudemon_rbn_rqr set max=max/2;