Compose rater higher with Query

06/17/2008 14:32 Rawsteeey#1
Edit:
I got it!
update cq_eudemon_rbn_rqr set max= WHAT YOU WANT HERE;
update cq_eudemon_rbn_rqr set min= WHAT YOU WANT HERE;

at What you want here just make the number like this

update cq_eudemon_rbn_rqr set max= 100;
update cq_eudemon_rbn_rqr set min= 100;

the numbers MUST be the same...
ty
06/17/2008 14:56 666^^devil^^666#2
i will say it too i make an thread about it :O
[Only registered and activated users can see links. Click Here To Register...]
but ok :P
I didnt steal it
06/17/2008 15:06 666^^devil^^666#3
The numbers must not to be same
example:
update cq_eudemon_rbn_rqr set max= 1000;
update cq_eudemon_rbn_rqr set min= 100;

max need to be more
min not

really it works

Wrong expample

update cq_eudemon_rbn_rqr set max= 10;
update cq_eudemon_rbn_rqr set min= 100;
07/17/2012 22:43 s7ns035sog#4
i didnt get it should the rate be same or can it different ppl?
07/20/2012 16:48 magewarior2#5
Well, as i think .. ( i dont work with those query .. i change every monster myself...)

update cq_eudemon_rbn_rqr set max= 1000;
Code:
the [COLOR="red"]max amount of point[/COLOR] the eudemon will gain on compose
update cq_eudemon_rbn_rqr set min= 100;
Code:
The [COLOR="red"]minimum amount of points[/COLOR] the eudemon will gain on compose
simple... so

works:
Code:
[COLOR="Lime"]update cq_eudemon_rbn_rqr set max= 1000;
update cq_eudemon_rbn_rqr set min= 100;[/COLOR]
fails:
Code:
[COLOR="red"]update cq_eudemon_rbn_rqr set max= 10;
update cq_eudemon_rbn_rqr set min= 100;[/COLOR]
so if u use:
update cq_eudemon_rbn_rqr set max= 100;
update cq_eudemon_rbn_rqr set min= 100;

You wil gain 1 * on every compose.