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

Two major problems!

Skylinx

Game Programmer
Joined
Nov 26, 2008
Messages
399
Reaction score
15
Location
TORONTO, CANADA
Alright so I have two problems.
My custom monster won't work..
It worked before before I restarted my server..
After I restart It just didn't let me summon it and gave me :

Code:
[30/01/2009 14:51:22] [Spawn::addMonster] Can not find Warlord

But look, In bosses/Warlord.xml
PHP:
<monster name="Warlord" nameDescription="A Warlord"
And in Monsters.XML
PHP:
<monster name="Warlord" file="bosses/warlord.xml"/>

I noticed ever since I added the monster into my Remeres Map editor on my map to spawn, It made me give this message.
Now I can't even /m it or it doesnt spawn and gives me the error..
I added in Warlord perfectly fine in the editor file , and the looktype too, How come it won't work now?! When before it did??



Second problem is that the house items won't save.
Everytime I save the map in remeres, I guess after I restart server, all the house items disappear, yet the person still owns the house.
Anyone know why this is!?!
 
Alright so I have two problems.
My custom monster won't work..
It worked before before I restarted my server..
After I restart It just didn't let me summon it and gave me :

Code:
[30/01/2009 14:51:22] [Spawn::addMonster] Can not find Warlord

But look, In bosses/Warlord.xml
PHP:
<monster name="Warlord" nameDescription="A Warlord"
And in Monsters.XML
PHP:
<monster name="Warlord" file="bosses/warlord.xml"/>

I noticed ever since I added the monster into my Remeres Map editor on my map to spawn, It made me give this message.
Now I can't even /m it or it doesnt spawn and gives me the error..
I added in Warlord perfectly fine in the editor file , and the looktype too, How come it won't work now?! When before it did??



Second problem is that the house items won't save.
Everytime I save the map in remeres, I guess after I restart server, all the house items disappear, yet the person still owns the house.
Anyone know why this is!?!
Post here ur full warlord.xml and maby i can help ya out ;p
 
Back
Top