• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Kupper - Demo/Testing

    Discussion in 'Combat Routines' started by Ichiba, Oct 30, 2014.

    1. sorenelise

      sorenelise Member

      Joined:
      Dec 4, 2011
      Messages:
      188
      Likes Received:
      0
      Trophy Points:
      16
    2. Xotrem

      Xotrem Member

      Joined:
      May 20, 2014
      Messages:
      78
      Likes Received:
      1
      Trophy Points:
      8
      System.NullReferenceException: Object reference not set to an instance of an object.
      at Kupper.Rotations.Ninja.OnPulse() in c:\Users\X\Documents\Bots\RebornBuddy\Routines\Kupper\Rotations\Ninja.cs:line 152
      at Kupper.KupperRoutine.Pulse() in c:\Users\X\Documents\Bots\RebornBuddy\Routines\Kupper\KupperRoutine.cs:line 61
      at ff14bot.Behavior.Pulsator.Pulse(PulseFlags CurrentPulseFlags)
      at ff14bot.TreeRoot.()
       
    3. schopenhauer

      schopenhauer Member

      Joined:
      Jul 22, 2014
      Messages:
      218
      Likes Received:
      12
      Trophy Points:
      18
      Getting the same as Xotrem.
       
    4. Ichiba

      Ichiba New Member

      Joined:
      Jun 14, 2014
      Messages:
      258
      Likes Received:
      8
      Trophy Points:
      0
    5. Klacid

      Klacid Member

      Joined:
      May 29, 2014
      Messages:
      173
      Likes Received:
      2
      Trophy Points:
      18
      Something about Ninja skills not being affected by the option to "Automatically face targets when using skills" so I often get Target is not in range errors with Kupper, it seems like a game bug but is there way for us to artificially fix it?
       
      Last edited: Nov 24, 2014
    6. Ichiba

      Ichiba New Member

      Joined:
      Jun 14, 2014
      Messages:
      258
      Likes Received:
      8
      Trophy Points:
      0
      The in-game face target setting works fine with ninjutsu. Try turning the setting off and back on in the game and trying it again. Magitek messes with that setting, and maybe some other CRs do too. I might make an update to magitek later today that makes it stop doing that.
       
    7. Klacid

      Klacid Member

      Joined:
      May 29, 2014
      Messages:
      173
      Likes Received:
      2
      Trophy Points:
      18
      You were right, it worked after I toggled it, weird bug! Thanks for the help at least. I only mentioned it since I was using Kupper to get my relic weapon on Ninja and I got called out for not doing any DPS to regular mobs since I was bugged with it. Might be because I got Rogue and Ninja on the same playthrough without once logging off or reopening the client. Still am, actually, lol.
       
    8. schopenhauer

      schopenhauer Member

      Joined:
      Jul 22, 2014
      Messages:
      218
      Likes Received:
      12
      Trophy Points:
      18
      Would it be possible to work in a scripted opening rotation into the bard that uses a specific rotation and early clip once just at the beginning of the fight? Only improvement imo that could be made to the bard one, it's really great so thank you for it regardless.
       
    9. Ichiba

      Ichiba New Member

      Joined:
      Jun 14, 2014
      Messages:
      258
      Likes Received:
      8
      Trophy Points:
      0
      I'll look into it. It will be at least a couple days because of the holidays and stuff.
       
    10. schopenhauer

      schopenhauer Member

      Joined:
      Jul 22, 2014
      Messages:
      218
      Likes Received:
      12
      Trophy Points:
      18
      No rush, but if it's possible to add it would be awesome. Also if you could work in potion usage into the rotations that would be a step up as well (X-Potion of Dexterity HQ, Potent Poisoning Potion HQ). As far as the bard opening there is a good guide on it atm which I'll link, as well as just post the opening here in plain text.

      Code:
      Hawk's Eye
      Raging Strikes
      -
      Bloodletter
      Straight Shot
      -
      Blood for Blood
      Internal Release
      Windbite
      -
      X-Potion of Dexterity
      Venomous Bite
      -
      Barrage
      -
      Blunt Arrow
      -
      Heavy Shot
      Flaming Arrow
      -
      Bloodletter if not available Repelling Shot
      -
      Heavy Shot
      Potent Poisoning Potion
      -
      REAPPLY DoTs clipping @ 6 seconds
      A full duration BRD DoT ticks 6 times, by clipping it @ 6 seconds on this Opener the last 2 ticks from both dots wont tick, but they will be refreshed full duration with all the buffs still active giving you an uptime of 30 seconds with fully buffed DoTs, instead of 36 seconds where all other openers wont even have Internal Release active on their second set of DoTs
      
      After this point, the routine should just go into your awesomely made normal priority rotation.
       
      Last edited: Nov 29, 2014
    11. exaccuss

      exaccuss Active Member

      Joined:
      Nov 10, 2013
      Messages:
      1,021
      Likes Received:
      6
      Trophy Points:
      38
    12. sportin8801

      sportin8801 New Member

      Joined:
      Nov 30, 2014
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      Ichiban,

      Please refrain from trusting advice from random users on Reddit. The Dancing Edge opener is not higher potency even without another player applying the slashing debuff. It also has the benefit of debuffs lining up much better further on in the fight translating into less downtime and less clipped DoTs. Applying Dancing Edge first for a chunk of abilities that aren't affected by slashing debuff in any way (ninjutsus, DoTs) is nothing but wasted DPS and wasted debuff time. The opener you have coded already is close to optimal, minus the DoT order (DoTs should be applied in SF -> Mut order, it's an overall 10 potency increase to apply SF first, plus doing SE first allows you to snapshot both DoTs). I've adjusted my own PrioritySelector to:

      Code:
      new PrioritySelector(
      						Spell.Cast("Spinning Edge", r => !Core.Me.CurrentTarget.HasAura("Shadow Fang", true, settings.ShadowFangClip) && Core.Me.CurrentTarget.CurrentHealth >= settings.DOTLimit && Actionmanager.LastSpell.Name != "Spinning Edge"),
      						Spell.Cast("Mutilate", r => 
      							(!Core.Me.CurrentTarget.HasAura("Mutilation", true, settings.MutilateClip) && Core.Me.CurrentTarget.CurrentHealth >= settings.DOTLimit) && 
      								(
      								(Actionmanager.LastSpell.Name == "Spinning Edge" && Core.Me.ClassLevel < 4) ||
      								(Actionmanager.LastSpell.Name == "Gust Slash" && Core.Me.ClassLevel < 26) ||
      								(Actionmanager.LastSpell.Name == "Shadow Fang") ||
      								(Actionmanager.LastSpell.Name == "Aeolian Edge") ||
      								(Actionmanager.LastSpell.Name == "Dancing Edge") ||
      								(Actionmanager.LastSpell.Name == "Mutilate") ||
      								(Actionmanager.LastSpell.Name == "EmptySpell")
      								)),							
      						Spell.Cast("Dancing Edge", r => 
      							Actionmanager.LastSpell.Name == "Gust Slash" && 
      							(!Core.Me.CurrentTarget.HasAura("Dancing Edge", false, settings.DancingEdgeClip) &&	!Core.Me.CurrentTarget.HasAura("Storm's Eye", false)) && 
      							settings.UseDancingEdge),
      						Spell.Cast("Aeolian Edge", r => Actionmanager.LastSpell.Name == "Gust Slash"),
      						Spell.Cast("Shadow Fang", r => Actionmanager.LastSpell.Name == "Spinning Edge" && !Core.Me.CurrentTarget.HasAura("Shadow Fang", true, settings.ShadowFangClip) && Core.Me.CurrentTarget.CurrentHealth >= settings.DOTLimit),
      						Spell.Cast("Gust Slash", r => Actionmanager.LastSpell.Name == "Spinning Edge"),
      						Spell.Cast("Spinning Edge")
      						)
      and it works as expected.
       
      Last edited: Nov 30, 2014
    13. fakeangels3

      fakeangels3 New Member

      Joined:
      Jul 12, 2014
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      1
      Hello, your CR is really great :D

      However, sometimes when casting Mudra it would say 'cannot execute action at this time'.

      Is there a known cause of it? How should I fix it?

      Thank you
       
    14. kaihaider

      kaihaider Community Developer

      Joined:
      May 18, 2010
      Messages:
      1,325
      Likes Received:
      5
      Trophy Points:
      38
      Can you post a log of that? It's probably animation lock from either a gcd attack or a buff.
       
    15. fakeangels3

      fakeangels3 New Member

      Joined:
      Jul 12, 2014
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      1
      Hi, thank you for your help. The problem was actually user side, after I bought WTFast the problem went away :)

      Now I have a new problem though, i am now level 45, Huton available. The CR however prioritize Raiton over Huton all the time :(

      log attached
       

      Attached Files:

      • log.txt
        File size:
        20.8 KB
        Views:
        110
    16. exaccuss

      exaccuss Active Member

      Joined:
      Nov 10, 2013
      Messages:
      1,021
      Likes Received:
      6
      Trophy Points:
      38
      Is this still been worked on?
       
    17. kaihaider

      kaihaider Community Developer

      Joined:
      May 18, 2010
      Messages:
      1,325
      Likes Received:
      5
      Trophy Points:
      38
      He's probably just been a bit less active because of the holidays.
       
    18. alfahim

      alfahim New Member

      Joined:
      Dec 1, 2014
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      Hello, used this on my ninja and it was great! I would like to pugilist/monk added please. Will donate =)
       
    19. phdchristmas

      phdchristmas New Member

      Joined:
      Dec 20, 2014
      Messages:
      56
      Likes Received:
      0
      Trophy Points:
      0
      im using Kupper in conjunction with Fate Bot and it seems to idle quite often due to Line of Sight issues when playing as brd/arc
       
    20. Ichiba

      Ichiba New Member

      Joined:
      Jun 14, 2014
      Messages:
      258
      Likes Received:
      8
      Trophy Points:
      0
      Updated: Added a list to add enemies you don't want to DOT, correctly made shadowfang come before mutilate since people insist it's better, and added a list for enemies to use fuma shuriken on instead of raiton (like the t11 orb thing that resists magic).
       

    Share This Page