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

Solved Question regarding creature list in RME

mewses

New Member
Joined
Sep 11, 2011
Messages
41
Reaction score
3
How come some of my creatures from the list looks like this? Am I missing some file or similar in the .spr?
noobquestion.jpg


best regards
biggest noob
 
I asked that questions couple of days ago, the answer and solution is to import each monster that has that outfit again and issue will be resolved :)
 
No worries, sometime all we need is a push is right direction :)

And for a monster that appears invisible After reimport SPR and dat ?
It appears invisible in RME or ingame? Could be that that the creature.xml in RME/data/10.98 (or whatever u use) does not contain that monster with correct ID's

Example

Lua:
    <creature name="Abyssador" type="monster" looktype="495"/>
    <creature name="Achad" type="monster" looktype="146" lookhead="93" lookbody="93" looklegs="57" lookfeet="97"/>
 
If they are in RME's folder and in ur TFS folder the monster will spawn ingame yes, if one of them is missing somewhere, it will not, most probably, i could be wrong tho xD so try it out :)
 
No worries, sometime all we need is a push is right direction :)


It appears invisible in RME or ingame? Could be that that the creature.xml in RME/data/10.98 (or whatever u use) does not contain that monster with correct ID's

Example

Lua:
    <creature name="Abyssador" type="monster" looktype="495"/>
    <creature name="Achad" type="monster" looktype="146" lookhead="93" lookbody="93" looklegs="57" lookfeet="97"/>
They are correctly added, since in game i can see it, but spawns are here but invisible you can't see the monster on RME.
Maybe looks like RME has a max, like items.otb while adding a new one.
Anyway thanks
 
They are correctly added, since in game i can see it, but spawns are here but invisible you can't see the monster on RME.
Maybe looks like RME has a max, like items.otb while adding a new one.
Anyway thanks
Have you enabled monsters/spawns in view on Remere?
 
Have you enabled monsters/spawns in view on Remere?
I Can see all monsters from 1 - 1500 looktypes.
Everything more than 1500 + , if is custom ( already linked .spr and .dat ) you can't see it, but if i add a demon on 1620 for example, i can see it.
Very rare.
 
Back
Top