[Help]SpecialExpball10k & SpecialExpball5k

11/08/2009 05:05 matrix89#1
Can someone show me how to make SpecialExpball10k & SpecialExpball5k?
i dont have a code to make this item.....:(
11/08/2009 05:14 hio77#2
look into how items are stacked it works the same way ...
11/08/2009 05:36 matrix89#3
Quote:
Originally Posted by hio77 View Post
look into how items are stacked it works the same way ...
just same???
SpecialexpBall = 100.00%
how to change rate 100.00% to 10000.00%
11/08/2009 08:02 pimpjuc#4
in cq_action there is a line for the exp ball that looks like this '0501', '830000', '1 1 0 0 0 0 0 0 5000000');- 501 is the action trigger 830000 is item id,the 5000000 is the amount of exp it contains 5,000,000= 500% exp 50,000,000=5,000% and so on this also works the same way as in exp potions 5x 10x 20x etc...
Hope this helps

Check out DarkSide2.0 [Only registered and activated users can see links. Click Here To Register...]
11/09/2009 18:17 matrix89#5
can someone cheak this code for me...
true or not?

Quote:
delete from cq_action where id >= 6400000 and id <= 6400019;

INSERT INTO `cq_action` VALUES ('6400000', '6400001', '0', '502', '729032', '0')
INSERT INTO `cq_action` VALUES ('6400001', '6400002', '0', '501', '830000', '1 1 0 0 0 0 0 0 5000000');
INSERT INTO `cq_action` VALUES ('6400002', '6400003', '0', '1085', '0', '380,%user_name[%user_id],0,0,830000,0,0,729032,0,0');
INSERT INTO `cq_action` VALUES ('6400003', '0', '0', '126', '0', 'congratulates~you~to~obtain~an~energy~content~ent ire~full~handtailor~empirical~value~ball');
INSERT INTO `cq_action` VALUES ('6400004', '6400005', '0', '502', '728999', '0')
INSERT INTO `cq_action` VALUES ('6400005', '6400006', '0', '501', '830000', '1 1 0 0 0 0 0 0 10000000');
INSERT INTO `cq_action` VALUES ('6400006', '6400007', '0', '1085', '0', '380,%user_name[%user_id],0,0,830000,0,0,728999,0,0');
INSERT INTO `cq_action` VALUES ('6400007', '0', '0', '126', '0', 'congratulates~you~to~obtain~an~energy~content~ent ire~full~handtailor~empirical~value~ball');
INSERT INTO `cq_action` VALUES ('6400008', '6400009', '0', '502', '728998', '0')
INSERT INTO `cq_action` VALUES ('6400009', '6400010', '0', '501', '830000', '1 1 0 0 0 0 0 0 50000000');
INSERT INTO `cq_action` VALUES ('6400010', '6400011', '0', '1085', '0', '380,%user_name[%user_id],0,0,830000,0,0,728998,0,0');
INSERT INTO `cq_action` VALUES ('6400011', '0', '0', '126', '0', 'congratulates~you~to~obtain~an~energy~content~ent ire~full~handtailor~empirical~value~ball');
INSERT INTO `cq_action` VALUES ('6400012', '6400013', '0', '502', '728997', '0')
INSERT INTO `cq_action` VALUES ('6400013', '6400014', '0', '501', '830000', '1 1 0 0 0 0 0 0 100000000');
INSERT INTO `cq_action` VALUES ('6400014', '6400015', '0', '1085', '0', '380,%user_name[%user_id],0,0,830000,0,0,728997,0,0');
INSERT INTO `cq_action` VALUES ('6400015', '0', '0', '126', '0', 'congratulates~you~to~obtain~an~energy~content~ent ire~full~handtailor~empirical~value~ball');
INSERT INTO `cq_action` VALUES ('6400016', '6400017', '0', '502', '728996', '0')
INSERT INTO `cq_action` VALUES ('6400017', '6400018', '0', '501', '830000', '1 1 0 0 0 0 0 0 100000000');
INSERT INTO `cq_action` VALUES ('6400018', '6400019', '0', '1085', '0', '380,%user_name[%user_id],0,0,830000,0,0,728996,0,0');
INSERT INTO `cq_action` VALUES ('6400019', '0', '0', '126', '0', 'congratulates~you~to~obtain~an~energy~content~ent ire~full~handtailor~empirical~value~ball');
11/09/2009 18:40 CyberServer#6
hard to check with this dude just make in winrar easy lol...
11/10/2009 09:26 |>SomeGuy<|#7
How is that hard to check?? its for Navicat not to download?
11/14/2009 19:51 rensilva#8
ok.......friend
11/16/2009 11:46 pimpjuc#9
Quote:
Originally Posted by matrix89 View Post
can someone cheak this code for me...
true or not?
hey man sorry took so long your 10k script is fine 100million is 10k 50million is 5k just add a zero n its fine :)