[HELP]TQ BABY SYSTEM BUG

01/07/2011 08:19 Hunnigan#1
I would understand the action of the delivery system of wages vip on my server there is some kind of bug related to this and alsowould like to to implement some similar systems on my server as a delivery of certain items once a day only for vip players...

PT-BR

Gostaria de entender a action do sistema de entrega de salários vip, no meu servidor existe algum tipo de bug relacionado a isso e também gostaria de implementar alguns sistemas parecidos no meu servidor como entrega de certos items 1 vez por dia somente para jogadores vip...
01/07/2011 13:12 cyberghoser1#2
Use my manequin release where tq baby is working as it should, check its cq_action & cq_task and implement it to your database.
01/07/2011 20:49 Hunnigan#3
I'm trying to find where this error in my database (action), using your database as a standard, comparing to find the error, but it is a complex system, there are several phase I would like to check knowledge could understand how it works ...
01/07/2011 20:53 cyberghoser1#4
then copy the whole section used by tq baby and study it :p
01/07/2011 21:33 Hunnigan#5
This query shows a mistake?
looking I found one that does not exist id_next could evaluate to see if I find something?

Code:
delete from cq_action where id >= 3460600 and id <= 3500599 ;
delete from cq_task where id >= 3460602 and id <= 3500598 ;
delete from cq_npc where id = 1602;
INSERT INTO cq_npc
(`id`, `ownerid`, `playerid`, `name`, `type`, `lookface`, `length`, `fat`, `idxserver`, `mapid`, `cellx`, `celly`, `task0`, `task1`, `task2`, `task3`, `task4`, `task5`, `task6`, `task7`, `data0`, `data1`, `data2`, `data3`, `datastr`, `linkid`, `life`, `maxlife`, `base`, `sort`, `itemid`, `size_front`, `size_back`, `size_left`, `size_right`)
VALUES
(1602, 0, 0, 'SalarioVip', 0002, 16026, 0, 0, -1, 1000, 0286, 0496, 3500500, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0, 0, 0, 0, 'ÎŞ', 0000, 00, 00, 0000, 01, 0000, 0000, 0000, 0000, 0000);


INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3460600, 3460601, 0000, 0101, 0, 'Oi£¬Voçe~e~VIP~Level7,pode~pegar~120000~EPs~Hoje£ ¡');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3460601, 4000067, 0000, 0102, 0, 'Thanks 3460602');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3460602, 3500574, 3460603, 1001, 0, 'level < 100');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3460603, 3500576, 0000, 1001, 0, 'e_money += 120000');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3460605, 3460606, 0000, 1085, 0, 'gmlog/VIP_log VIPwagerecord:Role%user_name[%user_id],Time');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3460606, 0000, 0000, 1081, 1208, 'phase = 1');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500500, 3500501, 0000, 0101, 0, '%user_name,Eu~sou~o~**Senhor~~~Baby¡£Eu~posso~aju dar~lo' );

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500501, 3500502, 0000, 0101, 0, 'Voçe~pode~trocar~de~classe,mas~vai~ter~que~pagar~ ');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500502, 3500503, 0000, 0101, 0, 'cada~vez~que~trocar~de~classe~custara~1000000~') ;

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500503, 3500504, 0000, 0101, 0, 'Eps,Tome~cuidade~pois~nao~havera~devoluçao~de~eps ~entao~fique ');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500504, 3500505, 0000, 0101, 0, 'atento!~Se~Voçe~possuir~os~previlegios~de~ser~Vip ~podera~pegar ');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500505, 3500506, 0000, 0101, 0, 'seu~salario~Vip~aqui~tem~que~ter~level100~ate~mai s^_^');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500506, 3500507, 0000, 0102, 0, 'Virar~um~Mago£¡ 3500511');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500507, 3500508, 0000, 0102, 0, 'Virar~um~Guerreiro£¡ 3500521');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500508, 3500509, 0000, 0102, 0, 'Virar~um~Paladino£¡ 3500531');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500509, 3500510, 0000, 0102, 0, 'Receber~meu~salario~diario£¡ 3500550');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500510, 4000067, 0000, 0102, 0, 'Nao~muito~Obrigado¡£ 0');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500511, 3500545, 3500512, 1001, 0, 'e_money < 1000000');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500512, 3500515, 3500513, 1001, 0, 'profession == 10');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500513, 3500516, 3500514, 1001, 0, 'profession == 20');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500514, 3500517, 0000, 1001, 0, 'profession == 30');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500515, 0000, 0000, 0126, 0, 'You~are~a~Mage~£¬No~need~to~Change£¡');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500516, 3500518, 0000, 1001, 0, 'profession set 10');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500517, 3500518, 0000, 1001, 0, 'profession set 10');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500518, 3500519, 0000, 1001, 0, 'e_money += -1000000');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500519, 3500520, 0000, 1027, 0, 'self skill156');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500520, 3500541, 0000, 0126, 0, 'congratulation~to~you£¡You~have~change~you~Profes sion~to~Mage~now!!');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500521, 3500545, 3500522, 1001, 0, 'e_money < 1000000');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500522, 3500525, 3500523, 1001, 0, 'profession == 20');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500523, 3500526, 3500524, 1001, 0, 'profession == 10');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500524, 3500527, 0000, 1001, 0, 'profession == 30');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500525, 0000, 0000, 0126, 0, 'You~are~a~Warrior~£¬No~need~to~Change£¡');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500526, 3500528, 0000, 1001, 0, 'profession set 20');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500527, 3500528, 0000, 1001, 0, 'profession set 20');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500528, 3500529, 0000, 1001, 0, 'e_money += -1000000');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500529, 3500530, 0000, 1027, 0, 'self skill156');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500530, 3500542, 0000, 0126, 0, 'congratulation~to~you£¡You~have~change~you~Profes sion~to~Warrior~now!!');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500531, 3500545, 3500532, 1001, 0, 'e_money < 1000000');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500532, 3500535, 3500533, 1001, 0, 'profession == 30');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500533, 3500536, 3500534, 1001, 0, 'profession == 10');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500534, 3500537, 0000, 1001, 0, 'profession == 20');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500535, 0000, 0000, 0126, 0, 'You~are~a~Paladin~£¬No~need~to~Change£¡');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500536, 3500538, 0000, 1001, 0, 'profession set 30');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500537, 3500538, 0000, 1001, 0, 'profession set 30');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500538, 3500539, 0000, 1001, 0, 'e_money += -1000000');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500539, 3500540, 0000, 1027, 0, 'self skill156');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500540, 3500543, 0000, 0126, 0, 'congratulation~to~you£¡You~have~change~you~Profes sion~to~Paladin~now!!');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500541, 3500546, 0000, 0303, 1000, 'Congratulate~to~%user_name~change~his~proffsion~t o~Mage~succeed£¡Let~celebrate~for~him!!');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500542, 0000, 0000, 0303, 1000, 'Congratulate~to~%user_name~change~his~proffsion~t o~Warrior~succeed£¡Let~celebrate~for~him!!');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500543, 3500546, 0000, 0303, 1000, 'Congratulate~to~%user_name~change~his~proffsion~t o~Paladin~succeed£¡Let~celebrate~for~him!!');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500545, 0000, 0000, 0126, 0, 'You~cant~change~you~proffesin~for~you~don\'t~have ~1000000~EPs!!');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500546, 0000, 0000, 1001, 0, 'soul += 1000');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500550, 3500551, 3500554, 1080, 1108, 'isexit');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500551, 3460610, 3500552, 1082, 1108, '86400');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500552, 3500553, 0000, 0101, 0, 'Follow~the~order~of~our~queen£¬you~only~can~obtai n~the~wage~one~time~a~day£¬don\'t~more~cupidity^_^ ');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500553, 4000067, 0000, 0102, 0, 'Oh~,thanks! 0');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500554, 3500555, 0000, 1080, 1108, 'new');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500555, 3500556, 3500562, 5001, 0, '> 0');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500556, 3500557, 3500571, 5001, 0, '> 1');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500557, 3500558, 3500580, 5001, 0, '> 2');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500558, 3500559, 3500584, 5001, 0, '> 3');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500559, 3500560, 3500588, 5001, 0, '> 4');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500560, 3500561, 3500592, 5001, 0, '> 5');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500561, 3460600, 3500596, 5001, 0, '> 6');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500562, 3500563, 0000, 0101, 0, 'Ola£¬Voçe~nao~not~the~VIP£¬but~you~still~can~obt ain~smart~money£¡Only~need~lev~100£¡');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500563, 4000067, 0000, 0102, 0, 'It~is~my~honour 3500564');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500564, 3500565, 3500566, 1001, 0, 'level < 100');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500565, 0000, 0000, 0126, 0, 'you~cant~obtain~the~wage~for~you~lev~is~low£¡');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500566, 3500567, 0000, 1001, 0, 'e_money += 2000');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500567, 3500568, 0000, 1081, 1108, 'begintime reset');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500568, 3500569, 0000, 1027, 0, 'self bless');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500569, 3500570, 0000, 0126, 0, 'congratulation~to~you~obtain~your~today~wage~wuss ed!');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500570, 3460605, 0000, 0303, 1000, 'congratulation~to~%user_name~obtain~his~smart~mon ey~succeed,Let~celebrate~for~him!!');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500571, 3500572, 0000, 0101, 0, 'Oi£¬Voçe~e~VIP~Lev1,pode~pegar~1000~EPs~Hoje£¡');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500572, 4000067, 0000, 0102, 0, 'It~is~my~honour 3500573');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500573, 3500574, 3500575, 1001, 0, 'level < 100');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500574, 0000, 0000, 0126, 0, 'you~cant~obtain~the~wage~for~you~lev~is~low£¡');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500575, 3500576, 0000, 1001, 0, 'e_money += 1000');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500576, 3500577, 0000, 1081, 1108, 'begintime reset');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500577, 3500578, 0000, 1027, 0, 'self bless');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500578, 3500579, 0000, 0126, 0, 'congratulation~to~you~obtain~your~today~wage~wuss ed!');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500579, 3460605, 0000, 0303, 1000, 'congratulation~to~VIP~%user_name~obtain~his~wage~ succeed,Let~celebrate~for~him!!');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500580, 3500581, 0000, 0101, 0, 'Oi£¬Voçe~e~VIP~Level2,pode~pegar~5000~EPs~Hoje£¡' );

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500581, 4000067, 0000, 0102, 0, 'It~is~my~honour 3500582');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500582, 3500574, 3500583, 1001, 0, 'level < 100');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500583, 3500576, 0000, 1001, 0, 'e_money += 5000');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500584, 3500585, 0000, 0101, 0, 'Oi£¬Voçe~e~VIP~Level3,pode~pegar~10000~EPs~Hoje¡' );

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500585, 4000067, 0000, 0102, 0, 'It~is~my~honour 3500586');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500586, 3500574, 3500587, 1001, 0, 'level < 100');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500587, 3500576, 0000, 1001, 0, 'e_money += 10000');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500588, 3500589, 0000, 0101, 0, 'Oi£¬Voçe~e~VIP~Level4,pode~pegar~30000~EPs~Hoje¡' );

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500589, 4000067, 0000, 0102, 0, 'It~is~my~honour 3500590');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500590, 3500574, 3500591, 1001, 0, 'level < 100');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500591, 3500576, 0000, 1001, 0, 'e_money += 30000');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500592, 3500593, 0000, 0101, 0, 'Oi£¬Voçe~e~VIP~Level5,pode~pegar~50000~EPs~Hoje¡' );

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500593, 4000067, 0000, 0102, 0, 'It~is~my~honour 3500594');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500594, 3500574, 3500595, 1001, 0, 'level < 100');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500595, 3500576, 0000, 1001, 0, 'e_money += 50000');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500596, 3500597, 0000, 0101, 0, 'Oi£¬Voçe~e~VIP~Level6,pode~pegar~80000~EPs~Hoje¡' );

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500597, 4000067, 0000, 0102, 0, 'It~is~my~honour 3500598');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500598, 3500574, 3500599, 1001, 0, 'level < 100');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(3500599, 3500576, 0000, 1001, 0, 'e_money += 80000');

