Ongelovige 0 Posted July 4, 2018 Hi all, Kinda new to scripting and all, but I am starting to get the hang of it! Now I have a question about getWalking(). My character starts in Lumbridge and I want it to go to Al Kharid (using a simple: getWalking().walk(Alkharid.getRandomtile());), but it won't uses the gate it just walks all the way around uses the gap in the fence north. Is there any way to make the script use the gate? Thanks in advance!
Ongelovige 0 Author Posted July 4, 2018 1 hour ago, Man16 said: You have to handle the gate urself What?
Neffarion 486 Featured Comment Posted July 4, 2018 42 minutes ago, Ongelovige said: What? Instead of walking to alkharid directly, walk to the gate, do all the interactions to get through and after that, you walk to alkharid
Bell 9 Posted October 15, 2018 You need to use the closest argument to see if the client sees the gate and if it does open the gate, get the tile that's one front and be hide gate. Then once through the gate get the title of where you wanna go and let the Web handle everything else. It's a child you.need to tell it what to do or it will cry.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.