Log in

View Full Version : Invalid task ID


Nightrider84
12-13-2015, 01:02 AM
So when I login I get invalid taskid 138 and if I try to do something like quest::assigntask(300); it gives me a similar error something im doing wrong I think?

Not able to get any tasks on any toon, will try a different client.

Edit: Tried with a few different client's and I get the same results even with new created toons. Not able to get any tasks including the starting ones for TutorialB Just get invald taskid error. Using latest compile as of 12/12/2015
also updated my sql's with the updater.

Edit:2 I also compared my DB tables to that of a fresh DB and they are identical so the tables themselves are intact and nothing is different now. Maybe one of the sql's changed something?

Nightrider84
12-24-2015, 02:50 AM
Anybody have any thoughts as to what can cause this I'm still receiving this error

NatedogEZ
12-24-2015, 05:52 AM
Turn on SQL errors in the `logsys_categories` table and see if anything is failing to load

Can try Tasks as well i the `logsys_categories` table to see if you are getting errors there as well.

provocating
12-24-2015, 10:29 AM
EDIT: Nevermind, misunderstood what you were having an issue with.

Uleat
12-24-2015, 03:26 PM
I know we pm'd about several things..can't remember what version of perl (if) you said you were using?

Nightrider84
12-24-2015, 11:03 PM
5.12.3 is my perl

NatedogEZ
01-05-2016, 02:36 PM
Make sure the activities start from activityid 0 and not 1.

If you haven't fixed this already.

Nightrider84
01-06-2016, 01:35 AM
yeah, nothing has changed except the server was updated to the latest version. and thats when it stopped working

Huppy
01-06-2016, 06:26 AM
You updated the server source (as in recompile) ?

If so, did you run the update script after that ? (the one that starts at bootup). or manually run
perl eqemu_update.pl and then hit #3 on the list and then 3 again to complete the updates.

Thats the only suggestion I have in my theory testing bank. haha If thats not it, then back to the drawing board

Nightrider84
01-06-2016, 12:05 PM
Yeah I ran the update script after I recompiled the server. I also ran it manually to make sure there weren't any updates I missed