Posts: 56
Threads: 27
Joined: Nov 2021
Reputation:
0
Hi,
I'm trying to make script for runemaker and soul refiller.
I need some scripts.
1)
If soul points <1 then turn on cavebot and go to label "start"
2)
If soul points > 50 then go to label "make runes"
3)
Turn off cavebot
Posts: 2,911
Threads: 481
Joined: Jul 2018
Reputation:
82
Create an action waypoint with code move('s') , so it will walk south.
Posts: 2,911
Threads: 481
Joined: Jul 2018
Reputation:
82
Hello.
If exit tp is always south and you are using move('s') then you don't need to know action's location, but You could use waypoint() to retrieve current wpt information.
waypoint() [table]
.id [number]: ID number of waypoint.
.name [string]: Wapoint label/name.
.type [string]: Waypoint type (drop, action, node, stand, etc.).
.x [number]: Waypoint X position.
.y [number]: Waypoint Y position.
.z [number]: Waypoint Z position.
Posts: 2
Threads: 1
Joined: Sep 2024
Reputation:
0
Just explain how to do. He is not left with a solution. You just answered his question.
i have 0 coding skills and im into the same problem. shud i make a new thread?