INSERT INTO cq_task
(`id`, `id_next`, `id_nextfail`, `itemname1`, `itemname2`, `money`, `profession`, `sex`, `min_pk`, `max_pk`, `team`, `metempsychosis`, `query`, `marriage`, `client_active`)
VALUES
(3460602, 3460602, 0000, '', '', 0, 0, 999, -100000, 100000, 0999, 0000, 0, -1, 0);

INSERT INTO cq_task
(`id`, `id_next`, `id_nextfail`, `itemname1`, `itemname2`, `money`, `profession`, `sex`, `min_pk`, `max_pk`, `team`, `metempsychosis`, `query`, `marriage`, `client_active`)
VALUES
(3500500, 3500500, 0000, '', '', 0, 0, 999, -100000, 100000, 0999, 0000, 0, -1, 0);

INSERT INTO cq_task
(`id`, `id_next`, `id_nextfail`, `itemname1`, `itemname2`, `money`, `profession`, `sex`, `min_pk`, `max_pk`, `team`, `metempsychosis`, `query`, `marriage`, `client_active`)
VALUES
(3500511, 3500511, 0000, '', '', 0, 0, 999, -100000, 100000, 0999, 0000, 0, -1, 0);

INSERT INTO cq_task
(`id`, `id_next`, `id_nextfail`, `itemname1`, `itemname2`, `money`, `profession`, `sex`, `min_pk`, `max_pk`, `team`, `metempsychosis`, `query`, `marriage`, `client_active`)
VALUES
(3500521, 3500521, 0000, '', '', 0, 0, 999, -100000, 100000, 0999, 0000, 0, -1, 0);

