i though many of people here having a problem when trying to changing their eudemon compose rate one by one in cq_eudemon_rbn_rqr..so i made a simple query to changing it easily by using a query..so here we go..firsty..u must have a standard compose sql..so i have upload the standard compose rate query for download if u like(my standard compose rate).
Then use this query to changing your composing rate..
Note: Those rate number that will be + in you file example if your max is 12 then after run the query it will be 32 so 12+20=32..change those number to what u like it be..to make it have a low compose rate just change + to -
hope its help newbie here:)
Then use this query to changing your composing rate..
Code:
UPDATE `cq_eudemon_rbn_rqr` SET max = max [COLOR="SeaGreen"]+[/COLOR] [COLOR="Red"]20[/COLOR]; UPDATE `cq_eudemon_rbn_rqr` SET min = min [COLOR="SeaGreen"]+[/COLOR] [COLOR="Red"]20[/COLOR];
hope its help newbie here:)