If Can't or Stuck Go Label - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Requests (https://forums.bmega.net/forum-17.html) +--- Thread: If Can't or Stuck Go Label (/thread-21095.html) |
If Can't or Stuck Go Label - Pakito - 12-01-2019 Hello I'm making a script in which I have to enter to a TP to kill a boss, but is every 2 hours. I did the script full afk but it gets stucked in the tp, I was wondering if someone have a macro or any trick to make him: If dont enter to tp go label, etc Or if stuck 1 min skip waypoint Or If can't skip waypoint. Thanks you. If everything goes good I'll share a script for mini rosha full afk 100% RE: If Can't or Stuck Go Label - Nvp - 12-01-2019 Misc.StandTime()>=60 Cavebot.Stop() Macro.Wait(50) Cavebot.Start() ----------------------- Misc.StandTime()>=60 CaveBot.GoLabel(Label) ----------------------- This add on once idz:=CaveBot.GoLabel(ur label) When.SystemMessage(There is no way;Sorry not possible, !idz!) RE: If Can't or Stuck Go Label - Pakito - 12-02-2019 (12-01-2019, 12:52 PM)Nvp Wrote: Misc.StandTime()>=60Thanks man !! The one of ONCE worked!!!! |