Signup Now
Page 12 of 18 FirstFirst ... 21011121314 ... LastLast
Results 111 to 120 of 180

Thread: Spells Attacker

  1. #111
    Moderator Leonardo's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    758
    Reputation
    77
    Rep Power
    25
    Quote Originally Posted by brad View Post
    Hum.. But it's shooting exori ico, and if I set amout to exori hur 1, shots too.
    maroundspell("exori hur/ico") will always return 1 or 0. But never 2+.

  2. #112
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,467
    Reputation
    205
    Rep Power
    27
    Quote Originally Posted by Leonardo View Post
    Hppc = 10 will cast until the target have between 100 and 10 health percent. so it should work as that.
    @Leonardo, if hppc = 10 will cast between 100 and 10... to cast less that 10 i can use if hppc <= 10?
    Helped you? REP+

  3. #113
    Moderator Leonardo's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    758
    Reputation
    77
    Rep Power
    25
    Quote Originally Posted by borges View Post
    @Leonardo, if hppc = 10 will cast between 100 and 10... to cast less that 10 i can use if hppc <= 10?
    No it won't work. You need to put Hppc = 1.

  4. #114
    Wind Powered brad's Avatar
    Join Date
    Nov 2013
    Location
    Brazil
    Posts
    516
    Reputation
    94
    Rep Power
    25
    Quote Originally Posted by Leonardo View Post
    maroundspell("exori hur/ico") will always return 1 or 0. But never 2+.
    Hum.. So, there is no way to do what I'm needing? Without you edit the script..
    Brad - Free Cavebot Scripts
    If you have any doubts on how to use one of my scripts, go to FAQ & Doubts, add me on skype and message me there


  5. #115
    Moderator Leonardo's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    758
    Reputation
    77
    Rep Power
    25
    Quote Originally Posted by brad View Post
    Hum.. So, there is no way to do what I'm needing? Without you edit the script..
    nope ;/

    Only setting the same stuff on targeting.

  6. #116
    Wind Powered brad's Avatar
    Join Date
    Nov 2013
    Location
    Brazil
    Posts
    516
    Reputation
    94
    Rep Power
    25
    Quote Originally Posted by Leonardo View Post
    nope ;/

    Only setting the same stuff on targeting.
    Ok, thank you bro
    Brad - Free Cavebot Scripts
    If you have any doubts on how to use one of my scripts, go to FAQ & Doubts, add me on skype and message me there


  7. #117
    Free User Dani Scripts's Avatar
    Join Date
    Dec 2013
    Location
    Mexico
    Posts
    558
    Reputation
    56
    Rep Power
    25
    Quote Originally Posted by brad View Post
    Code:
    local Spells = {
            {Name = "exori gran", Amount = 4},
            {Name = "exori", Amount = 3},
            {Name = "exori min", Amount = 3},
            {Name = "exori ico", Amount = 1},
            {Name = "exori hur", Amount = 2},
            {Name = "utito tempo", Amount = 5},
    It's not casting 'exori hur' when I have 2 monsters on my screen. I did something wrong or what?
    i use this hotkeys to hur and ico ^^


    if $attacked.id ~= 0 and $attacked.isshootable and getuseroption("usespells") and maround(1, "Gozzler", "Stone Golem", "Gargoyle") >= tonumber(getuseroption("ExoriHur")) and cooldown("Exori Ico") == 0
    then
    cast("Exori Hur")

    end

    if $attacked.id ~= 0 and $attacked.isshootable and getuseroption("usespells") and maround(1, "Gozzler", "Stone Golem", "Gargoyle") >= tonumber(getuseroption("Exori Ico")) and cooldown("Exori Ico") == 0
    then
    cast("Exori Ico")

    end

  8. #118
    Free User
    Join Date
    Mar 2014
    Posts
    61
    Reputation
    10
    Rep Power
    23
    This script will shoot utito tempo before exoris? Also will it shoot exori ico/exori if there are 5 monsters too or only if 1?

  9. #119
    Free User Dani Scripts's Avatar
    Join Date
    Dec 2013
    Location
    Mexico
    Posts
    558
    Reputation
    56
    Rep Power
    25
    @Leonardo

    Is working good, thanks so much
    Last edited by Dani Scripts; 04-14-2014 at 07:59 AM.

  10. #120
    Free User pvzin's Avatar
    Join Date
    Dec 2013
    Location
    USA
    Posts
    974
    Reputation
    48
    Rep Power
    25
    Can't get this to use exori min. Should I change my targeting stance or something like that? Because the char won't turn to the creatures and face them..
    Yours,
    pvzin

 

 

Posting Permissions

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