Changing Compose Rates

02/23/2010 20:26 PraDevil[ELITE]#1
Code:
Update cq_eudemon_rbn_rqr set min = (when it's lower, it's more harder, if you want to multiply them, which is the PERFECT solution, use "*x(the asterik means times, x is the number to multiply with, dividing is nearly the same. but with / instead of *);
Update cq_eudemon_rbn_rqr set max=(when it's lower, it's more harder, if you want to multiply them, which is the PERFECT solution, use "*x(the asterik means times, x is the number to multiply with, dividing is nearly the same. but with / instead of *);

#if you want compose rates to be x2 or xwhatever just write instead of "what you want here" *2.
hello im not really understand with this..
can someone show me the query on how to make it X2 without change them all in one query..?

example of my cq_eudemon_rqr

Code:
900	4501	5501	1	100	20	0	0	0	0
901	4469	5462	1	100	20	0	0	0	0
thanks..:)
02/24/2010 03:22 dewilstream#2
How Much Normal Compose Rate ? not easy not hard
02/24/2010 04:18 chaosblade#3
Quote:
Originally Posted by PraDevil View Post
Code:
Update cq_eudemon_rbn_rqr set min = (when it's lower, it's more harder, if you want to multiply them, which is the PERFECT solution, use "*x(the asterik means times, x is the number to multiply with, dividing is nearly the same. but with / instead of *);
Update cq_eudemon_rbn_rqr set max=(when it's lower, it's more harder, if you want to multiply them, which is the PERFECT solution, use "*x(the asterik means times, x is the number to multiply with, dividing is nearly the same. but with / instead of *);

#if you want compose rates to be x2 or xwhatever just write instead of "what you want here" *2.
hello im not really understand with this..
can someone show me the query on how to make it X2 without change them all in one query..?

example of my cq_eudemon_rqr

Code:
900	4501	5501	1	100	20	0	0	0	0
901	4469	5462	1	100	20	0	0	0	0
thanks..:)

You could try this
Code:
UPDATE `cq_eudemon_rbn_rqr` SET `min`='*2' WHERE (`id`='900')
02/24/2010 05:12 PraDevil[ELITE]#4
Quote:
Originally Posted by chaosblade View Post
You could try this
Code:
UPDATE `cq_eudemon_rbn_rqr` SET `min`='*2' WHERE (`id`='900')
hey man..really thanks o0...im just wanna see this red thing ^^

Code:
UPDATE `cq_eudemon_rbn_rqr` SET `min`='[COLOR="Red"]*2[/COLOR]' WHERE (`id`='900')
02/24/2010 16:09 dewilstream#5
Code:
UPDATE `cq_eudemon_rbn_rqr` SET `min`='[COLOR="Red"]*2[/COLOR]' WHERE (`id`='900')
min=*2
max=*2 ?
02/24/2010 18:14 magewarior2#6
Quote:
Originally Posted by dewilstream View Post
Code:
UPDATE `cq_eudemon_rbn_rqr` SET `min`='[COLOR="Red"]*2[/COLOR]' WHERE (`id`='900')
min=*2
max=*2 ?
lol be smart a little

Code:
UPDATE `cq_eudemon_rbn_rqr` SET `[COLOR="Lime"]max[/COLOR]`='[COLOR="Red"]*2[/COLOR]' WHERE (`id`='900')
02/26/2010 02:45 .Ash#7
can't blame for trying....
08/16/2011 09:33 supnasi#8
i dont know where to find the data in the game folder