Signup Now
Results 1 to 2 of 2
  1. #1
    Free User magitom's Avatar
    Join Date
    Feb 2016
    Posts
    8
    Reputation
    4
    Rep Power
    0

    Auto Follow after kill

    Hello i need a scrypt to automatically follow my Leader in Navi When i will kill or atack someone . because when i want to chase someone my character stay. I know i need to give follow in option but when i do it my character chasing him and I do not have influence on what then will ..
    I want that every time itself follow my leader from NAVI
    Thanks for help!!

  2. #2
    Free User jacek's Avatar
    Join Date
    Jun 2014
    Posts
    379
    Reputation
    22
    Rep Power
    20
    maybe try like this, without navi, make it persistent

    Code:
    auto(200)
    if maround() == 0 then
    reachcreature('nickurleader')
    end
    change in cavebot on settings fire avoidance 0 to 0, poison and energy same, and it will work smooth, u need to rope, go ladders and stairs by manual hope i helped, its just for monster, but u can do it also for players just use paround(), u can try something like

    Code:
    auto(200)
    if targetingtarget.id == 0 then
    reachcreature('nickurleader')
    end
    it will follow if char dont have any target
    Last edited by jacek; 03-27-2016 at 10:17 PM.

 

 

Posting Permissions

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