Signup Now
Page 10 of 18 FirstFirst ... 89101112 ... LastLast
Results 91 to 100 of 180

Thread: Spells Attacker

  1. #91
    Free User
    Join Date
    Jan 2014
    Posts
    59
    Reputation
    10
    Rep Power
    23
    Hi Leonardo.

    This is script is good i was using it to hunt Rahemos but theres something that botters me. I want to cast utito tempo and then cast exori gran ico and then remaining exori's no matter what order. I made something like this:


    local Spells = {
    {Name = "utito tempo", Hppc = 80},
    {Name = "exori gran ico", Amount = 1},
    {Name = "exori gran", Amount = 1},
    {Name = "exori min", Amount = 1},
    {Name = "exori", Amount = 1},
    }


    The reason i used Hppc in utito tempo is because i only want to cast 1 utito tempo per Rahemos. So it would cast if Rahemos has 80% or more HPPC and won't cast anymore since exori gran ico will almost hit him to yellow. Sometimes it works. Sometimes it won't cast utito tempo or it casts exori gran or gran ico before utito tempo. Do you have any idea why?

    Thank you!

  2. #92
    Moderator Leonardo's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    758
    Reputation
    77
    Rep Power
    25
    Quote Originally Posted by kbzin View Post
    Hi Leonardo.

    This is script is good i was using it to hunt Rahemos but theres something that botters me. I want to cast utito tempo and then cast exori gran ico and then remaining exori's no matter what order. I made something like this:


    local Spells = {
    {Name = "utito tempo", Hppc = 80},
    {Name = "exori gran ico", Amount = 1},
    {Name = "exori gran", Amount = 1},
    {Name = "exori min", Amount = 1},
    {Name = "exori", Amount = 1},
    }


    The reason i used Hppc in utito tempo is because i only want to cast 1 utito tempo per Rahemos. So it would cast if Rahemos has 80% or more HPPC and won't cast anymore since exori gran ico will almost hit him to yellow. Sometimes it works. Sometimes it won't cast utito tempo or it casts exori gran or gran ico before utito tempo. Do you have any idea why?

    Thank you!
    Check the lines 77 and 80 of the script, change:

    cast(Spell.Name) waitping()


    to this:

    cast(Spell.Name) wait(1000, 2000)


    It should work as you want.

  3. #93
    Free User
    Join Date
    Jan 2014
    Posts
    59
    Reputation
    10
    Rep Power
    23
    Quote Originally Posted by Leonardo View Post
    Check the lines 77 and 80 of the script, change:

    cast(Spell.Name) waitping()


    to this:

    cast(Spell.Name) wait(1000, 2000)


    It should work as you want.
    I think it's a little slower but its working. Thanks!

  4. #94
    Wind Powered brad's Avatar
    Join Date
    Nov 2013
    Location
    Brazil
    Posts
    516
    Reputation
    94
    Rep Power
    25
    Amazing hotkey. But I got one problem... When I'm running into respawn going to deposit, I change all my targeting list to attack 'only if trapped', and it cast some exori min/exori gran/exori while running hahaha Should be nice an option to cast spells only if attacking. Sorry if anyone requested it before, I didn't found.
    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. #95
    Wind Powered
    Join Date
    Dec 2013
    Location
    dvscripts.com
    Posts
    7,098
    Reputation
    433
    Rep Power
    42
    @brad there is option to don't attack if you have Targeting off, so maybe just make to switch off targeting + action if stand time +30 seconds then targeting ON ??


    local UseTargetState = false


    Use True for targeting off

  6. #96
    Wind Powered brad's Avatar
    Join Date
    Nov 2013
    Location
    Brazil
    Posts
    516
    Reputation
    94
    Rep Power
    25
    Quote Originally Posted by Dworak View Post
    @brad there is option to don't attack if you have Targeting off, so maybe just make to switch off targeting + action if stand time +30 seconds then targeting ON ??


    local UseTargetState = false


    Use True for targeting off
    I'm using it, but I prefer to cast spells only if is attacking :/
    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. #97
    Moderator Leonardo's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    758
    Reputation
    77
    Rep Power
    25
    Quote Originally Posted by brad View Post
    I'm using it, but I prefer to cast spells only if is attacking :/
    Add this after init end block.

    if $targetingtarget.id == 0 then return end

  8. #98
    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
    Add this after init end block.

    if $targetingtarget.id == 0 then return end
    Thanks, 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


  9. #99
    Free User Stephano's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    430
    Reputation
    43
    Rep Power
    24
    That problem with utito tempo that @Dworak mentioned is already solved?

  10. #100
    Wind Powered
    Join Date
    Jan 2014
    Posts
    126
    Reputation
    10
    Rep Power
    24
    Hello,

    After the last update (2.0.7) something changed, because it is casting all the time even if the cooldown is up. So I got the message "You are exhausted" all the time.

    Best regards,
    Shiba

 

 

Posting Permissions

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