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

    Please help heal with hotkey script

    Basically I am playing an OT server and the item is a healing rune. so I would like a script that will press hotkey (whatever I pick) whenever my health is below either % or exact amount (either way works) greatly appreciate any help you can give me thanks in advance

  2. #2
    Free User
    Join Date
    Apr 2015
    Posts
    3
    Reputation
    10
    Rep Power
    0
    I finally was able to create one so I will go share it on LUA scripts

  3. #3
    Helper StaR's Avatar
    Join Date
    Dec 2013
    Location
    Manchester
    Posts
    712
    Reputation
    50
    Rep Power
    23
    Try this:
    auto(100)
    if $hppc < 85 then -- % of hp to use rune
    keyevent('f3') -- hotkey which rune is on
    wait(200)
    end


    EDIT: GG me, I just seen the second post, oh well it's here if anyone else is looking!



 

 

Posting Permissions

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