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
Fishing
#1
Hello guys,

Could someone make a script?

fishing + when he doesn't have a cap, he will go to house and put fish on x sqm + back to fishing? 
Reply

#2
Hello.

Create a waypoint with name/label "GO_HOUSE" that will reach your house then Drop waypoint to drop fish. After that, make any waypoint to reach fishing spot again and use second script to enable fishing.

1st Script
This script will while you have 5.2 cap or more. If you have less than that then it will go to "GO_HOUSE" wpt.
while cap() >= 5.2 do
     wait(1000, 3000)
end
setsettings('Tools/Auto Fishing/Enabled', false)
gotolabel('GO_HOUSE')

2nd Script
This script will simply enable Auto Fishing.
setsettings('Tools/Auto Fishing/Enabled', true)

So your waypoints may look like
000 Action (1st script)
001 Stand (label: GO_HOUSE)
002 Drop (drop fish)
003 Stand (reach fishing spot)
004 Action (2nd script to enable fishing)
Reply

#3
Thanks you <3
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016