Well, I'm at my wits end. My quests simply are not working. I've went down the list and checked off the obvious things, none of which have fixed my problem. I'm using build 5.8.7 of Active Perl, I have done the ppm thing (DBI, DBD-MySQL, IO-Stringy, all installed fine), I've tried #reloadpl and #repop numerous times, I've check to make sure the script itself was set up correctly (and I've even run it through the perl interpreter, no errors found), I have the check_hasitem, check_handin, guildmasters, and soulbinders plugins in my Emu directory, I've tried naming the quest script by both the NPC name and ID, and the only other possible hint towards a quest problem I could find is this:
Code:
[10.10. - 17:05:07] [RULES__ERROR] Unable to find rule 'TaskSystem:EnableTaskSystem'
[10.10. - 17:05:07] [RULES__ERROR] Unable to interpret rule record for TaskSystem:EnableTaskSystem
[10.10. - 17:05:07] [RULES__ERROR] Unable to find rule 'TaskSystem:PeriodicCheckTimer'
[10.10. - 17:05:07] [RULES__ERROR] Unable to interpret rule record for TaskSystem:PeriodicCheckTimer
[10.10. - 17:05:07] [RULES__ERROR] Unable to find rule 'TaskSystem:RecordCompletedTasks'
[10.10. - 17:05:07] [RULES__ERROR] Unable to interpret rule record for TaskSystem:RecordCompletedTasks
[10.10. - 17:05:07] [RULES__ERROR] Unable to find rule 'TaskSystem:RecordCompletedOptionalActivities'
[10.10. - 17:05:07] [RULES__ERROR] Unable to interpret rule record for TaskSystem:RecordCompletedOptionalActivities
[10.10. - 17:05:07] [RULES__ERROR] Unable to find rule 'TaskSystem:KeepOneRecordPerCompletedTask'
[10.10. - 17:05:07] [RULES__ERROR] Unable to interpret rule record for TaskSystem:KeepOneRecordPerCompletedTask
[10.10. - 17:05:07] [RULES__ERROR] Unable to find rule 'TaskSystem:EnableTaskProximity'
[10.10. - 17:05:07] [RULES__ERROR] Unable to interpret rule record for TaskSystem:EnableTaskProximity
[10.10. - 17:05:07] [RULES__ERROR] Unable to find rule 'World:ClearTempMerchantlist'
[10.10. - 17:05:07] [RULES__ERROR] Unable to interpret rule record for World:ClearTempMerchantlist
With all of those errors, I figured at least one involves quests, which is why mine won't work, but I have no idea how to fix it... Does anybody have any suggestions before I explode?