Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Eudemons Online > EO PServer Hosting
You last visited: Today at 15:54

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Help with TQBaby problem.

Discussion on Help with TQBaby problem. within the EO PServer Hosting forum part of the Eudemons Online category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Mar 2009
Posts: 20
Received Thanks: 0
Help with TQBaby problem.

Hello people i need a little help from you.

My problem is my TQBaby he don't give the wage after 24 hours, i put the script correctly and today when i go to see if all are work a player said "i can't receive my wage"... i tryed receive the wage and i can't too, and this line commands appear.

35000550: [3500551,3500554]. type[1080], data[1108], param:[isexit].
35000551: [3460610,3500552]. type[1082], data[1108], param:[86400].

anybody can help me saying what is happen with the TQBaby?

thanks for your attention.
hirosu is offline  
Old 07/27/2009, 20:58   #2

 
magewarior2's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 1,523
Received Thanks: 767
this is because, i think you have a limit on it ..
not sure you only has those 2 params?
magewarior2 is offline  
Old 07/27/2009, 21:34   #3
 
elite*gold: 0
Join Date: Mar 2009
Posts: 20
Received Thanks: 0
i have only this two parameters, because when i enter with my PM this parameters appear, can you help me fix this problem?

today i inputed the script again and work, but after this the problem back again.

Please help me fix this problem.

thanks you for your help.
hirosu is offline  
Old 07/27/2009, 22:00   #4
 
connorbacon99's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 294
Received Thanks: 38
correct me if im wrong but in most cases when i only get two params its cause it starts with the correct id then goes to the idfail...which means something isnt right in your cq_action..
connorbacon99 is offline  
Old 07/27/2009, 22:13   #5
 
elite*gold: 0
Join Date: Mar 2009
Posts: 20
Received Thanks: 0
Can you explain a little better please?

this is what appear

hirosu is offline  
Old 07/28/2009, 07:22   #6
 
hio77's Avatar
 
elite*gold: 20
Join Date: Jun 2006
Posts: 1,759
Received Thanks: 825
check your cq_tasks
hio77 is offline  
Old 07/28/2009, 09:56   #7

 
magewarior2's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 1,523
Received Thanks: 767
Quote:
Originally Posted by hio77 View Post
check your cq_tasks
agree, this is maybe the cq_tast ...

al type101 need to be added in cq_task.

or they wont show up ...

second. be sure all your all that params get on the end a ID like example "4000067"

this can be the error to why it doesn't show... but than it need to be show in action ..
magewarior2 is offline  
Old 07/28/2009, 10:56   #8
 
elite*gold: 0
Join Date: Feb 2006
Posts: 327
Received Thanks: 204
Quote:
Originally Posted by magewarior2 View Post
agree, this is maybe the cq_tast ...

al type101 need to be added in cq_task.

or they wont show up ...

second. be sure all your all that params get on the end a ID like example "4000067"

this can be the error to why it doesn't show... but than it need to be show in action ..
correction..
you will only need to put the first type 101 of a npc in task..

lets say ur npc have 10 type 101. then u only put in the first one and it will work
nooneatall is offline  
Old 07/28/2009, 13:27   #9
 
funhacker's Avatar
 
elite*gold: 20
Join Date: Sep 2007
Posts: 1,767
Received Thanks: 1,741
the data = the task number also known as a mission number the param within type 1082 is time of taking the mission so to speak I have no idea what format they use for time but that's your problem perhaps you could check using current time?

if I am right %time will return the current SERVER time
funhacker is offline  
Old 07/28/2009, 18:46   #10
 
elite*gold: 0
Join Date: Mar 2009
Posts: 20
Received Thanks: 0
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, 'TQbaby', 0002, 16026, 0, 0, -1, 1000, 0291, 0441, 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, 'Holle!~You~are~the~VIP~Lev7~,you~can~obtain~20000~EPs~today');

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 < 125');

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

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,I~am~the~**svr~~~Baby¡£I~can~help~you');

