View Single Post
  #5  
Old 02-25-2020, 02:02 PM
AndarWeham
Fire Beetle
 
Join Date: Dec 2012
Posts: 4
Default Character Tasks and Activities

There are no current tasks in either table that reference task 300 or 301.

However, I have tried to manually add those quests to the character_task table, and that's when I get the error message after running #task reloadall.

When the character tasks and activities tables do not have references to either task, the task giver does not even show the quests available using
Code:
if($text=~/feet/i){
		qquest::say("Are you up to the challenge?");
		quest::taskselector(300);
	}
Again, all the others ones work fine, except 300 and 301. It doesn't make sense...
Reply With Quote