Quote:
Originally Posted by Sir*DeviL
Code:
UPDATE `cq_eudemon_rbn_rqr` SET `min`=x+xx;
UPDATE `cq_eudemon_rbn_rqr` SET `max`=xx+xx;
----
Use 100=1* and so on..
just small query and server restart 
--
Hope i helped..
Szero[PM] Aka Sir*DeviL
Best Regards!
|
lol no its not coz if u put all to 20 or somethiing, or 8 etc, it will give u 1 star mark per compose, wich is why your better of not Editing like this, and just X or Share it so e.g you compose rate is 100 stars per compose and u want it lower, you simply just do Divide by 2, then u will have aorund 50 stars per compose
If you wantto higher it from e.g 5,8 star mark percompose, you simply do
Times it which the is
* = Multiply
/ = Divide
so there u go the better way to do it, but i would avoide just changing all of them to the same it will realy mess your Compose rates up
Multiply
Quote:
UPDATE `cq_eudemon_rbn_rqr` SET max = max * 2;
UPDATE `cq_eudemon_rbn_rqr` SET min = min * 2;
|
Divide
Quote:
UPDATE `cq_eudemon_rbn_rqr` SET max = max / 2;
UPDATE `cq_eudemon_rbn_rqr` SET min = min / 2;
|