Signup Now
Results 1 to 5 of 5

Thread: Targeting Setup

  1. #1
    Free User Dani Scripts's Avatar
    Join Date
    Dec 2013
    Location
    Mexico
    Posts
    558
    Reputation
    56
    Rep Power
    22

    Targeting Setup

    is there an option to stop follow creatures if they are x sqms away? , for example i'm hunting young sea serpents and i'm low lvl with my ek, so i can't reach them cause they run too fast XD so i want to stop targetting young sea if is x sqms away XD, also i've another doubt, how i avoid waves with reach stance? , cause i select avoid waives and my char don't avoid anything XD
    Last edited by Dani Scripts; 03-31-2014 at 04:13 AM.

  2. #2
    Moderator BUgWT's Avatar
    Join Date
    Dec 2013
    Location
    www.bugwt.com
    Posts
    546
    Reputation
    72
    Rep Power
    22
    auto(100)
    if $attacked.dist > 5 then
    stopattack()
    end


    To avoid wave, use stance: approach


    LATEST SCRIPTS SKYPE
    Got a Question? Add me on Skype!
    bugwt.support

    This image is hosted on a possibly dangerous website (http://mystatus.skype.com/smallclassic/bugwt.support). Please consider reuploading it on Imgur.com.


  3. #3
    Free User Dani Scripts's Avatar
    Join Date
    Dec 2013
    Location
    Mexico
    Posts
    558
    Reputation
    56
    Rep Power
    22
    Quote Originally Posted by BUgWT View Post
    auto(100)
    if $attacked.dist > 5 then
    stopattack()
    end


    To avoid wave, use stance: approach
    thank you so much bug, i really appreciatte a lot ur help, i've learnt soo much thanks to u = )

  4. #4
    Free User Dani Scripts's Avatar
    Join Date
    Dec 2013
    Location
    Mexico
    Posts
    558
    Reputation
    56
    Rep Power
    22
    @BUgWT

    The action stop atk but my bot still follow the creature cause it wants to target it again <.< , can't avoid that?

  5. #5
    Free User Dani Scripts's Avatar
    Join Date
    Dec 2013
    Location
    Mexico
    Posts
    558
    Reputation
    56
    Rep Power
    22
    maybe if i say that what i want is to ignore the monster and continue with my waypoints? what hotkey should i use? help pls

 

 

Posting Permissions

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