Originally Posted by mama020153
Hey, I was just playing around and i got bored so i created a Sql for 5th SummonStone for any Server that wants it here is the Info.
4th SummonStone. By: haciveli
Code:
delete from cq_action where id >= 8920523 and id <= 8920532;
delete from cq_itemtype where id= 724025;
delete from cq_goods where id= 724025;
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(8920523, 8920524, 8920527, 1001, 0, 'maxeudemon < 4');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(8920524, 8920525, 0, 502, 724025, '');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(8920525, 8920526, 0, 1001, 0, 'maxeudemon = 4');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(8920526, 8920528, 0, 1027, 0, 'self skill156');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(8920527, 0, 0, 126, 0, 'Sorry Dude, You already have 4 Summon. Maybe Next time :)');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(8920528, 8920531, 8920531, 1080, 1021, 'new');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(8920531, 8920532, 8920532, 1081, 1021, 'phase = 17');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(8920532, 0, 0, 1010, 2011, 'you~take~gather~the~semen,~a~share~of~strange~charm~from~in~vivo~turbulent,~seal~of~glass~the~god~disrupts~equally~likely,~you~felt~your~strength~summon~three~Eudemons~sufficiently.');
INSERT INTO cq_itemtype
(`id`, `name`, `req_profession`, `level`, `req_level`, `req_sex`, `req_force`, `req_dex`, `req_health`, `req_soul`, `monopoly`, `weight`, `price`, `id_action`, `attack_max`, `attack_min`, `defense`, `magic_atk_min`, `dodge`, `life`, `mana`, `amount`, `amount_limit`, `ident`, `gem1`, `gem2`, `magic1`, `magic2`, `magic3`, `magic_atk_max`, `magic_def`, `atk_range`, `atk_speed`, `hitrate`, `monster_type`, `target`, `able_mask`, `exp_type`, `emoney`)
VALUES
(724025, 'FourSummonStone', 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 8920523, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 500000);
INSERT INTO cq_goods
(`id`, `ownerid`, `itemtype`)
VALUES
(724025, 1207, 724025);
5th SummonStone. By: mama020153
Code:
delete from cq_action
where
id >= 8921523
and
id <= 8921528;
delete from cq_action
where
id >= 8921531
and
id <= 8921532;
delete from cq_itemtype
where
id >= 721550
and
id <= 721550;
INSERT INTO `cq_action` VALUES ('8921523', '8921524', '8921527', '1001', '0', 'maxeudemon < 5');
INSERT INTO `cq_action` VALUES ('8921524', '8921525', '0000', '0502', '721550', '');
INSERT INTO `cq_action` VALUES ('8921525', '8921526', '0000', '1001', '0', 'maxeudemon = 5');
INSERT INTO `cq_action` VALUES ('8921526', '8921528', '0000', '1027', '0', 'self skill156');
INSERT INTO `cq_action` VALUES ('8921527', '0000', '0000', '0126', '0', 'Sorry, You already have 5 Summon.');
INSERT INTO `cq_action` VALUES ('8921528', '8921531', '8921531', '1080', '1021', 'new');
INSERT INTO `cq_action` VALUES ('8921531', '8921532', '8921532', '1081', '1021', 'phase = 17');
INSERT INTO `cq_action` VALUES ('8921532', '0000', '0000', '1010', '2011', 'Congraz!~You~Have~5th~Summon~Now.');
INSERT INTO `cq_itemtype` VALUES (721550,'5th SummonStone',0,0,0,0,0,0,0,0,28,0,1,8921523,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0);
The code for the Stone is /awarditem 721550
Once you have Ran the Sql run the Patch in your Client. Hope you like.
Dont forget to hit thinks!
|