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

Respawn Error

Ific

New Member
Joined
Apr 14, 2009
Messages
209
Reaction score
0
Location
My Paradise
[23/04/2009 12:06:42] [Warning - Spawns::loadFromXml] Green Djinn ( 00250 / 00191 / 006 ) spawntime can not be less than 1 seconds.
[23/04/2009 12:06:42] [Warning - Spawns::loadFromXml] Green Djinn ( 00251 / 00191 / 006 ) spawntime can not be less than 1 seconds.
[23/04/2009 12:06:42] [Warning - Spawns::loadFromXml] Plaguesmith ( 00116 / 00206 / 006 ) spawntime can not be less than 1 seconds.
[23/04/2009 12:06:42] [Warning - Spawns::loadFromXml] Plaguesmith ( 00121 / 00214 / 006 ) spawntime can not be less than 1 seconds.
[23/04/2009 12:06:42] [Warning - Spawns::loadFromXml] Son of Verminor ( 00096 / 00216 / 006 ) spawntime can not be less than 1 seconds.
[23/04/2009 12:06:42] [Warning - Spawns::loadFromXml] Son of Verminor ( 00134 / 00204 / 006 ) spawntime can not be less than 1 seconds.
[23/04/2009 12:06:42] [Warning - Spawns::loadFromXml] Betrayed Wraith ( 00326 / 00242 / 006 ) spawntime can not be less than 1 seconds.
[23/04/2009 12:06:42] [Warning - Spawns::loadFromXml] Diabolic Imp ( 00240 / 00241 / 006 ) spawntime can not be less than 1 seconds.
[23/04/2009 12:06:42] [Warning - Spawns::loadFromXml] Green Djinn ( 00264 / 00251 / 006 ) spawntime can not be less than 1 seconds.
[23/04/2009 12:06:42] [Warning - Spawns::loadFromXml] Diabolic Imp ( 00216 / 00230 / 006 ) spawntime can not be less than 1 seconds.
[23/04/2009 12:06:42] [Warning - Spawns::loadFromXml] Green Djinn ( 00210 / 00245 / 006 ) spawntime can not be less than 1 seconds.
[23/04/2009 12:06:42] [Warning - Spawns::loadFromXml] Frost Giantess ( 32352 / 31270 / 006 ) spawntime can not be less than 1 seconds.
[23/04/2009 12:06:42] [Warning - Spawns::loadFromXml] Mammoth ( 32149 / 31242 / 006 ) spawntime can not be less than 1 seconds.
[23/04/2009 12:06:42] [Warning - Spawns::loadFromXml] Barbarian Headsplitter ( 32154 / 31321 / 006 ) spawntime can not be less than 1 seconds.
[23/04/2009 12:06:42] [Warning - Spawns::loadFromXml] Barbarian Headsplitter ( 32155 / 31324 / 006 ) spawntime can not be less than 1 seconds.
[23/04/2009 12:06:42] [Warning - Spawns::loadFromXml] Barbarian Brutetamer ( 32150 / 31325 / 006 ) spawntime can not be less than 1 seconds.
[23/04/2009 12:06:42] [Warning - Spawns::loadFromXml] Barbarian Headsplitter ( 32155 / 31325 / 006 ) spawntime can not be less than 1 seconds.
[23/04/2009 12:06:42] [Warning - Spawns::loadFromXml] Mammoth ( 32182 / 31326 / 006 ) spawntime can not be less than 1 seconds.
[23/04/2009 12:06:42] [Warning - Spawns::loadFromXml] Barbarian Headsplitter ( 32147 / 31348 / 006 ) spawntime can not be less than 1 seconds.
[23/04/2009 12:06:42] [Warning - Spawns::loadFromXml] Barbarian Headsplitter ( 32145 / 31314 / 006 ) spawntime can not be less than 1 seconds.
[23/04/2009 12:06:42] [Warning - Spawns::loadFromXml] Barbarian Headsplitter ( 32121 / 31356 / 006 ) spawntime can not be less than 1 seconds.
[23/04/2009 12:06:43] [Warning - Spawns::loadFromXml] Goblin Assassin ( 32530 / 31764 / 006 ) spawntime can not be less than 1 seconds.
[23/04/2009 12:06:43] [Warning - Spawns::loadFromXml] Goblin Assassin ( 32552 / 31770 / 006 ) spawntime can not be less than 1 seconds.
[23/04/2009 12:06:43] [Warning - Spawns::loadFromXml] Goblin Assassin ( 32593 / 31789 / 006 ) spawntime can not be less than 1 seconds.

and alooooooot more :S

How I can fix that?:huh:
 
How to fix this?

Code:
[23/04/2009 12:06:42] [Warning - Spawns::loadFromXml] Green Djinn ( 00250 / 00191 / 006 ) spawntime can not be less than 1 seconds.

Open your mapeditor, go to monster in position 00250 / 00191 / 006 and change spawn time to 60 seconds.

You will have to do it like this with all monsters that got errors.
 
Nah. Go to data/world/ and open you -spawn.xml file with Notepad.
Go to Edit>Replace:
Search: spawntime="0"
Replace by: spawntime="60"
And press REPLACE ALL, and it's done.

Regards.
 
Back
Top