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

help with the stairs Otx

Doraemon

Banned User
Joined
Aug 1, 2019
Messages
16
Solutions
1
Reaction score
4
I have a problem with these stairs, does someone who has gone through the same problem go up or down correctly?

ids 7924 7925

XML:
<item id="7924" name="stone stairs">
        <attribute key="floorchange" value="southEx" />
    </item>
    <item id="7925" name="stone stairs">
        <attribute key="floorchange" value="eastEx" />
    </item>
 
Last edited:
Post your items.xml and please read Support board rules.

5. Incomplete Problem Description:
- Post as much useful information as possible. If the problem is about something on your server, post the server version and client version. Also always post the errors you get and the scripts with the problems.
 
Post your items.xml and please read Support board rules.

ready friend
 
It should look like this, Remove Ex and try.
XML:
    <item id="7924" name="stone stairs">
        <attribute key="floorchange" value="south" />
    </item>
    <item id="7925" name="stone stairs">
        <attribute key="floorchange" value="east" />
    </item>
 
It should look like this, Remove Ex and try.
XML:
    <item id="7924" name="stone stairs">
        <attribute key="floorchange" value="south" />
    </item>
    <item id="7925" name="stone stairs">
        <attribute key="floorchange" value="east" />
    </item>

friend remove the Ex but did not work any other solution?
 
What exactly happen when you go up or down? you go 2 steps up and 2 steps down? instead of 1?
 
Link me to your server and then I will be able to help you and I cannot still understand shouldn't stairs go 1 step? So 1 step means they work properly?
 
Try this one, If it didn't work then I can't help you without knowing your source which you should have posted on your previous reply.
XML:
    <item id="7924" name="stone stairs">
        <attribute key="floorchange" value="southalt" />
    </item>
    <item id="7925" name="stone stairs">
        <attribute key="floorchange" value="eastalt" />
    </item>
 
Try this one, If it didn't work then I can't help you without knowing your source which you should have posted on your previous reply.
XML:
    <item id="7924" name="stone stairs">
        <attribute key="floorchange" value="southalt" />
    </item>
    <item id="7925" name="stone stairs">
        <attribute key="floorchange" value="eastalt" />
    </item>
I already modified it and nothing remains the same
The console I use is otx based on 0.3.7 0.4

Will it have something to do with the sources?
 
OTX version? No it won't but I need to test it myself and check if you have any movement script that might conflict with these stairs.
 
OTX version?
I'm using otx 2.8 right now
but I downloaded the otx 2.12 thinking that there would be no errors and both have that problem for 8.60

Do not use any motion script so download the console and I found that error
 
Last edited:
I have tested both OTX 2.12 and OTX 2.8 for client 8.60 with
XML:
<item id="7924" name="stone stairs">
        <attribute key="floorchange" value="southEx" />
    </item>
    <item id="7925" name="stone stairs">
        <attribute key="floorchange" value="eastEx" />
    </item>
and it works properly without any issues, I think you have something added to your movements or any LUA script that can be doing it.
 

Attachments

I have tested both OTX 2.12 and OTX 2.8 for client 8.60 with
XML:
<item id="7924" name="stone stairs">
        <attribute key="floorchange" value="southEx" />
    </item>
    <item id="7925" name="stone stairs">
        <attribute key="floorchange" value="eastEx" />
    </item>
and it works properly without any issues, I think you have something added to your movements or any LUA script that can be doing it.
friend, I don't know if the problem could be that I open it in Linux?
What did you do the test on? Windows or Linux
 
I don't think it is related to Windows or Linux, Anyways I have tested it on Windows 10 but I maybe the tile you put your stairs on isn't walkable? Can you try other tile? Try find any existing stair then replace it with this one.
 
I don't think it is related to Windows or Linux, Anyways I have tested it on Windows 10 but I maybe the tile you put your stairs on isn't walkable? Can you try other tile? Try find any existing stair then replace it with this one.
I already solved it, friend, you had to put the yellow floor in the Remers and also change the ex for alt.
in good time thank you very much, the problem arose because I started editing the map in Tfs 0.4 Dev and when I switched from Console that problem arose xd.
It would really help me a lot to be able to open the ot for which I have worked for months
 
Last edited:

Similar threads

Back
Top