Signup Now
Results 1 to 4 of 4
  1. #1
    Free User Davi's Avatar
    Join Date
    Apr 2014
    Posts
    135
    Reputation
    30
    Rep Power
    21

    ih/uh on own summon

    Hello, I need a script that use uh/ih whatever on my summon when he has less than x% hp (I'm using to train on summoned monk) I already found one with mas res, but I need a 36lvl for it...

    any1?

  2. #2
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Quote Originally Posted by Davi View Post
    Hello, I need a script that use uh/ih whatever on my summon when he has less than x% hp (I'm using to train on summoned monk) I already found one with mas res, but I need a 36lvl for it...

    any1?

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

    -- DON'T CHANGE BELOW --

    auto(100)
    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-29-2014 at 11:49 PM.
    Helped you? REP+

  3. #3
    Free User Davi's Avatar
    Join Date
    Apr 2014
    Posts
    135
    Reputation
    30
    Rep Power
    21
    Doesnt work :/

  4. #4
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Quote Originally Posted by Davi View Post
    Doesnt work :/
    I have edited the action, try again, should work right now.
    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
  •