INSERT INTO cq_task
(`id`, `id_next`, `id_nextfail`, `itemname1`, `itemname2`, `money`, `profession`, `sex`, `min_pk`, `max_pk`, `team`, `metempsychosis`, `query`, `marriage`, `client_active`)
VALUES
(3500531, 3500531, 0000, '', '', 0, 0, 999, -100000, 100000, 0999, 0000, 0, -1, 0);

INSERT INTO cq_task
(`id`, `id_next`, `id_nextfail`, `itemname1`, `itemname2`, `money`, `profession`, `sex`, `min_pk`, `max_pk`, `team`, `metempsychosis`, `query`, `marriage`, `client_active`)
VALUES
(3500550, 3500550, 0000, '', '', 0, 0, 999, -100000, 100000, 0999, 0000, 0, -1, 0);

INSERT INTO cq_task
(`id`, `id_next`, `id_nextfail`, `itemname1`, `itemname2`, `money`, `profession`, `sex`, `min_pk`, `max_pk`, `team`, `metempsychosis`, `query`, `marriage`, `client_active`)
VALUES
(3500562, 3500562, 0000, '', '', 0, 0, 999, -100000, 100000, 0999, 0000, 0, -1, 0);

INSERT INTO cq_task
(`id`, `id_next`, `id_nextfail`, `itemname1`, `itemname2`, `money`, `profession`, `sex`, `min_pk`, `max_pk`, `team`, `metempsychosis`, `query`, `marriage`, `client_active`)
VALUES
(3500564, 3500564, 0000, '', '', 0, 0, 999, -100000, 100000, 0999, 0000, 0, -1, 0);

INSERT INTO cq_task
(`id`, `id_next`, `id_nextfail`, `itemname1`, `itemname2`, `money`, `profession`, `sex`, `min_pk`, `max_pk`, `team`, `metempsychosis`, `query`, `marriage`, `client_active`)
VALUES
(3500573, 3500573, 0000, '', '', 0, 0, 999, -100000, 100000, 0999, 0000, 0, -1, 0);

INSERT INTO cq_task
(`id`, `id_next`, `id_nextfail`, `itemname1`, `itemname2`, `money`, `profession`, `sex`, `min_pk`, `max_pk`, `team`, `metempsychosis`, `query`, `marriage`, `client_active`)
VALUES
(3500582, 3500582, 0000, '', '', 0, 0, 999, -100000, 100000, 0999, 0000, 0, -1, 0);

INSERT INTO cq_task
(`id`, `id_next`, `id_nextfail`, `itemname1`, `itemname2`, `money`, `profession`, `sex`, `min_pk`, `max_pk`, `team`, `metempsychosis`, `query`, `marriage`, `client_active`)
VALUES
(3500586, 3500586, 0000, '', '', 0, 0, 999, -100000, 100000, 0999, 0000, 0, -1, 0);

INSERT INTO cq_task
(`id`, `id_next`, `id_nextfail`, `itemname1`, `itemname2`, `money`, `profession`, `sex`, `min_pk`, `max_pk`, `team`, `metempsychosis`, `query`, `marriage`, `client_active`)
VALUES
(3500590, 3500590, 0000, '', '', 0, 0, 999, -100000, 100000, 0999, 0000, 0, -1, 0);

INSERT INTO cq_task
(`id`, `id_next`, `id_nextfail`, `itemname1`, `itemname2`, `money`, `profession`, `sex`, `min_pk`, `max_pk`, `team`, `metempsychosis`, `query`, `marriage`, `client_active`)
VALUES
(3500594, 3500594, 0000, '', '', 0, 0, 999, -100000, 100000, 0999, 0000, 0, -1, 0);

INSERT INTO cq_task
(`id`, `id_next`, `id_nextfail`, `itemname1`, `itemname2`, `money`, `profession`, `sex`, `min_pk`, `max_pk`, `team`, `metempsychosis`, `query`, `marriage`, `client_active`)
VALUES
(3500598, 3500598, 0000, '', '', 0, 0, 999, -100000, 100000, 0999, 0000, 0, -1, 0);
:confused::confused:
01/07/2011 22:47 cyberghoser1#6
better use the [code] tags instead, this is crappy, i dont use the vip wage on my database anymore, but since your code is really ugly i cannot see it the way i should.
01/07/2011 23:17 Hunnigan#7
this code is a release of EoBr ... and contain errors ... so I am trying to understand how the system works to redo it
01/07/2011 23:25 cyberghoser1#8
Quote:
Originally Posted by Hunnigan View Post
this code is a release of EoBr ... and contain errors ... so I am trying to understand how the system works to redo it
i don't get you, if it contains errors then why not to use the one that does not contain errors and study that one..?
01/08/2011 01:40 PraDevil[ELITE]#9
hehe i agree with u cyber1..some people is kinda hard/lazy to learn something everyday @@
01/08/2011 01:54 Hunnigan#10
I want to understand the system tq baby, how it works for me to fix it and not change it, I had much work to get my database good action, so that the baby buggy tq,

I'm Webdesign and programmer, and I have never had too lazy to learn ...
I want to learn all about this mmo, beginning with action
01/08/2011 02:01 Hunnigan#11
the problem is that the baby tq after I execute the query and turn on my serve, I get a salary, and then not get more, even after restarting the server ...
01/08/2011 02:09 cyberghoser1#12
Quote:
Originally Posted by Hunnigan View Post
the problem is that the baby tq after I execute the query and turn on my serve, I get a salary, and then not get more, even after restarting the server ...
Since you are a coder/programmer then you should know that by using both non working and working "copy" of tqbaby cq_action side by side will help you a lot, enough said, do your homework. :)
01/08/2011 02:34 Hunnigan#13
I understand how the operation of these lines ...

[Only registered and activated users can see links. Click Here To Register...]

ok, as always I have to spend all night studying such action, lol this is why knowledge is priceless ...