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

My new upcoming Evo

I have tested for a while the server and the map as really nice. The quests are cool and i'm really looking for the release of this server!
 
its an edit of ur EVORPG project (town) didnt changed that building because i liked it :) and i dont like a town with only the new venore sprites :)
I like your mapping style a lot. You do that a way better than me (except for deeplings - soil lake underwater and empty caves).
I'm going to start my ot in 2 weeks. If you would like to contribute to my evo with your maps, pm me. ^^
 
I like your mapping style a lot. You do that a way better than me (except for deeplings - soil lake underwater and empty caves).
I'm going to start my ot in 2 weeks. If you would like to contribute to my evo with your maps, pm me. ^^
It was my first try with the deepling sprites:) and i dunno of i want to share my maps but if u want me to join ur project i could always make some new ones :) just pm me if ur interested.
 
Hey Frostie!
Very nice server with some cool mapping i really like it!
But :D what's the item id of the mountain in the Jaul spawn? i never found it and i was looking for it all over xD
 
Hey Frostie!
Very nice server with some cool mapping i really like it!
But :D what's the item id of the mountain in the Jaul spawn? i never found it and i was looking for it all over xD
Thanks, 7988
 
hey frostie, sorry one more question ... how to put that temple wall on the RME extensions ? i've tryied to put it there but it gives me errors. :/ can you give me your own extension for that wall? thanks.
 
hey frostie, sorry one more question ... how to put that temple wall on the RME extensions ? i've tryied to put it there but it gives me errors. :/ can you give me your own extension for that wall? thanks.
I wrote simple example. It's up to you to make it better (there are more wall types, but you won't need them here).

%appdata%/Remere's Map Editor
venore_wall.xml:
Code:
<materialsextension name="venore wall" author="Zbizu" description="example wall extension" client="9.60;10.31;10.41;10.50">

   <brush name="venore wall" type="wall" server_lookid="19377">
     <wall type="horizontal">
       <item id="19377" chance="100"/>
       <door id="19840" type="normal" open="false"/>
       <door id="19841" type="normal" open="false"/>
       <door id="19842" type="normal" open="true"/>
       <door id="19843" type="locked" open="false"/>
       <door id="19844" type="locked" open="true"/>
       <door id="19847" type="quest" open="false"/>
       <door id="19848" type="quest" open="true"/>
       <door id="19845" type="magic" open="false"/>
       <door id="19846" type="magic" open="true"/>
       <door id="19443" type="hatch_window" open="false"/>
       <door id="20180" type="hatch_window" open="true"/>
       <door id="19974" type="window" open="false"/>
       <door id="20182" type="window" open="true"/>
     </wall>
     <wall type="vertical">
       <item id="19376" chance="100"/>
       <door id="19849" type="normal" open="false"/>
       <door id="19850" type="normal" open="false"/>
       <door id="19851" type="normal" open="true"/>
       <door id="19852" type="locked" open="false"/>
       <door id="19853" type="locked" open="true"/>
       <door id="19856" type="quest" open="false"/>
       <door id="19857" type="quest" open="true"/>
       <door id="19854" type="magic" open="false"/>
       <door id="19855" type="magic" open="true"/>
       <door id="19445" type="hatch_window" open="false"/>
       <door id="20183" type="hatch_window" open="true"/>
       <door id="19975" type="window" open="false"/>
       <door id="20185" type="window" open="true"/>
     </wall>
     <wall type="corner">
       <item id="19414" chance="1000"/>
     </wall>
     <wall type="pole">
       <item id="19378" chance="1000"/>
     </wall>
   </brush>
  
   <tileset name="Town">
     <terrain>
       <brush name="venore wall"/>
     </terrain> 
   </tileset>
</materialsextension>
 
hey frostie, sorry one more question ... how to put that temple wall on the RME extensions ? i've tryied to put it there but it gives me errors. :/ can you give me your own extension for that wall? thanks.

If you wanna make a wall brush, just copy one that already exist and replace all the ID's with the other Wall ids...
 
guys, this does not work ... i've copied zbizu's extension and now when i open rme it gives an error and when i try to place it , it shows an empty black square in the terrain palette and its named venore wall ... and now when i've tryied to make my own extension and copy an extension from the others it brings the same error and the same look.
any other help? frostie can you give me your extension?
 
Worked out just fine for me... Easier version... Open RME Folder > Data > 10.x~ > walls and place this

<brush name="venore wall" type="wall" server_lookid="19377">
<wall type="horizontal">
<item id="19377" chance="100"/>
<door id="19840" type="normal" open="false"/>
<door id="19841" type="normal" open="false"/>
<door id="19842" type="normal" open="true"/>
<door id="19843" type="locked" open="false"/>
<door id="19844" type="locked" open="true"/>
<door id="19847" type="quest" open="false"/>
<door id="19848" type="quest" open="true"/>
<door id="19845" type="magic" open="false"/>
<door id="19846" type="magic" open="true"/>
<door id="19443" type="hatch_window" open="false"/>
<door id="20180" type="hatch_window" open="true"/>
<door id="19974" type="window" open="false"/>
<door id="20182" type="window" open="true"/>
</wall>
<wall type="vertical">
<item id="19376" chance="100"/>
<door id="19849" type="normal" open="false"/>
<door id="19850" type="normal" open="false"/>
<door id="19851" type="normal" open="true"/>
<door id="19852" type="locked" open="false"/>
<door id="19853" type="locked" open="true"/>
<door id="19856" type="quest" open="false"/>
<door id="19857" type="quest" open="true"/>
<door id="19854" type="magic" open="false"/>
<door id="19855" type="magic" open="true"/>
<door id="19445" type="hatch_window" open="false"/>
<door id="20183" type="hatch_window" open="true"/>
<door id="19975" type="window" open="false"/>
<door id="20185" type="window" open="true"/>
</wall>
<wall type="corner">
<item id="19414" chance="1000"/>
</wall>
<wall type="pole">
<item id="19378" chance="1000"/>
</wall>
</brush>

After that, open Data > 10.x~ > Tilesets and place this:

<brush name="venore wall"/>
 
guys, this does not work ... i've copied zbizu's extension and now when i open rme it gives an error and when i try to place it , it shows an empty black square in the terrain palette and its named venore wall ... and now when i've tryied to make my own extension and copy an extension from the others it brings the same error and the same look.
any other help? frostie can you give me your extension?
i don't use extensions for the new sprites (BTW this isnt a support thread ;) )

Anyways a little update on my roshamuul map
q60S-gL3.png


P3jq2zvO.png

qGEOs_r.png
 
Back
Top