Signup Now
Results 1 to 2 of 2
  1. #1
    Free User
    Join Date
    Apr 2015
    Posts
    2
    Reputation
    10
    Rep Power
    0

    Red face Snad if no monsters around

    Hello can somebody help me with hotkey that stops cavebot for ~3 second if there are not monsters around and my mana is under 80%

  2. #2
    Free User xinxs's Avatar
    Join Date
    Sep 2014
    Posts
    50
    Reputation
    18
    Rep Power
    20
    PHP Code:
    auto(1000)

    if 
    maround() ==and $mppc 80 then
    pausewalking
    ()
    setsetting('Cavebot/Enabled''no')
    wait (3000,4000)
    setsetting('Cavebot/Enabled''yes')
    end 
    Last edited by xinxs; 06-14-2015 at 04:34 AM.

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •