• 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!

Windows Error In My Distro

capotamage

New Member
Joined
Oct 3, 2011
Messages
10
Reaction score
0
Hi I have some errors in my distro I try to solve some day have someone help me?


Code:
[22:44:56.500] [Warning - TalkAction::registerEvent] Duplicate registered talkac
tion with words: /guild
[22:44:56.500] [Error - LuaInterface::loadFile] cannot open data/talkactions/scr
ipts/treinando.lua: No such file or directory
[22:44:56.500] [Warning - Event::loadScript] Cannot load script (data/talkaction
s/scripts/treinando.lua)
[22:44:56.500] cannot open data/talkactions/scripts/treinando.lua: No such file
or directory
[22:44:56.531] [Warning - TalkAction::registerEvent] Duplicate registered talkac
tion with words: !vipdays
[22:44:56.531] [Warning - TalkAction::registerEvent] Duplicate registered talkac
tion with words: /addvip
[22:44:56.750] [Warning - MoveEvent::configureMoveEvent] Unknown slot type "body
"
[22:44:56.750] [Warning - MoveEvent::configureMoveEvent] Unknown slot type "body
"
[22:44:57.046] [Error - LuaInterface::loadFile] cannot open data/creaturescripts
/scripts/taskcount.lua: No such file or directory
[22:44:57.062] [Warning - Event::loadScript] Cannot load script (data/creaturesc
ripts/scripts/taskcount.lua)
[22:44:57.062] cannot open data/creaturescripts/scripts/taskcount.lua: No such f
ile or directory
 
[22:44:56.500] [Warning - TalkAction::registerEvent] Duplicate registered talkaction with words: /guild
Go into your data/talkactions folder open "talkactions.xml" and remove one of the lines for /guild

[22:44:56.500] [Error - LuaInterface::loadFile] cannot open data/talkactions/scripts/treinando.lua: No such file or directory
[22:44:56.500] [Warning - Event::loadScript] Cannot load script (data/talkactions/scripts/treinando.lua)
[22:44:56.500] cannot open data/talkactions/scripts/treinando.lua: No such fileor directory
You are missing this file, either put the file in the folder or delete the reference to it.

[22:44:56.531] [Warning - TalkAction::registerEvent] Duplicate registered talkaction with words: !vipdays
Go into your data/talkactions folder open "talkactions.xml" and remove one of the lines for !vipdays

[22:44:56.531] [Warning - TalkAction::registerEvent] Duplicate registered talkaction with words: /addvip
Go into your data/talkactions folder open "talkactions.xml" and remove one of the lines for /addvip

[22:44:56.750] [Warning - MoveEvent::configureMoveEvent] Unknown slot type "body"
[22:44:56.750] [Warning - MoveEvent::configureMoveEvent] Unknown slot type "body"
Not sure

[22:44:57.046] [Error - LuaInterface::loadFile] cannot open data/creaturescripts/scripts/taskcount.lua: No such file or directory
You are missing this file, either put the file in the folder or delete the reference to it.

[22:44:57.062] [Warning - Event::loadScript] Cannot load script (data/creaturescripts/scripts/taskcount.lua)
[22:44:57.062] cannot open data/creaturescripts/scripts/taskcount.lua: No such file or directory
You are missing this file, either put the file in the folder or delete the reference to it.
 
Back
Top