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

    [Persistent] Heal With HOTKEYS

    Hello guys !

    This is my first script to the forum.
    They uses the hotkey to heal. (The bot don't need to type to heal)


    Code:
    
    
    init start
        local health = 80
    init end
    
    auto(100)
    if $hppc <= health
    then
    keyevent ('SHIFT+F7')
    
    end
    Red: Percent of life that the bot will use the hotkey.


    Blue: Hotkey that the bot will use.

  2. #2
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    @joaocasanji useless...

    You have 2 options:

    Add hotkeys in tibia client

    or

    Best Choise: Download WindAddons and enable "Fast Hotkeys".

    So this action will cast automatically without type letter by letter.
    auto(100)
    if $hppc <= 80 and cancast('exura ico') then
    cast('exura ico')
    wait(200,500)
    end
    Helped you? REP+

 

 

Posting Permissions

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