[RELEASE] CHANGING YOUR EUDEMON COMPOSE RATE USING QUERY

08/16/2011 09:31 supnasi#16
where can i find the data in the folder
03/05/2012 14:09 crazysword#17
UPDATE `cq_eudemon_rbn_rqr` SET max = max + 20;
UPDATE `cq_eudemon_rbn_rqr` SET min = min - 20;
or
UPDATE `cq_eudemon_rbn_rqr` SET max = max - 20;
UPDATE `cq_eudemon_rbn_rqr` SET min = min + 20;

where want to do low rate compose ??
03/05/2012 19:36 Sir*DeviL#18
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!
03/14/2012 01:55 Zig[PM]1#19
Quote:
Originally Posted by Sir*DeviL View Post
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;
07/13/2017 07:53 oplpaulo#20
Update cq_eudemon_rbn_rqr set max =1000;
Update cq_eudemon_rbn_rqr set min =500;