• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

[help] war of emperium

eddybrow

New Member
Joined
Mar 2, 2011
Messages
5
Reaction score
0
errors


Code:
[0:24:03.257] [Error - GlobalEvent Interface] 
[0:24:03.257] data/globalevents/scripts/woe.lua:onThink
[0:24:03.257] Description: 
[0:24:03.257] (luaDoCreateMonster) Cannot create monster: pre1

[0:24:03.257] [Error - GlobalEvent Interface] 
[0:24:03.257] data/globalevents/scripts/woe.lua:onThink
[0:24:03.257] Description: 
[0:24:03.257] (luaDoCreateMonster) Cannot create monster: pre2

and

Code:
[0:23:52.561] [Error - TalkAction Interface] 
[0:23:52.561] data/talkactions/scripts/woe.lua:onSay
[0:23:52.561] Description: 
[0:23:52.561] (luaGetThingFromPos) Tile not found
> Broadcasted message: "War of Emperium will start in next 5 minutes...".
> Broadcasted message: "will have a duration of 61 Minutes.".
 
Paste scripts lua -.-

Hmm i think in scripts is createmonster("pre1") maybe change it to createmonster(pre1)
this error is because monster with name pre1 not exists
 
Back
Top