PDA

View Full Version : Event_TaskAcceptD Bug


Warking
02-03-2016, 06:01 AM
On a task I have it spawns an error when task is assigned

Unable to find NPC to send EVENT_TASKACCEPTD to. Report this bug.

Caryatis
02-03-2016, 04:09 PM
Most likely that is for players on your server to report to you, not that it is a bug in the source.

In other words, you fucked up somewhere.

Warking
02-03-2016, 04:31 PM
hmmm.... the task/quest all works as it should though without issues other than that message...

Caryatis
02-03-2016, 05:06 PM
Think of it this way... if this was a bug in the source, the person who wrote this code wouldn't create a message saying to report this bug because they would know its a bug and either fix it or report it.

Also the task/quest working has nothing to do with that error message(the error is occurring when the task is accepted).

Warking
02-04-2016, 03:33 AM
Yea makes sense. I apologize. It looks like I am missing a
sub EVENT_TASKACCEPTED in the .pl for the quest giver. I just don't know the proper syntax for that sub event.