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

OpenTibia All Zbizu's RME mods [7.6; 8.6; 8.7; 9.2; 9.6]

I've been using RME 2.2 for my 8.6 server, can't seem to locate me a 3b2. the one you link isn't compatible.

Could I just rock out with the 8.7 mod on 2.2?

Also, great post.
 
I don't make rme mods anymore and I don't have this version on my pc.
You may try to rewrite that yourself.
 
Great contribution man.
For some reason the extensions (all of them not only yours) are not working in the 10.5 version of REM I have, so I decided to merge everything so I could use your extensions and all others. Obviously some issues and conflicts came up but I fixed them as they appeared. The only thing I can't seem to figure out is an error stating Could not find border id 0. Only in 6 of the grounds I get this error. Anyone have any idea how to solve this. Cause it states something about finding border id 0, but all other grounds don't have this problem and the structure seems exactly the same.

Example of one of those that gives me the error:

Errors while loading brush "nameofbrush"
Could not find border id 0

tilesets
Code:
<tileset name="Nature">
   <terrain>
        <brush name="very dark mud"/>
  </terrain>
</tileset>

borders
Code:
<border id="90516">
        <borderitem edge="n"   item="11510"/>
        <borderitem edge="e"   item="11511"/>
        <borderitem edge="s"   item="11512"/>
        <borderitem edge="w"   item="11513"/>
        <borderitem edge="cnw" item="11514"/>
        <borderitem edge="cne" item="11515"/>
        <borderitem edge="csw" item="11516"/>
        <borderitem edge="cse" item="11517"/>
        <borderitem edge="dnw" item="11518"/>
        <borderitem edge="dne" item="11519"/>
        <borderitem edge="dsw" item="11520"/>
        <borderitem edge="dse" item="11521"/>
    </border>
   
    <border id="90517" type="optional">
        <borderitem edge="n"   item="11522"/>
        <borderitem edge="e"   item="11523"/>
        <borderitem edge="s"   item="11524"/>
        <borderitem edge="w"   item="11525"/>
        <borderitem edge="cnw" item="11526"/>
        <borderitem edge="cne" item="11527"/>
        <borderitem edge="csw" item="11528"/>
        <borderitem edge="cse" item="11529"/>
        <borderitem edge="dnw" item="11530"/>
        <borderitem edge="dne" item="11531"/>
        <borderitem edge="dsw" item="11532"/>
        <borderitem edge="dse" item="11533"/>
    </border>

grounds
Code:
<brush name="very dark mud" type="ground" server_lookid="11505" z-order="3430">
        <item id="11505" chance="25"/>
        <item id="11506" chance="25"/>
        <item id="11507" chance="25"/>
        <item id="11508" chance="25"/>
        <item id="11509" chance="25"/>

        <border align="outer" id="90516"/>
        <border align="inner" to="none" id="1"/>
        <optional id="90517"/>
  </brush>
 
It may be caused by using newer rme version than recommended(in newer versions limestone stuff is included by default).

I don't work on these mods anymore(no time to do it).
9.6 version should work for all newer clients.
 
It may be caused by using newer rme version than recommended(in newer versions limestone stuff is included by default).

I don't work on these mods anymore(no time to do it).
9.6 version should work for all newer clients.
Yes, thanks anyway.
For now I noticed that by removing the optional part in the 6 brushes I was having trouble with they now work without problems. I'll try to make a more adequate fix latter on with some free time, just wanted to do a little bit of RME organization. =)
 
Amazing work @Zbisu. I think this should be added to the current version of RME, I had trouble finding auto border extensions for RME but after looking through your created threads I found this which I really needed :D
 
I'm too lazy to do mods. I don't even map anymore.
If I write a lua parser which could do stuff for me, I'll create a new pack. I still use 9.6 version on rme 2.2 to edit map in 10.3 format for 10.41 server.
 
Actually when i used RME 2.1 as u wrote i could choose map version 0.5.0 with client 7.6
Before i couldnt it was just all blank, the only way was to choose 0.6.0 and there i had 7.4-7.6
This also solved the problem i had when starting my server i got errors Could not load item XXXX ( POS XYZ)

Can anyone explain why? So i can learn something aswell :) @zbizu ? =D
Kind regards! Daniel
 
Back
Top