Everyone who has never used our Bots before, can test each one for 2 days without any limitation.
The trial is given automatically when you login on the Bot, but in some cases it wouldn't work (security reasons).
If this happens, send me a private message and i will be checking the failed trials manually and adding it for those who didn't get it.
We are looking for resellers who may accept payment methods different from ours, including classictibia's cash, realesta's cash, mastercores' cash, etc. Interested? Click here at anytime.



Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SOULPOINTS REFILLER
#1
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
Reply

#2
Hello.

You already did it by just placing your request here. I recommend you to learn LUA, because you are very close.
1.
if soul() < 1 then
    gotolabel('start')
    setsettings('Cavebot/Enabled', true)
end
2.
if soul() > 50 then
    gotolabel('make runes')
end
3.
setsettings('Cavebot/Enabled', false)
Reply

#3
@Arkilys


I'm making runes on trainers, and as u know everytime its another sqm.
Exit tp is always on south.

How to do in cavebot?
Just to move 1 sqm south to exit trainers?
Reply

#4
Create an action waypoint with code move('s') , so it will walk south.
Reply

#5
|Only Registered members can see download links. | Click here to buy subscription or here to register.


whand what about x,y,z for this waypoint?  because action its also waypoint

Can u check it?
It doesnt work so smooth for me.
Reply

#6
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.
Reply

#7
|Only Registered members can see download links. | Click here to buy subscription or here to register.
Reply

#8
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?
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016