Looking for some help on define eud star

09/20/2010 06:36 PraDevil[ELITE]#1
hey all..can some one show where did i can define my eudemon star in cq_eudemon_rbn_rqr ?

example for reborn rate..

on my server eudemon below 100* eudemon will require 30* per compose(this is normal on cq_eudemon_rbn_rqr sacrifice_starlev)

so what im not understand here.. where the point for 100*?
coz i make the new line on it that will require 40* eudemon for compose..but my 100* eudemon change the require star to 40* and not 30* anymore..where should i define this? its really make my head stuck lol..

i really appreciated on your help and thanks:handsdown:
09/20/2010 08:17 zatchbell32505#2
wait? so your tryign to make pets do a 100* Compose?
09/20/2010 08:44 PraDevil[ELITE]#3
you are totally wrong from what i mean -.-

ok lets say..i have 100* eudemon and its name is magepipy..

Magepipy | Require
100* 30*
200* 40*
300* 50*

what i dont understand is how do i know after my Magepipy reach 300* it will require 50* to do composing..
09/20/2010 08:57 zatchbell32505#4
ohhhhh,i see well
first you would want 100* to do 30 composes so you would take 100
and wants 30 composes so 100 divided by 30 is 33.3 so you would fix it with this
if you want all pets you want to put ti liek this

Here is an SQL

UPDATE `cq_eudemon_rbn_rqr` SET min = 33;
UPDATE `cq_eudemon_rbn_rqr` SET max = 33;

This SQL will make every pet have 30 reborns per 100 stars

Regards,Zatchbell32505

I HOPE I HELPED
09/20/2010 11:22 PraDevil[ELITE]#5
man..like i said b4,u didnt understand on what i mean -.-
09/20/2010 11:29 AziQ#6
i think pradevil meant like this .for example i have warrior lulu .and i compose it to 100* .and in 100* system ask for 3000 starmark for uniXO for compose .then when it reach 200* system ask for 4000 starmark .and pradevil want to know the point of starmark that system want for each compose .



P/s:sorry if im wrong and for my bad english .=P
09/20/2010 12:10 PraDevil[ELITE]#7
yes thats is what i mean loool =.=
09/20/2010 12:43 ~WARNING~#8
i don't believe thats possible, haven't seen it anywhere before, and i doubt we will.
09/20/2010 21:29 ~Sword~Stalker~[PM]#9
hahah Pra use the search button
its easy if u have problems with the unis

: thats for hatching pets :-

update cq_grade set rarity=3600; [pets will hatch 36*]


thats for uni hatch :-
update cq_grade set rarity= 2546 where id= 1071980;
update cq_grade set rarity= 2546 where id= 1071981;
update cq_grade set rarity= 2546 where id= 1071982;

If i missunderstanded what u want please wsp me

have fun ;)
09/20/2010 23:46 ~*Kronic*~#10
Quote:
Originally Posted by ~Sword~Stalker~[PM] View Post
hahah Pra use the search button
its easy if u have problems with the unis

: thats for hatching pets :-

update cq_grade set rarity=3600; [pets will hatch 36*]


thats for uni hatch :-
update cq_grade set rarity= 2546 where id= 1071980;
update cq_grade set rarity= 2546 where id= 1071981;
update cq_grade set rarity= 2546 where id= 1071982;

If i missunderstanded what u want please wsp me

have fun ;)
I don't believe this is at all close to what he was asking. He wants to know how to make the requirements for a demon to compose be higher. For example set the * required to 50* instead of 36* (current highest).

And my answer would be it is in the message server.. although I am not sure. Sorry I couldn't help more :S
09/21/2010 06:19 PraDevil[ELITE]#11
a tips also can help me dude ty xD
09/21/2010 07:04 Nukleuz#12
Actually u can but u need to rechange back all the unio and xo rarity to fix the starmark range.Study the cq_eudemon_rbn_rqr .. its there.. i tried it last time in my db where pet above 100* require 50* uni and 200* above require 100* unixo.U need to add a new range of reborn type and reborn list.