EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   MySQL Error 1064 on TaskSets (https://www.eqemulator.org/forums/showthread.php?t=39369)

Bohbo 02-15-2015 10:58 AM

MySQL Error 1064 on TaskSets
 
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

Quote:

}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

Quote:

Originally Posted by joligario (Post 237890)
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.


All times are GMT -4. The time now is 04:00 AM.

Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.