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.