Boots of Jumping don’t jump and when going back to lower levels like Kithgard Gates, they don’t even move(). Can’t create neither define a position in any of the following forms
move({x: 40, y: 36})
move({x:40,y:36})
move({40, 36})
move(target.pos)
move(target)
Jumping hasn’t worked on any maps with any targets yet.
Oh, sorry about that! I will almost certainly be able to fix this tomorrow.
I have jumping working now:
self.jumpTo({"x": 152, "y": 122})
For move
, what programming language are you using?
Thanks for your quick response!
I play in python.