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

Remeres map editor Problem 3.6.1

CesarZ

Well-Known Member
Joined
Sep 20, 2012
Messages
268
Solutions
4
Reaction score
63
I'm trying to update my wall brushes but the scripti put doesnt work.
im working with 10.41 client server TFS 1.0.
it shows the wall in the brushes but doesn't do anything

Lua:
<brush name="venore brick wall" type="wall" server_lookid="19485">
        <wall type="horizontal">
            <item id="19485" chance="1"/>
            <door id="19980" type="normal" open="false"/>
            <door id="19981" type="normal" open="false"/>
            <door id="19982" type="normal" open="true"/>
            <door id="19983" type="locked" open="false"/>
            <door id="19984" type="locked" open="true"/>
            <door id="19985" type="quest" open="false"/>
            <door id="19986" type="quest" open="true"/>
            <door id="19987" type="magic" open="false"/>
            <door id="19988" type="magic" open="true"/>
            <door id="19809" type="window"/>
        </wall>
        <wall type="vertical">
            <item id="19481" chance="1"/>
            <door id="19989" type="normal" open="false"/>
            <door id="19990" type="normal" open="false"/>
            <door id="19991" type="normal" open="true"/>
            <door id="19992" type="locked" open="false"/>
            <door id="19993" type="locked" open="true"/>
            <door id="19994" type="quest" open="false"/>
            <door id="19995" type="quest" open="true"/>
            <door id="19996" type="magic" open="false"/>
            <door id="19997" type="magic" open="true"/>
            <door id="19808" type="window"/>
        </wall>
        <wall type="corner">
            <item id="19495" chance="1"/>
        </wall>
    </brush>
 
Back
Top