elitepvpers
elitepvpers
>
EO PServer Hosting
>
syakila96 help me please
« full version
syakila96 help me please
01/12/2013 16:39
ToxicF0G
#1
i need to know how to edit compose rate
01/12/2013 18:28
georgeion92
#2
Multiply
UPDATE `cq_eudemon_rbn_rqr` SET max = max * 30;
UPDATE `cq_eudemon_rbn_rqr` SET min = min * 30;
Divide
Quote: UPDATE `cq_eudemon_rbn_rqr` SET max = max / 30;
UPDATE `cq_eudemon_rbn_rqr` SET min = min / 30;
Look!
01/12/2013 18:43
syakila96
#3
UPDATE `cq_eudemon_rbn_rqr` SET max = max + 30;
UPDATE `cq_eudemon_rbn_rqr` SET min = min + 30;
this is for standard compose rate