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

Some erros while loading

AnDy1990

New Member
Joined
Mar 6, 2008
Messages
104
Reaction score
0
Hi

I got some erros loading my server.

[09/03/2008 05:08:36] Warning: ammo is not longer used in weapons.xml.
[09/03/2008 05:08:36] Error: [Spell::configureSpell] Spell is using a reserved name: invisible
[09/03/2008 05:08:36] Warning: [BaseEvents::loadFromXml] Can not configure event
[09/03/2008 05:08:36] Error: [Spell::configureSpell] Spell is using a reserved name: drunk
[09/03/2008 05:08:36] Warning: [BaseEvents::loadFromXml] Can not configure event
[09/03/2008 05:08:36] Error: [Spell::configureSpell] Spell is using a reserved name: invisible
[09/03/2008 05:08:36] Warning: [BaseEvents::loadFromXml] Can not configure event
[09/03/2008 05:21:30] Warning: [Monsters::loadMonster]. Missing summons.maxSummons. data/monster/ashmunrah.xml
[09/03/2008 05:21:30] Error: [Monsters::deserializeSpell] - frost dragon - Unknown spell name: frost smokewave

I cant seem to find any erros in summons.maxSummons
The other once I dont got a clue what to do :p

Solution? =) thx in advance


-AnDy
 
Last edited:
First error means that ammo="" is not longer needed in weapons.xml
Second one means that you have a spell name "invisible" that I guess is in use by the system.
Same with number 3 and 5
4 & 6, I have no idea, but it looks like an "addEvent" is not in proper order, but that is a blind guess.
#7
Should look something like this
Code:
<summons maxSummons="6">
		<summon name="ancient scarab" interval="1000" chance="15" max="2"/>
		<summon name="green djinn" interval="1000" chance="12" max="4"/>
	</summons>

#8, your frost dragon has an attack called "frost smokewave" but it isn't listed in the spells.xml and you probably need the *.lua for it also.
 
Back
Top