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

[RME] Extensions won't work

munch

New Member
Joined
Mar 26, 2010
Messages
143
Reaction score
0
I'm sorry if I've posted in the wrong section, but "Support" seems to be the right place.

I used Shifty's (aka Mairn) extensions, but I get errors after I copied them to the extensions folder.
I read through the thread, and found that I had to copy the looktypes of the creatures to the creatures.xml.
But where do I get the looktypes to the creatures.xml?

I only copied the files from the .rar-file to the extension-folder, but I also get errors from the ground items too.
Should I copy the ID to the grounds.xml?

I think the ID's are missing, or is there some place I should copy the ID from the data-folder to the 'mairns 8.54.xml'?

Code:
<tileset name="Nature"> 
        <terrain> 
			<brush name="beige sand"/>
			<brush name="new dry earth"/>
			<brush name="cracked dry earth"/>
			<brush name="dark dry earth"/>
			<brush name="light dry earth"/>

			<brush name="rice field water"/>
        </terrain> 
    </tileset>

The errors I get:
errorsb.png



Thanks in advance,
Munchie.
 
But there's no itemIDs there; I think that's the problem (I think?) :/
How do I get the itemIDs myself?
And the looktypes for the creatures?

Thanks for your support though, Cyko :)

Shouldn't it be something like this?:
Code:
<tileset name="Town"> 
        <terrain> 
			<brush name="brown tile"/>
			<brush name="ancient dragon tile"/>
			<brush name="decorative dragon tile"/>
			<brush name="brown dragon wall"/>
			<item id="10651"/>
			<item id="10650"/>
			<item id="10653"/>
			<item id="10672"/>
			<item id="10668"/>
			<item id="10667"/>
			<item id="10669"/>
			<brush name="spiky fence"/>
			<brush name="snake fence"/>
			<brush name="green shrubbery"/>
			<brush name="dry shrubbery"/>
			<brush name="tainted shrubbery"/>

        </terrain> 
    </tileset>
 
Not sure, but this extension appears to use ItemID's of OTB version 16 (the one used by TFS[?] and RME 1.1.10)

Are you trying to use it on newest version of RME, because this is working great on my RME 1.1.10 - except for some monsters that have been named wrong.
 
Last edited:
Not sure, but this extension appears to use ItemID's of OTB version 16 (the one used by TFS[?] and RME 1.1.10)

Are you trying to use it on newest version of RME, because this is working great on my RME 1.1.10 - except for some monsters that have been named wrong.

It does? Does the version you're using work for the protocol 8.54?
I think someone mentioned in Shifty's thread that the ID's was a bit wrong on the latest TFS.

Do you know any extensions and creatures that work with the latest TFS?
Or the TFS for 8.54.

Yeah, I noticed; Draken Spellweaver, not Lizard :p

Thanks again for your support, Cyko; much appreciated :)
 
Last edited:
Yes, RME 1.1.10 works with 8.54

In order to get this extension working with latest RME (1.1.11), you'll have to update the item ID's.

Code:
(14:44:09) <+Cykokitten> sids from 10546 to 10983, sid + 1
(14:44:45) <+Cykokitten> sids from 10984 to 11011, sid + 2
(14:46:30) <+Cykokitten> sids from 11012 to 11101, sid + 3
(14:48:35) <+Cykokitten> sids from 11102 to 11115, sid + 4
(14:51:06) <+Cykokitten> sids from 11116 to 11388, sid + 6
 
Last edited:
You're a saint, Cyko! A real saint!
Thanks alot for your help; saved me alot of headaches :)
Btw, that's from IRC, right? Is there a channel dedicated to OT? :eek:
 
Noted! Thanks, mate :)

Edit:
I think the support should stay in the forums, since others can come to the thread and get the help their needing, without asking the same questions, that have been asked a thousand times before (although it happens often in forums too, too often).
But I didn't find the answers I was looking for in OTFans and OTLand, but it might just be me, searching for the wrong keywords.
 
Last edited:
Back
Top