just download the attachment and try it..i found this in chinese db..make sure your npc.ini not have this npc id:)
[Edit]
Query Update:
[Edit]
Query Update:
Code:
delete from cq_action where id >= 5101120 and id <= 5101123;
delete from cq_action where id >= 25000001 and id <= 25000024;
insert into cq_action (id,id_next,id_nextfail,type,data,param) values
(5101120, 5101121, 0, 101, 0, 'Hello~%user_name,~did~u~here~want~to~buy'),
(5101121, 5101122, 0, 101, 0, 'PK~effect?~if~you~want~i~have~it,~however~this~is~up~to~you.!'),
(5101122, 5101123, 0, 102, 0, 'Give~me~look~it~first! 25000001'),
(5101123, 500031, 0, 102, 0, 'i~dont~want~it! 0'),
(25000001, 25000002, 0, 101, 0, 'If~you~not~have~PK~competition~qualifications~you~also~can~purchase~and~obtain~the~PK~aperture~here.'),
(25000002, 25000003, 0, 102, 0, 'Winner~effect(500k~EPs) 25000008'),
(25000003, 25000004, 0, 102, 0, 'Top~effect(500k~EPs) 25000020'),
(25000004, 25000005, 0, 102, 0, 'No.2~effect(500k~EPs) 25000011'),
(25000005, 25000006, 0, 102, 0, 'No.3~effect(500k~EPs) 25000014'),
(25000006, 25000007, 0, 102, 0, 'No.4~effect(500k~EPs) 25000017'),
(25000007, 500031, 0, 102, 0, 'Is~great!~but~I~do~not~have~the~Ep. 0'),
(25000008, 25000024, 25000009, 1001, 0, 'e_money < 500000'),
(25000009, 25000010, 0, 1001, 0, 'e_money += -500000'),
(25000010, 25000023, 0, 4001, 0, '156 0 604800 0'),
(25000011, 25000024, 25000012, 1001, 0, 'e_money < 500000'),
(25000012, 25000013, 0, 1001, 0, 'e_money += -500000'),
(25000013, 25000023, 0, 4001, 0, '167 0 604800 0'),
(25000014, 25000024, 25000015, 1001, 0, 'e_money < 500000'),
(25000015, 25000016, 0, 1001, 0, 'e_money += -500000'),
(25000016, 25000023, 0, 4001, 0, '168 0 604800 0'),
(25000017, 25000024, 25000018, 1001, 0, 'e_money < 500000'),
(25000018, 25000019, 0, 1001, 0, 'e_money += -500000'),
(25000019, 25000023, 0, 4001, 0, '169 0 604800 0'),
(25000020, 25000024, 25000021, 1001, 0, 'e_money < 500000'),
(25000021, 25000022, 0, 1001, 0, 'e_money += -500000'),
(25000022, 25000023, 0, 4001, 0, '155 0 604800 0'),
(25000023, 0, 0, 125, 2011, '#59%user_name#59 This~player~has~receive~the~god~symbol~aperture!~Lets~make~a~party!'),
(25000024, 0, 0, 126, 0, 'You~do~not~have~enough~EP,~please~come~later');
delete from cq_npc where id = 1511;
insert into `cq_npc` values
('1511', '0', '0', 'PKEffectSeller', '2', '15110', '0', '0', '-1', '1000', '307', '443', '5101120', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '无', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
delete from cq_task where id = 5101120 and id <= 5101120;
delete from cq_task where id >= 25000001 and id <= 25000020;
INSERT INTO `cq_task` VALUES
('5101120', '5101120', '0', '', '', '0', '0', '999', '-100000', '100000', '999', '0', '0', '-1', '0'),
('25000001', '25000001', '0', '', '', '0', '0', '999', '-100000', '100000', '999', '0', '0', '-1', '0'),
('25000008', '25000008', '0', '', '', '0', '0', '999', '-100000', '100000', '999', '0', '0', '-1', '0'),
('25000011', '25000011', '0', '', '', '0', '0', '999', '-100000', '100000', '999', '0', '0', '-1', '0'),
('25000014', '25000014', '0', '', '', '0', '0', '999', '-100000', '100000', '999', '0', '0', '-1', '0'),
('25000017', '25000017', '0', '', '', '0', '0', '999', '-100000', '100000', '999', '0', '0', '-1', '0'),
('25000020', '25000020', '0', '', '', '0', '0', '999', '-100000', '100000', '999', '0', '0', '-1', '0');