I tryed about 20 times but still wouldnt work i dont know if im doing somthing wrong or what can any one just point me in the right way
Here is what i done so far but failed Constantly
Code:
1111345 0 2 Wooden stake 21 12530 0 255 -1 1000 380 423 99843020 0 0 0 0 0 0 0 0 0 0 80 0 10000 10000 0 0 0 0 0 0 0 330 0 0 0 0 0 0 0 0 0
Delete from cq_action Where id >= 99843020 and id <= 99843021;
INSERT INTO `cq_action` VALUES ('99843020', '99844021', '0000', '1001', '0', 'e_money += 2');
INSERT INTO `cq_action` VALUES ('99843021', '0', '0000', '1010', '2005', 'You found 2 EudemonPoints from a dummy!');
Delete from cq_task Where id >= 99843020 and id <= 99843021;
INSERT INTO `cq_task` VALUES ('99843020', '0000', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('99843021', '0000', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
Any one point out what im doing wrong ?
or even just push me to the right way







