Signup Now
Page 3 of 3 FirstFirst 123
Results 21 to 30 of 30
  1. #21
    Free User rick_mandela's Avatar
    Join Date
    Dec 2013
    Location
    São Paulo, Brazil
    Posts
    60
    Reputation
    11
    Rep Power
    21
    Quote Originally Posted by telehelper View Post
    This makes no freaking sense to me. call me stupid if you want, this is the dumbest way to understand something. All i want to do is make exura ico when i am missing from 50-99% health and have my health potions kick in when im missing below 50%. i tried like 5 different ways with this thing and it never uses the potions. what the hell am i supposed to do?
    You need exura ico when your health is below 99% and health potion then life < 50%? To me, this is not smart, but....

    Spell healer:
    Exura Ico
    health percent below 99%

    Potion healer:
    Potion
    health percent below 50%

  2. #22
    Free User
    Join Date
    Jan 2014
    Posts
    9
    Reputation
    10
    Rep Power
    0
    dont work, i cannot heal myself :@@@@@@@@

  3. #23
    Free User Extripador's Avatar
    Join Date
    Jan 2014
    Posts
    10
    Reputation
    10
    Rep Power
    0
    how do I get him to use spell by Hotkey?

  4. #24
    Free User
    Join Date
    Dec 2013
    Posts
    16
    Reputation
    10
    Rep Power
    0
    does it work with sio as well for self heal?

  5. #25
    Free User
    Join Date
    Feb 2014
    Posts
    5
    Reputation
    10
    Rep Power
    0
    the script does not buy the potions ... he comes, says hi, and exits

  6. #26
    Free User
    Join Date
    Apr 2014
    Posts
    4
    Reputation
    10
    Rep Power
    0
    I want know how I heal my friend with exura sio".......

  7. #27
    Free User
    Join Date
    Oct 2014
    Posts
    1
    Reputation
    10
    Rep Power
    0
    ayuda no puedo

  8. #28
    Helper StaR's Avatar
    Join Date
    Dec 2013
    Location
    Manchester
    Posts
    713
    Reputation
    50
    Rep Power
    22
    Quote Originally Posted by willianjr View Post
    I want know how I heal my friend with exura sio".......
    Add this to your persistents:
    init start
    local friends = {
    {name = 'Friend1', hppc = 90},
    {name = 'Friend2', hppc = 30},
    -- you can delete or add friends by copying lines
    }
    local selfhppc = 90 -- % of your HP to mas res self (if enough people are in range), if your HP% is below will not sio friends.
    local mininrange = 2 -- Atleast how many peope has to be in range of mas res to use it (including you only if your HP% is below selfhppc)
    -- If theres no action to take it will run SPELL HEALER.
    init end








    auto(20,50)




    local inrange = 0
    local tosioname = nil




    if $hppc <= selfhppc then
    inrange = inrange + 1
    end




    foreach creature m 'pt' do
    for k, v in ipairs(friends) do
    if m.name == v.name and m.hppc <= v.hppc then
    if tosioname == nil then
    tosioname = m.name
    end
    if m.dist <=3 then
    inrange = inrange + 1
    end
    end
    end
    end




    if inrange >= mininrange then
    if getsetting('SpellHealer/Enabled') == 'yes' then
    setsetting('SpellHealer/Enabled', 'no')
    end
    if cancastspell('Mass Healing') then
    cast('exura gran mas res')
    end
    return
    end




    if tosioname ~= nil and $hppc >= selfhppc then
    if getsetting('SpellHealer/Enabled') == 'yes' then
    setsetting('SpellHealer/Enabled', 'no')
    end
    if cancastspell('Heal Friend') then
    cast('exura sio "' .. tosioname)
    end
    return
    end




    if getsetting('SpellHealer/Enabled') == 'no' then
    setsetting('SpellHealer/Enabled', 'yes')
    end

    Credits to Jakub
    Last edited by StaR; 10-11-2014 at 07:35 PM.



  9. #29
    Free User
    Join Date
    Mar 2015
    Posts
    6
    Reputation
    10
    Rep Power
    0
    good as I do to place the bot when you go way to the cave makes the magic of "Utana Vid" Why and go several times to kill me Mostros lureados and the only way around that is doing the magic entering or by going way the cave and out of the cave.

  10. #30
    Free User
    Join Date
    Jul 2014
    Posts
    10
    Reputation
    10
    Rep Power
    0
    my windBOT 10.77 on the healing flap does not appear as spells of EXURA, EXURA GRAN or EXURA VITA:??

    HELP ME

 

 

Posting Permissions

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