INSERT INTO cq_action
   (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
   (3500501, 3500502, 0000, 0101, 0, 'to~change~you~Profession~here,but~if~you~want~to~');

INSERT INTO cq_action
   (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
   (3500502, 3500503, 0000, 0101, 0, 'change~the~Profession~you~need~give~me~1000000~');

INSERT INTO cq_action
   (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
   (3500503, 3500504, 0000, 0101, 0, 'Eps,Make~sure~you~had~take~off~you~weapon~and~the');

INSERT INTO cq_action
   (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
   (3500504, 3500505, 0000, 0101, 0, 'amor!~If~you~are~the~VIP~you~also~can~obtain~your');

INSERT INTO cq_action
   (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
   (3500505, 3500506, 0000, 0101, 0, 'wage~at~here~The~VIP~Wage~need~your~lev125~above^_^');

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

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

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

INSERT INTO cq_action
   (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
   (3500509, 3500510, 0000, 0102, 0, 'Get~my~today~wage£¡ 3500550');

INSERT INTO cq_action
   (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
   (3500510, 4000067, 0000, 0102, 0, 'Don\'t~play~with~you¡£ 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~Profession~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~Profession~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~Profession~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~to~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~to~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~to~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~obtain~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, 'Holle£¬you~are~not~the~VIP£¬but~you~still~can~obtain~smart~money£¡Only~need~lev~125£¡');

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 < 125');

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~wussed!');

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~money~succeed,Let~celebrate~for~him!!');

INSERT INTO cq_action
   (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
   (3500571, 3500572, 0000, 0101, 0, 'Hello£¬you~are~the~VIP~Lev1,you~can~obtain~1000~EPs~today£¡');

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 < 125');

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~wussed!');

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, 'Hello£¬you~are~the~VIP~Lev2,you~can~obtain~20000~EPs~today£¡');

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 < 125');

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

INSERT INTO cq_action
   (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
   (3500584, 3500585, 0000, 0101, 0, 'Hello£¬you~are~the~VIP~Lev3,you~can~obtain~40000~EPs~today£¡');

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 < 125');

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

INSERT INTO cq_action
   (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
   (3500588, 3500589, 0000, 0101, 0, 'Hello£¬you~are~the~VIP~Lev4,you~can~obtain~80000~EPs~today£¡');

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 < 125');

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

INSERT INTO cq_action
   (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
   (3500592, 3500593, 0000, 0101, 0, 'Hello£¬you~are~the~VIP~Lev5,you~can~obtain~120000~EPs~today£¡');

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 < 125');

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

INSERT INTO cq_action
   (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
   (3500596, 3500597, 0000, 0101, 0, 'Hello£¬you~are~the~VIP~Lev6,you~can~obtain~150000~EPs~today£¡');

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 < 125');

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

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);
here is the command i have add to make the TQBaby work, but TQBaby stop to work, the people only get one time the wage, can anybody help me to see what is wrong in this code or how i can fix that please.
hirosu is offline  
Old 07/29/2009, 03:55   #11
 
DEADP00L's Avatar
 
elite*gold: 20
Join Date: Sep 2008
Posts: 1,197
Received Thanks: 1,210
next time use the [code] command that way your post dont cause to screen to have to be scrolled forever
DEADP00L is offline  
Old 07/29/2009, 04:36   #12
 
funhacker's Avatar
 
elite*gold: 20
Join Date: Sep 2007
Posts: 1,767
Received Thanks: 1,741
you're missing ID action 3500610 but also again read my post it's your param value which is not matching up with the time value your mission/task is being set at when taking the wage which could be the problem
funhacker is offline  
Old 07/29/2009, 17:38   #13
 
elite*gold: 0
Join Date: Mar 2009
Posts: 20
Received Thanks: 0
Funhacker can you please show me how and where i need add this ID action 3500610 please?

i need fix this problem very fast for the people stop to make reclamation, pleae show me the script please.
hirosu is offline  
Old 07/29/2009, 18:08   #14
 
funhacker's Avatar
 
elite*gold: 20
Join Date: Sep 2007
Posts: 1,767
Received Thanks: 1,741
Quote:
Originally Posted by hirosu View Post
Funhacker can you please show me how and where i need add this ID action 3500610 please?

i need fix this problem very fast for the people stop to make reclamation, pleae show me the script please.
I meant when you posted your action script which contained ID 3500610 and following IDs
funhacker is offline  
Old 07/30/2009, 21:37   #15

 
magewarior2's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 1,523
Received Thanks: 767
Quote:
Originally Posted by nooneatall View Post
correction..
you will only need to put the first type 101 of a npc in task..

lets say ur npc have 10 type 101. then u only put in the first one and it will work
ooh well xD if you putt in all tasks .... it will show up also i think
magewarior2 is offline  
Reply


Similar Threads Similar Threads
need help about fonts and Tqbaby
02/02/2010 - EO PServer Hosting - 7 Replies
hi all again how r u ?? i wanaa know which files in client that control in fonts i mine i use the original client when u log in u find that the font is fine and easy to read when i use patch from chinese data i found the font small and hard to read i wanaa use the original files but idk which file is it and another thing i have Tqbaby in my data but it isn't work to change class of character how i make it do that or remove it and put Changer character and another thing any one use candy DB...
Alert! Bug tqbaby
02/01/2010 - EO PServer Hosting - 6 Replies
Hello everybody, I know it's kind of obvious, but when a player gets his payment in the vip tqbaby your mannequin can also pick up, wanted to know if there is any solution to this? Make an account so can pick up the wages of vip?
Makeing TQBaby Sell 4th summon to PLayers
03/18/2009 - EO PServer Hosting - 6 Replies
How can i make the TQBaby sell 4th summon to players?
How to make the [PM]s look like a TQBaby?
12/08/2008 - EO PServer Hosting - 9 Replies
how can i make a look like a TQBaby srry i know its a noob question
[HELP]My TQBABY pay only the first WAGE VIP
06/20/2008 - EO PServer Hosting - 1 Replies
I get the code of pfj511 in this topic: http://www.elitepvpers.com/forum/eo-pserver-hostin g/110993-achieve-proffesion-change-online-vip-wage -obtain.html and my TQBABY, pay only the first WAGE VIP, then that 24hs, the TQBABY bug, and dont pay the WAGE VIP more. This is to all palyers. Each player, only get the first WAGE VIP, and 24hs then, the TQBABY stop in this lines: http://i47.servimg.com/u/f47/12/47/38/42/64740510 .jpg Please, some can help me in this ?



All times are GMT +2. The time now is 15:54.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.