Hello i need help with this code im trying to make a 20x Exp potion that also adds 500 Eps Each kill this is what i got so far
If any one can help with with it would be amazing
When i kill a mob i get the 20X Exp but i do not get any Eps ?
This is what what i got so far....Quote:
INSERT INTO `cq_action` VALUES ('3459299', '3459300', '0000', '1001', '0', 'e_money += 500');
INSERT INTO `cq_action` VALUES ('3459300', '3459301', '0000', '4001', '0', '43 2000 3600 0');
INSERT INTO `cq_action` VALUES ('3459301', '3459302', '0000', '0498', '749160', '');
INSERT INTO `cq_action` VALUES ('3459302', '3459303', '3459305', '1102', '0', 'count < 1');
INSERT INTO `cq_action` VALUES ('3459303', '3459304', '0000', '1010', '2000', '%user_name~has~used~20X~Exp!');
INSERT INTO `cq_action` VALUES ('3459304', '9140140', '0000', '0126', '0', 'Youve~got~a~20x~Exp~potion.');
INSERT INTO `cq_action` VALUES ('3459305', '3459306', '0000', '1010', '2003', '%user_name~has~used~20x~Exp~Potion!');
INSERT INTO `cq_action` VALUES ('3459306', '3459307', '0000', '1010', '2000', '%user_name~has~used~20x~Exp~Potion!');
INSERT INTO `cq_action` VALUES ('3459307', '9140140', '0000', '0126', '0', 'You~Have~used~a~20X~Exp~Potion~That~adds~500~Eps. ');
If any one can help with with it would be amazing
When i kill a mob i get the 20X Exp but i do not get any Eps ?