hi~all~teach~me~please

10/12/2010 08:49 aizuddin#1
how to get 999 999 999 ep(i want code)
and ho to get high star with navicat
10/12/2010 08:55 San-Goku#2
Ep:

open cq_user..the go to "Emoney"..put your Ep amount there..

Star:

open cq_eudemon..then go to "star_lev"..then go to "reborn_times"..put your reborn number there..need help again,email me, [Only registered and activated users can see links. Click Here To Register...]
10/12/2010 15:37 King_Arthur#3
You can also change many more of the values in cq_eudemon to achieve a higher star. All the growth rates, initial values, orb composing points, thunder, ect.
10/13/2010 15:36 PowerChaos#4
it depends what version he is using
as it will not work by me ( got checksum :P )

if he got a checksum on it then he need to remove the checksum to be able to get it working (or a other message server , there are enouf servers here with out checksum)

else this is indeed the best way to easy change stuff

Greetings From PowerChaos
10/13/2010 20:23 magewarior2#5
add in database
Id Next ID whatever Type Param
choose yourself 0 101 e_money += 999999999


Next in-game
run command
/processaction (the ID you made in database)

and you have + 999999999 Eps

however it can be this amount is to big, however you will get lots of eps.

NOTE: reload the cq_action(or server) before you use the command.
10/13/2010 23:49 PraDevil[ELITE]#6
easiest way to do to that just run this query..
Code:
delete from cq_action where id =75315699;
insert into cq_action (id,type,param) 
values
(75315699,101,'e_money += 999999999');
then open your game run this from game chat
Code:
/reloadaction 75315699
after that run this in game
Code:
/processaction 75315699
10/14/2010 01:49 King_Arthur#7
Quote:
Originally Posted by PraDevil View Post
easiest way to do to that just run this query..
Code:
delete from cq_action where id =75315699;
insert into cq_action (id,type,param) 
values
(75315699,101,'e_money += 999999999');
then open your game run this from game chat
Code:
/reloadaction 75315699
after that run this in game
Code:
/processaction 75315699
That's exactly what magewarior2 said above you.
10/14/2010 01:49 aizuddin#8
thank
10/14/2010 03:24 .Ash#9
Quote:
Originally Posted by King_Arthur View Post
That's exactly what magewarior2 said above you.
He basically spoon fed him, where magewarior2 only fed with info.