last 1 help :D

03/09/2010 20:06 gege2900#1
plz last things
i need to change compose rate
coz when finish this i will get my server on :D
03/09/2010 20:15 matrix89#2
Quote:
Originally Posted by gege2900 View Post
plz last things
i need to change compose rate
coz when finish this i will get my server on :D
See old Post..
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

anyway..use this..[Only registered and activated users can see links. Click Here To Register...];)

if you want know more about make a privert server...
[Only registered and activated users can see links. Click Here To Register...]
Or
[Only registered and activated users can see links. Click Here To Register...]
03/09/2010 20:30 gege2900#3
example
Quote:
Update cq_eudemon_rbn_rqr set min = 2 "*x2;
Update cq_eudemon_rbn_rqr set max=2 "*x2??
or how plz :(
i need it 2stars per compose

look at pic and tell me what the problem plz
03/09/2010 20:53 King_Arthur#4
+4 reported at: 09 Mar 2010 - 14:51:00 GMT -5 Cause: Double Post

:facepalm:Do not be afraid of [Only registered and activated users can see links. Click Here To Register...]. It doesn't bite.

#PostsMerged
03/09/2010 21:05 ~WARNING~#5
try

Code:
Update cq_eudemon_rbn_rqr set min=200;
Update cq_eudemon_rbn_rqr set max=200;
03/09/2010 21:22 gege2900#6
ty it is work now :D

but cards for eps give 20k eps :(
plz help me to fix this bug
03/09/2010 21:36 ~WARNING~#7
search the ID of the ep card in the database, and change e_money+= 20000 to whatever you want it to be.
03/09/2010 22:10 gege2900#8
plz how i cant undertand u :(
03/09/2010 23:47 King_Arthur#9
Quote:
Originally Posted by gege2900 View Post
plz how i cant undertand u :(
Open cq_itemtype and find the ep card that gives 20k eps. Look at the id_action field and write down the number. Open cq_action and search for that id or ids that are greater than or equal to it. You should see a line that says xxxxxx,xxxxxx,xxxxxx,1001,0,emoney += 20000. Change the 20000 to whatever you want the card to give.
03/10/2010 02:24 matrix89#10
Quote:
Originally Posted by gege2900 View Post
plz how i cant undertand u :(
[Only registered and activated users can see links. Click Here To Register...]

Example Code:
Code:
INSERT INTO `cq_action` VALUES ('7081735', '7081736', '0000', '1001', '0', 'e_money += 5000');
INSERT INTO `cq_action` VALUES ('7081737', '7081738', '0000', '0502', '1020140', '');
INSERT INTO `cq_action` VALUES ('7081736', '7081737', '0000', '1010', '2005', 'Conguratulation!!~You~Get~5000EP~From~This~Card!!');
INSERT INTO `cq_action` VALUES ('7081738', '0000', '0000', '1027', '0', 'self skill305');
INSERT INTO `cq_action` VALUES ('6960010', '6960011', '0000', '0502', '1020150', '');
INSERT INTO `cq_action` VALUES ('6960011', '6960012', '0000', '1001', '0', 'e_money += 27000');
INSERT INTO `cq_action` VALUES ('6960012', '6960013', '0000', '0126', '0', 'Conguratulation!!~You~Get~27000EP~From~This~Card!!');
INSERT INTO `cq_action` VALUES ('6960013', '0000', '0000', '1085', '0', 'gmlog/action_log 380,%user_name[%user_id],0,0,270,0,0,729018,0,0');
INSERT INTO `cq_action` VALUES ('6960000', '6960001', '0000', '0502', '1020160', '');
INSERT INTO `cq_action` VALUES ('6960001', '6960002', '0000', '1001', '0', 'e_money += 270000');
INSERT INTO `cq_action` VALUES ('6960002', '6960003', '0000', '0126', '0', 'Conguratulation!!~You~Get~270000EP~From~This~Card!!');
INSERT INTO `cq_action` VALUES ('6960003', '0000', '0000', '1085', '0', 'gmlog/action_log 380,%user_name[%user_id],0,0,0,2700,0,729017,0,0');

Code:
INSERT INTO `cq_itemtype` VALUES ('1020140', 'EOCARD5000', '0', '0', '0', '0', '0', '0', '0', '0', '55', '0', '0', '7081735', '0', '0', '0', '0', '0', '0', '0', '1', '60000', '0', '0', '0', '0', '0', '0', '0', '0', '00', '00', '00', '0000', '0000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_itemtype` VALUES ('1020150', 'EOCARD27000', '0', '0', '0', '0', '0', '0', '0', '0', '55', '0', '0', '6960010', '0', '0', '0', '0', '0', '0', '0', '1', '60000', '0', '0', '0', '0', '0', '0', '0', '0', '00', '00', '00', '0000', '0000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_itemtype` VALUES ('1020160', 'EOCARD270000','0', '0', '0', '0', '0', '0', '0', '0', '55', '0', '0', '6960000', '0', '0', '0', '0', '0', '0', '0', '1', '60000', '0', '0', '0', '0', '0', '0', '0', '0', '00', '00', '00', '0000', '0000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
03/10/2010 07:38 gege2900#11
Quote:
INSERT INTO `cq_action` VALUES ('7081735', '7081736', '0000', '1001', '0', 'e_money += 5000');
INSERT INTO `cq_action` VALUES ('7081737', '7081738', '0000', '0502', '1020140', '');
INSERT INTO `cq_action` VALUES ('7081736', '7081737', '0000', '1010', '2005', 'Conguratulation!!~You~Get~5000EP~From~This~Card!! ');
INSERT INTO `cq_action` VALUES ('7081738', '0000', '0000', '1027', '0', 'self skill305');
INSERT INTO `cq_action` VALUES ('6960010', '6960011', '0000', '0502', '1020150', '');
INSERT INTO `cq_action` VALUES ('6960011', '6960012', '0000', '1001', '0', 'e_money += 27000');
INSERT INTO `cq_action` VALUES ('6960012', '6960013', '0000', '0126', '0', 'Conguratulation!!~You~Get~27000EP~From~This~Card! !');
INSERT INTO `cq_action` VALUES ('6960013', '0000', '0000', '1085', '0', 'gmlog/action_log 380,%user_name[%user_id],0,0,270,0,0,729018,0,0');
INSERT INTO `cq_action` VALUES ('6960000', '6960001', '0000', '0502', '1020160', '');
INSERT INTO `cq_action` VALUES ('6960001', '6960002', '0000', '1001', '0', 'e_money += 270000');
INSERT INTO `cq_action` VALUES ('6960002', '6960003', '0000', '0126', '0', 'Conguratulation!!~You~Get~270000EP~From~This~Card !!');
INSERT INTO `cq_action` VALUES ('6960003', '0000', '0000', '1085', '0', 'gmlog/action_log 380,%user_name[%user_id],0,0,0,2700,0,729017,0,0');

delete or insert plz??????
03/10/2010 12:59 ~WARNING~#12
insert, if the data is already there, then go to those action ID's and edit them according to your needs.