• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

RME/Distro 10.94?

Animera

* * * * *
Joined
Dec 9, 2008
Messages
2,449
Solutions
5
Reaction score
618
Location
ANIMERARPG.ONLINE
Dear peeps,


I haven't made use of these boards in a long time, but i hope anyone can help me here.
Yes i've did use the search function, and searched manually through the forums. But i couldn't find what i need.

Anyone knows how to get the RME set up for 10.94? I've searched took some codes, and files like items.otb but it does not seem to work. Am i doing something wrong? Or did i just tried some shitty solution which didn't work for me?

I got the 10.94 dat & spr, and items.otb that is 10.94 according to the uploader.
Borders&creatures etc. i've just copy/paste from 10.76

node 'client' 'otb' tag is invalid (couldn't find this otb version).


Code:
<client name="10.94" otb="10.94" visible="true" data_directory="1094">
      <otbm version="3"/>
      <extensions from="8.20 - 8.31" to="10.94"/>
      <data format="10.57" dat="0x41E5" spr="0x57459D43"/>
</client>

RME 3.0

Also if there are any distro's i would like to hear it.


Kind regards,


Animera
 
test V

10.94
Code:
<client name="10.94" otb="10.94" default="true" visible="true" data_directory="1094">
            <otbm version="3"/>
            <extensions from="8.20 - 8.31" to="10.94"/>
            <data format="10.92" dat="0x000041E5" spr="0x57459D43"/>
        </client>

for 10.95
Code:
<client name="10.95" otb="10.95" default="true" visible="true" data_directory="1095">
            <otbm version="3"/>
            <extensions from="8.20 - 8.31" to="10.95"/>
            <data format="10.92" dat="0x000041F3" spr="0x575A84BD"/>
        </client>
 
test V

10.94
Code:
<client name="10.94" otb="10.94" default="true" visible="true" data_directory="1094">
            <otbm version="3"/>
            <extensions from="8.20 - 8.31" to="10.94"/>
            <data format="10.92" dat="0x000041E5" spr="0x57459D43"/>
        </client>

for 10.95
Code:
<client name="10.95" otb="10.95" default="true" visible="true" data_directory="1095">
            <otbm version="3"/>
            <extensions from="8.20 - 8.31" to="10.95"/>
            <data format="10.92" dat="0x000041F3" spr="0x575A84BD"/>
        </client>

I have this error :C about this Hex
Help Please
thump_9619153error.png
 
Sorry
Whit this I work!!

Code:
<client name="10.94" otb="10.94" default="true" visible="true" data_directory="1094">
                        <otbm version="3"/>
                        <extensions from="8.20 - 8.31" to="10.94"/>
                        <data format="10.92" dat="0x41E5" spr="0x57459D43"/>
                        <data format="10.92" dat="0x41F3" spr="0x575A84BD"/>
                </client>
 

Similar threads

Back
Top