• Visit Rebornbuddy
  • AllRounder

    Discussion in 'Archives' started by xtenshisanx, Oct 30, 2013.

    1. xtenshisanx

      xtenshisanx Community Developer

      Joined:
      Dec 4, 2012
      Messages:
      212
      Likes Received:
      1
      Trophy Points:
      0
      Name = Warlord's Mark
      IsCurse = true
      CastEnd

      BossesOnly just check if the mobrarity is above normal so he doenst use this only he use other spells aswell else u arange it on top below the curse
       
    2. frozzarn

      frozzarn New Member

      Joined:
      Sep 18, 2012
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      Thanks, but it still just spams Reave and never hits anything with double strike.
       
    3. xtenshisanx

      xtenshisanx Community Developer

      Joined:
      Dec 4, 2012
      Messages:
      212
      Likes Received:
      1
      Trophy Points:
      0
      please PN me your (Complete) CFG
       
    4. SHJordan

      SHJordan Member

      Joined:
      Oct 20, 2012
      Messages:
      636
      Likes Received:
      1
      Trophy Points:
      18
      Not casting it at all =\
       
    5. SHJordan

      SHJordan Member

      Joined:
      Oct 20, 2012
      Messages:
      636
      Likes Received:
      1
      Trophy Points:
      18
      Also i've done like this:

      #AttackFields
      Name = "Viper Strike"
      MaxCount = 4
      CastEnd

      //AOE/Defense AOE
      Name = "Reave"
      MinManaPercent = 20
      Mobsarround_Distance = 20
      Mobsarround_Count = 3
      Mobsarround_Target = 0
      CheckForMobsarround = true
      CastEnd

      but it only cast viper strike
       
    6. SHJordan

      SHJordan Member

      Joined:
      Oct 20, 2012
      Messages:
      636
      Likes Received:
      1
      Trophy Points:
      18
      any way to cast it only on mobs without shield?
       
    7. xtenshisanx

      xtenshisanx Community Developer

      Joined:
      Dec 4, 2012
      Messages:
      212
      Likes Received:
      1
      Trophy Points:
      0
      MaxCount is for Mobs/Traps

      not right now

      i will add both ideas that you want to my TODO list. thanks for advice
       
    8. SHJordan

      SHJordan Member

      Joined:
      Oct 20, 2012
      Messages:
      636
      Likes Received:
      1
      Trophy Points:
      18
      What if i want it to use the VS only four times in a mob? Possible?
       
    9. xtenshisanx

      xtenshisanx Community Developer

      Joined:
      Dec 4, 2012
      Messages:
      212
      Likes Received:
      1
      Trophy Points:
      0
      Not right now will upload a new version later with that feature
       
    10. SHJordan

      SHJordan Member

      Joined:
      Oct 20, 2012
      Messages:
      636
      Likes Received:
      1
      Trophy Points:
      18
      Using this setup for now.

      Name = Warlord's Mark
      MinManaPercent = 60
      Mobsarround_Distance = 20
      Mobsarround_Count = 3
      Mobsarround_Target = 1
      CheckForMobsarround = true
      IsCurse = true
      CastEnd

      Name = "Reave"
      MinManaPercent = 20
      Mobsarround_Distance = 20
      Mobsarround_Count = 1
      Mobsarround_Target = 0
      CheckForMobsarround = true
      CastEnd

      Name = "Viper Strike"
      Mobsarround_Distance = 20
      Mobsarround_Count = 0
      Mobsarround_Target = 1
      CheckForMobsarround = true
      CastEnd

      Name = Default Attack
      CastEnd

      Waiting for the max attack count release... btw, it need to be in THIS order otherwise it would not cast WM EVER.
       
    11. SHJordan

      SHJordan Member

      Joined:
      Oct 20, 2012
      Messages:
      636
      Likes Received:
      1
      Trophy Points:
      18
      also you need to use pots intermitently...

      eg:

      my setup =

      2 health
      1 QS flask
      2 mana

      dont use mana pot 1 til it end up... use it ONCE then the other and then rince and repeat... this way it doesnt become as mana starve as it was. i set up mana use on 30% as it seems to work better with current logic.
       
    12. SHJordan

      SHJordan Member

      Joined:
      Oct 20, 2012
      Messages:
      636
      Likes Received:
      1
      Trophy Points:
      18
      I think it doesnt use magic mana pots xD

      Not using EVER Avenger's Great Mana Flask
       
    13. thunder

      thunder Member Legendary

      Joined:
      Jul 8, 2012
      Messages:
      143
      Likes Received:
      2
      Trophy Points:
      18
      Can we make it to check the availability of all skills on the list at the same time, and set a priority number for skills to decide which one to be used first.
       
    14. bordot

      bordot New Member

      Joined:
      Oct 5, 2012
      Messages:
      36
      Likes Received:
      0
      Trophy Points:
      0
      Same here, I've been having problems getting it to work properly together. Any help would be appreciated :)
       
    15. xtenshisanx

      xtenshisanx Community Developer

      Joined:
      Dec 4, 2012
      Messages:
      212
      Likes Received:
      1
      Trophy Points:
      0
      Code:
      Name = Ground Slam
      Mobsarround_Distance = 15
      Mobsarround_Count = 2
      Mobsarround_Target = 0
      CheckForMobsarround = True
      CastEnd
      
      Name = Heavy Strike
      CastEnd
      
      impossible if it doesnt check it realtime you where still casting Raise Zombie even u have your maxcount because there is no recheck
       
    16. Dexoam

      Dexoam New Member

      Joined:
      Mar 13, 2013
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      1
       
    17. xtenshisanx

      xtenshisanx Community Developer

      Joined:
      Dec 4, 2012
      Messages:
      212
      Likes Received:
      1
      Trophy Points:
      0
       
    18. frozzarn

      frozzarn New Member

      Joined:
      Sep 18, 2012
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
    19. xtenshisanx

      xtenshisanx Community Developer

      Joined:
      Dec 4, 2012
      Messages:
      212
      Likes Received:
      1
      Trophy Points:
      0
      Try to use the new update.

      New Update arrived
      Changelog:
      Code:
      Complete recreate of the Routine.
      [I]Now its more stable and faster then before ive got right now no Frameskips[/I]
      added Feature [B]IsRanged[/B] [I]this is to check for Proximity Shield (Nemesis League)[/I]
      added Feature [B]OnlyMobWithoutShield[/B] [I]This is to use attacks only when the enemy shield is down[/I]
      added Feature [B]MaxCount[/B] for Attack Skills [I]This is to use a skill just X times then ignore it for the active enemy[/I]
      
       
    20. deathstar

      deathstar New Member

      Joined:
      Dec 16, 2012
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      0
      Just downloaded.

      For some reason it's spamming the first skill.

      My settings :
       

    Share This Page