• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Kinda strange error

AnarchGov

Member
Joined
Oct 3, 2011
Messages
263
Reaction score
6
I get this error for my Last man standing event when my server starts up:

[21/03/2013 04:40:36] [Warning - Event::loadScript] Event onThink not found (data/creaturescripts/scripts/lms.lua)
[21/03/2013 04:40:36] [Error - CreatureEvent::configureEvent] No name for creature event.
[21/03/2013 04:40:36] [Warning - BaseEvents::loadFromXml] Cannot configure an event

However, the event works fine. I would like to fix this error though just because it is the only one i have when loading my server. Anyone have any idea what it could be?

REP++
 
If the event works fine then just go to your creaturescripts.xml and remove the line that says event="think" and script="Lms.lua"

- - - Updated - - -

And make sure that there isn't a line in all of your Lms scripts that says registercreatureevent('whatever the name of your creaturevent is')
 
I tried that, when i do that it says this:

[21/03/2013 04:40:36] [Error - CreatureEvent::configureEvent] No name for creature event.
[21/03/2013 04:40:36] [Warning - BaseEvents::loadFromXml] Cannot configure an event
 
Post your creaturescripts.xml and your Lms.lua script please when working with events like this its hard to break down when ya can't actually see it sorry =d
 
Back
Top