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

Ladder not working when item is blocking.

GM Venom

Active Member
Joined
Jan 28, 2013
Messages
145
Reaction score
28
I am using Avesta engine and it doesn't work to climb up a ladder when a item is blocking the ladder.
Instead it is trying to use the item that is blocking the ladder.

What is wrong? How can i fix?

TY!
 
The issue is probably that the item attribute "always on top" is not parsed correctly or that the server does not work with that attribute.
 
Well if they are correct it's only source edit, I have seen people intentionally script the ladder so that it wouldn't work of items were on it same with holes that you rope
 
What client version are you using and what is the topOrder at in Game::internalGetThing? The line that looks like this:
Code:
Item* item =  tile->getItemByTopOrder(2);
 
Well if they are correct it's only source edit, I have seen people intentionally script the ladder so that it wouldn't work of items were on it same with holes that you rope
Well this is quite easy if the normal ladder script is working, however if Avesta does not care about top items you have to add that in sources.
But I don't know about Avesta.
 
Well this is quite easy if the normal ladder script is working, however if Avesta does not care about top items you have to add that in sources.
But I don't know about Avesta.

Agreed not do I know anything about Avesta, but figured its easier to check script first before getting into the source fun =d
 

Similar threads

Back
Top