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

Map editor border not showing in different ground

Thorn

Spriting since 2013
Joined
Sep 24, 2012
Messages
2,203
Solutions
1
Reaction score
921
Location
Chile
Hello guys, i have a weird situation, the autoborder works for most of grounds, but in some they dont work, check the problem im having
6a53411e4c226f9d4c6c47e2d51c01a1.png


The autoborder doesn't look in these floors, but if i use all of those 3 floors in a cave check, works perfectly
2afd399a5a8aa045b026b4ac65a3f67d.png


Does anyone know why this happens? i'll show

this is the mail floor in the first picture and right floor in the second picture
Lua:
    <brush name="hola7" type="ground" server_lookid="22254" z-order="3530">
        <item id="22254" chance="1000"/>
        <item id="22255" chance="1000"/>
        <item id="22256" chance="1000"/>
        <item id="22257" chance="1000"/>
        <item id="22258" chance="1000"/>
        <item id="22259" chance="1000"/>
        <item id="22260" chance="1000"/>
        <item id="22261" chance="1000"/>
        <border align="outer" id="141"/>
        <border align="inner" to="none" id="1"/>
    </brush>
 
Back
Top