Hey,its me!
i got bored and was playing around in my eo pserver with just me self,ive decided to make a 10th summon sql script
so yea,yall no what to do
i got bored and was playing around in my eo pserver with just me self,ive decided to make a 10th summon sql script
so yea,yall no what to do
it gonna be desigted as the 4th summon stone and stuff,so yea,srry for not adding client side atm,i am busyQuote:
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 < 10);
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 = 10);
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 Bro, You already have 10 Summon. Maybe Next time,Srry!');
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~cha rm~from~in~vivo~turbulent,~seal~of~glass~the~god~d isrupts~equally~likely,~you~felt~your~strength~sum mon~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, '10thSummonStone', 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);