Hello,
I need to use (right click) a ladder that is below me in a persistent (not cavebot).
I tried using
but for some reason, it doesn't work when i'm exactly at the ladder position.
If i change posx() and etc for the ladder position, and run the command at not ladder position, it works.
But i need to use it from the ladder position.
And it's not safe to move away from ladder position to use it.
It need to be a quick action: I down the ladder and use the ladder (from it's position).
Using the cavebot isn't a solution. I'm doing all the movement with persistent script, because due to my low performance notebook the changing of waypoints in cavebot has a certain delay, which means my dead at a pk attack.
It doesn't even need to check for the ladder, it'll be there.
I just need to 'right click' my foot position.
Thanks in advance
I need to use (right click) a ladder that is below me in a persistent (not cavebot).
I tried using
LadderID = 1948
useitem(LadderID, ground(posx(), posy(), posz()))
but for some reason, it doesn't work when i'm exactly at the ladder position.
If i change posx() and etc for the ladder position, and run the command at not ladder position, it works.
But i need to use it from the ladder position.
And it's not safe to move away from ladder position to use it.
It need to be a quick action: I down the ladder and use the ladder (from it's position).
Using the cavebot isn't a solution. I'm doing all the movement with persistent script, because due to my low performance notebook the changing of waypoints in cavebot has a certain delay, which means my dead at a pk attack.
It doesn't even need to check for the ladder, it'll be there.
I just need to 'right click' my foot position.
Thanks in advance