Signup Now
Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: Healing

  1. #1
    Free User
    Join Date
    Oct 2014
    Posts
    164
    Reputation
    22
    Rep Power
    20

    Healing

    Basic healing is very nice.

    But how to heal paral and use healing?

    Should I spam exura vita even if hp bar is full?
    Guess it should be added option if hp less than xx & paral then use that spell, and if few hp then other spell.

    My 200 pally just died by hydra.
    Bot healed three times paral by 'exura'. Unlucky shit.

    But if I would put exura san/gran san for paral it would waste as hell...


    Another thing.
    Knight healing.

    That thing with priorities is not working as it should sometimes. Instead of keepign spamming health potion. From time to time knight is using mana potion. At low lvl versus 45+ mage = dead.

    Or should I just add for myself to all scripts healign in actions?
    Shouldn't it be easy to edit in normal healing?


    ~
    from some low lvl ek

    17:47 Using one of 30 health potions...
    17:47 Using one of 29 health potions...
    17:47 Using one of 29 health potions...
    17:47 Using one of 26 mana potions...
    17:47 Using one of 25 mana potions...
    17:47 Using one of 29 health potions...
    17:47 Using one of 29 health potions...
    17:47 Using one of 29 health potions...
    17:47 Using one of 29 health potions...
    17:47 Using one of 29 health potions...
    17:47 Using one of 29 health potions...
    17:47 Using one of 29 health potions...
    17:47 Using one of 28 health potions...
    17:47 Using one of 28 health potions...
    17:47 Using one of 25 mana potions...
    17:47 Using one of 28 health potions...
    17:47 Using one of 28 health potions...
    17:47 Using one of 28 health potions...
    17:47 Using one of 25 mana potions...
    17:47 Using one of 25 mana potions...

    And 49 knight died by 45 sorc.

    Health potion was $hppc <= 55~60
    and with lower priority manas was $mp <=40
    Last edited by Laskowski; 12-04-2014 at 06:41 PM.

  2. #2
    Free User Banantwist's Avatar
    Join Date
    Oct 2014
    Location
    Norway
    Posts
    43
    Reputation
    10
    Rep Power
    0
    Will this hotkey help you?

    --Ant Paralize
    auto(100)
    if $paralyzed then
    if $hppc < 50 then
    cast("exura vita")
    wait(200,300)
    elseif $hppc < 70 then
    cast("exura gran")
    wait(200,300)
    else
    cast("exura")
    wait(200,300)
    end
    end

  3. #3
    Free User
    Join Date
    Oct 2014
    Posts
    164
    Reputation
    22
    Rep Power
    20
    Quote Originally Posted by Banantwist View Post
    Will this hotkey help you?

    --Ant Paralize
    auto(100)
    if $paralyzed then
    if $hppc < 50 then
    cast("exura vita")
    wait(200,300)
    elseif $hppc < 70 then
    cast("exura gran")
    wait(200,300)
    else
    cast("exura")
    wait(200,300)
    end
    end

    can I put it as persistant and it will still work with normal healer?

    if yes then I will add it to pally's and mage's scripts ;p

  4. #4
    Free User Banantwist's Avatar
    Join Date
    Oct 2014
    Location
    Norway
    Posts
    43
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Laskowski View Post
    can I put it as persistant and it will still work with normal healer?

    if yes then I will add it to pally's and mage's scripts ;p
    Yes, I have it as a persistent hotkey and use normal healing. Either on a mage or a paladin

  5. #5
    Free User
    Join Date
    Oct 2014
    Posts
    164
    Reputation
    22
    Rep Power
    20
    Quote Originally Posted by Banantwist View Post
    Yes, I have it as a persistent hotkey and use normal healing. Either on a mage or a paladin
    won't you think that smart will be add some kind of utani gran hur? like when 95% or more hp? ;p

  6. #6
    Free User Banantwist's Avatar
    Join Date
    Oct 2014
    Location
    Norway
    Posts
    43
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Laskowski View Post
    won't you think that smart will be add some kind of utani gran hur? like when 95% or more hp? ;p
     --Anti Paralyze
    auto(100)
    if $paralyzed then
    if $hppc < 50 then
    cast("exura vita")
    wait(200,300)
    elseif $hppc < 80 then
    cast("exura gran")
    wait(200,300)
    else
    cast("utani gran hur")
    wait(200,300)
    end
    end


    Just edit the spells and healpercentage

  7. #7
    Helper StaR's Avatar
    Join Date
    Dec 2013
    Location
    Manchester
    Posts
    713
    Reputation
    50
    Rep Power
    22
    I used to think that way, but then think of it like this. If you get paralyzed you will use exura. However if your health is below for example your exura vita amount and you're paralyzed then it will use the exura vita over the paralyze exura. The standard healing has a higher priority than the paralyzed healing so it actually does work fine.



  8. #8
    Free User
    Join Date
    Oct 2014
    Posts
    164
    Reputation
    22
    Rep Power
    20
    Quote Originally Posted by StaR View Post
    I used to think that way, but then think of it like this. If you get paralyzed you will use exura. However if your health is below for example your exura vita amount and you're paralyzed then it will use the exura vita over the paralyze exura. The standard healing has a higher priority than the paralyzed healing so it actually does work fine.
    as I said, I met with situations when my pally died, because of healing, that normal anti paral was just 'exura'

  9. #9
    Free User Banantwist's Avatar
    Join Date
    Oct 2014
    Location
    Norway
    Posts
    43
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Laskowski View Post
    as I said, I met with situations when my pally died, because of healing, that normal anti paral was just 'exura'
    Have you tested out the hotkey I gave you? It works great for me the last time I tried it a few weeks ago

  10. #10
    Free User
    Join Date
    Oct 2014
    Posts
    164
    Reputation
    22
    Rep Power
    20
    Quote Originally Posted by Banantwist View Post
    Have you tested out the hotkey I gave you? It works great for me the last time I tried it a few weeks ago
    I felt like healing was a little bit slower than normal, but after I changed teh delay between each line to like 20,30 it was much better =]

 

 

Posting Permissions

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