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

Woe Problems

MxSoft

Leave Tibia, Live Life.
Joined
Dec 22, 2009
Messages
1,804
Solutions
1
Reaction score
43
Location
Mexico
When i execute woe, the script doesnt summons the empes.
Code:
[16:39:25.359] [Error - GlobalEvent Interface]
[16:39:25.359] data/globalevents/scripts/woe.lua:onThink
[16:39:25.359] Description:
[16:39:25.359] (luaDoCreateMonster) Cannot create monster: empe

[16:39:25.359] [Error - GlobalEvent Interface]
[16:39:25.359] data/globalevents/scripts/woe.lua:onThink
[16:39:25.359] Description:
[16:39:25.359] (luaDoCreateMonster) Cannot create monster: pre1

[16:39:25.359] [Error - GlobalEvent Interface]
[16:39:25.359] data/globalevents/scripts/woe.lua:onThink
[16:39:25.359] Description:
[16:39:25.359] (luaDoCreateMonster) Cannot create monster: pre2
I already have my monster.xml set
Code:
<monster name="empe" file="empe.xml"/>
	<monster name="pre1" file="pre1.xml"/>
	<monster name="pre2" file="pre2.xml"/>
	<monster name="guard" file="guard.xml"/>
 
Back
Top