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

Lua Monster dont walk on tile with id

Nekiro

Legendary OT User
TFS Developer
Joined
Sep 7, 2015
Messages
2,759
Solutions
127
Reaction score
2,279
I have problem with my monsters it seems like they dont want to walk on tile with id 3169 its carved stone tile.

Someone know how to fix that?
 
well
in items.xml
Code:
<item id="3169" article="a" name="carved stone tile">
        <attribute key="type" value="teleport" />
    </item>
if you remove the type teleport the monsters will walk :)
 
Back
Top