As you can see there is alot of thread in fact , if u want to add more compose points in each compose just use this query
Quote:
UPDATE `cq_eudemon_rbn_rqr` SET max = max + (here put z number of the points u want to add);
UPDATE `cq_eudemon_rbn_rqr` SET min = min + (here put z number of the points u want to add);
|
To duplicate the compose rate for examble from 10 points as max to 20 points max use the following :
Quote:
UPDATE `cq_eudemon_rbn_rqr` SET max = max * 2;
UPDATE `cq_eudemon_rbn_rqr` SET min = min * 2;
|
Main thread posted by PraDevil