Signup Now
Results 1 to 4 of 4
  1. #1
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25

    Heal Summon with Runes

    Action to Heal Summon with Runes


    local healHPPC = 50                        -- Minimum HPPC to heal
    local Rune = 'intense healing rune' -- Rune to use

    -- DON'T CHANGE BELOW --

    auto(1000)
    foreach creature m 'us' do
    if m.hppc < healHPPC and itemcount(Rune) >= 1 then
    useoncreature(Rune, m.name)
    wait(300, 500)
    end
    end
    Last edited by Borges; 10-30-2014 at 01:21 AM.
    Helped you? REP+

  2. #2
    Free User Davi's Avatar
    Join Date
    Apr 2014
    Posts
    135
    Reputation
    30
    Rep Power
    21
    now it works fine for me good job

  3. #3
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Thanks @Davi
    Helped you? REP+

  4. #4
    Free User
    Join Date
    Dec 2013
    Posts
    34
    Reputation
    10
    Rep Power
    0
    saved my rare hunts <3

 

 

Posting Permissions

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