Log in

View Full Version : MySQL Error 1064 on TaskSets


Bohbo
02-15-2015, 10:58 AM
I was trying to setup my first taskset and when i give permission for a task. Whenever i try and write the enabletask i get this SQL error.

http://i.imgur.com/taXItHu.png

Here is my quest code snippet

}elsif($text=~/yes/i){
if(!quest::istaskcompleted(quest::lasttaskinset(11 ))) {
# If the player has no tasks enabled for this task set, enable the first one
if(quest::enabledtaskcount(11) == 0) {
quest::say("You have not done any of my tasks before!");
quest::enabletask(quest::firsttaskinset(11));



}
}
}

joligario
02-15-2015, 01:07 PM
Haha, that's funny. The word REPLACE is actually getting replaced with the values...

Bohbo
02-16-2015, 11:49 AM
Haha, that's funny. The word REPLACE is actually getting replaced with the values...

So is this a problem on source end and not my end?

joligario
02-16-2015, 01:01 PM
Seems that way.