Signup Now
Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Hold Target

  1. #1
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28

    Hold Target

    Hold Target


    Description

    Keeps attacking the same person until you manually change.


    Code

    -- local SCRIPT_VERSION = '1.0.0'

    auto(100)

    if $target.id ~= 0 and $target.id ~= $attacked.id then
    attack($target.id)
    waitping()
    end

    Git
    Last edited by Raphael; 08-17-2014 at 04:22 PM.

  2. #2
    Free User stmaster's Avatar
    Join Date
    Dec 2013
    Location
    Mexico
    Posts
    222
    Reputation
    24
    Rep Power
    21
    honestly this works great xD

  3. #3
    Free User
    Join Date
    Feb 2014
    Posts
    52
    Reputation
    9
    Rep Power
    0
    Is it possible to make it stop attack the last person when I click ESC? cus sometimes i dont want to change target, just to not attack anything. For example when I am waiting for pz to disapear..

  4. #4
    Wind Powered
    Join Date
    Dec 2013
    Location
    dvscripts.com
    Posts
    7,105
    Reputation
    433
    Rep Power
    39
    Quote Originally Posted by Sahar View Post
    Is it possible to make it stop attack the last person when I click ESC? cus sometimes i dont want to change target, just to not attack anything. For example when I am waiting for pz to disapear..
    Then just switch off hotkey and turn on him again?
    Regards

  5. #5
    Free User
    Join Date
    Feb 2014
    Posts
    52
    Reputation
    9
    Rep Power
    0
    In war it's hard.. i have many tings to do and i cant go to the bot and do that sometimes..

  6. #6
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    Quote Originally Posted by Sahar View Post
    Is it possible to make it stop attack the last person when I click ESC? cus sometimes i dont want to change target, just to not attack anything. For example when I am waiting for pz to disapear..
    Yes, make it a Hotkey (not persistent) and assign it the ESC key.

  7. #7
    Free User
    Join Date
    Feb 2014
    Posts
    52
    Reputation
    9
    Rep Power
    0
    Quote Originally Posted by Raphael View Post
    Yes, make it a Hotkey (not persistent) and assign it the ESC key.
    It works with any key except to ESC. Damn :/

    I mean, in any hotkey you can't use the ESC key to enable it. idk if it's bug or what..

  8. #8
    Free User
    Join Date
    Feb 2014
    Posts
    8
    Reputation
    10
    Rep Power
    0
    using this Hotkey script.... and for some reason it started bugging out on me...

    it kept "right clicking" as if you were to open a body without using cntrl plus left click... (my mouse)

  9. #9
    Free User Multimeter's Avatar
    Join Date
    Aug 2014
    Posts
    64
    Reputation
    11
    Rep Power
    20
    there is a problem with this if player go to pz and go out again you can;t attack him

  10. #10
    Free User
    Join Date
    Mar 2015
    Posts
    11
    Reputation
    10
    Rep Power
    0
    Tyx@!

 

 

Posting Permissions

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