[HELP] compose rate

11/30/2008 01:57 dani-filth0#1
hi guyz i've run this query

update cq_eudemon_rbn_rqr set max= 5000;
update cq_eudemon_rbn_rqr set min= 5000;

cuz i was told it make compose rates higher , but actually it make it insane like i get 100* per rb
i need a query makes my server compose rates like x5 times more than TQ or like AceEo it was the best or
if u dont know a query and u have a server , plz send me ur

cq_eudemon_rbn_rqr.frm , cq_eudemon_rbn_rqr.MYD , cq_eudemon_rbn_rqr.MYI

they would be very useful , any way i prefer a query
if someone is going to say use search i would like to tell him STFU

Regarsds.
11/30/2008 02:10 |>SomeGuy<|#2
i used this in my query im not sure how it goes but my mage gos got 136 points after 4 RB and the rest were like a little lower so i spose these are pretty low rates you could say

Update cq_eudemon_rbn_rqr set min=200;
Update cq_eudemon_rbn_rqr set max=4000;

Thanks,
SomeGuy
11/30/2008 02:13 dani-filth0#3
i hope it its good , testing ......
11/30/2008 02:24 dani-filth0#4
my edm reached 51* in 2 reborns :( i need something better , thx any way , but if u have ur own server and u have a high exp rate ,( not too high ) send me ur
cq_eudemon_rbn_rqr.frm , cq_eudemon_rbn_rqr.MYD , cq_eudemon_rbn_rqr.MYI
that will be better i guess

thx anyway for trying to help
11/30/2008 03:40 Kradel#5
Don't use those queries that set the reborn to a number, it makes no sense to do that since you'll be getting the same gains at 1* and 100*. Use a query that changes each value by the same rate. Here's an example:
Quote:
update cq_eudemon_rbn_rqr set min=min*5;
update cq_eudemon_rbn_rqr set max=max*5;
That will multiply the rates by 5. If you want it by 10, then change the red above to 10, and so on.
11/30/2008 03:48 dani-filth0#6
not workin
11/30/2008 06:41 drew666#7
update cq_eudemon_rbn_rqr set min=min*5;
update cq_eudemon_rbn_rqr set max=max*5;

What this scrip does is take the number you already have and times it by 5 so it will give you higher rates actually it will give you 5 times the higher rates then you had.
you can use the one i use in my server the compose rates are prefect for me
update cq_eudemon_rbn_rqr set min=min '500';
update cq_eudemon_rbn_rqr set max=max '4000';
11/30/2008 09:15 |>SomeGuy<|#8
Quote:
Originally Posted by drew666 View Post
update cq_eudemon_rbn_rqr set min=min*5;
update cq_eudemon_rbn_rqr set max=max*5;

What this scrip does is take the number you already have and times it by 5 so it will give you higher rates actually it will give you 5 times the higher rates then you had.
you can use the one i use in my server the compose rates are prefect for me
update cq_eudemon_rbn_rqr set min=min '500';
update cq_eudemon_rbn_rqr set max=max '4000';
Thanks Drew your compose rates are good, appreciated.

Thanks,
SomeGuy
11/30/2008 11:32 Spy520#9
update cq_eudemon_rbn_rqr set min=min '60';
update cq_eudemon_rbn_rqr set max=max '120';
Works fine with me and make 100* by 100 rb :)
11/30/2008 13:16 dani-filth0#10
hey drew666 how many reborns u need to reach 100* 4 -5 ???
12/01/2008 11:02 thegamer1907#11
Code:
update cq_eudemon_rbn_rqr set min=min*1.5;
update cq_eudemon_rbn_rqr set max=max*1.5;
this gives you 1.5x the compose rate. 2x is far too high and will give up to 200* on an eudemon like PdefMdef. if 1.5 is still too high change it to 1.3 or lower
12/01/2008 11:11 |>SomeGuy<|#12
well my compose rates would of taken like 50-100RB's to get up to 100*'s coz it was only going up by 86 points per RB and the most i saw done was 167 points lol

Thanks,
SomeGuy
12/01/2008 12:11 dani-filth0#13
thx guyz i've edited my rayes manualy , cuz no query can do it
12/31/2009 13:58 Armandyo#14
hey ive got a problem
after i make the eudemons over 200* something like that and i log out they all came to level 1 and dead with 0 loyalty nothing to do with them
plz add me [Only registered and activated users can see links. Click Here To Register...]
12/31/2009 16:40 PraDevil[ELITE]#15
your MSGserver is not remove the checksum..search the thread by soulerman and thank her:D