• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Agility

    Discussion in 'Botbases' started by Deathdisguise, May 19, 2015.

    1. xergz

      xergz Member

      Joined:
      Apr 16, 2010
      Messages:
      309
      Likes Received:
      1
      Trophy Points:
      18
      just to let you know death,i've changed the stalker rotation A LOT,
      gonna test it out later today/this week and if it works good,will post results and the modified file.
       
    2. Deathdisguise

      Deathdisguise Community Developer

      Joined:
      Mar 7, 2015
      Messages:
      678
      Likes Received:
      6
      Trophy Points:
      0
      Excellent! Thanks for your contributions. :)
       
    3. birduvprey

      birduvprey Member

      Joined:
      Jun 21, 2015
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      6
      So when running agility, do you hold down 1 for full dps? It seems it's only using relentless strikes. And once I let go it continues to swing, etc. Do I need to clear my action bar?
       
    4. Deathdisguise

      Deathdisguise Community Developer

      Joined:
      Mar 7, 2015
      Messages:
      678
      Likes Received:
      6
      Trophy Points:
      0
      Yes! Unfortunately you have to unbind your keys for now. There's likely an elegant way to solve this via code, but I'm not as versed in C# as I'd like to be to figure it out just yet. :(
       
    5. birduvprey

      birduvprey Member

      Joined:
      Jun 21, 2015
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      6
      Gotcha! I'll try that on a couple mobs here in a moment.
       
    6. xergz

      xergz Member

      Joined:
      Apr 16, 2010
      Messages:
      309
      Likes Received:
      1
      Trophy Points:
      18
      death,1 problem i'm facing is getting agility to change stance from "nano skin : Lethal" to "nano skin : Evasive",
      if i use them like this
      Code:
               if (SpellController.CanCast("Nano Skin: Evasive"))
                      return "Nano Skin: Evasive";
      then all agility does is activate the innate.

      how do i actually get it to change stances?
       
    7. Deathdisguise

      Deathdisguise Community Developer

      Joined:
      Mar 7, 2015
      Messages:
      678
      Likes Received:
      6
      Trophy Points:
      0
      I'll have to add support for it!
       
    8. birduvprey

      birduvprey Member

      Joined:
      Jun 21, 2015
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      6
    9. xergz

      xergz Member

      Joined:
      Apr 16, 2010
      Messages:
      309
      Likes Received:
      1
      Trophy Points:
      18
      What all spells do you have on your bars?

      also checking the log,there is no error there.are you sure you were pressing 1?
      cause 2 is slow dps and all that it would do is spam relentless strikes
       
      Last edited: Jun 23, 2015
    10. birduvprey

      birduvprey Member

      Joined:
      Jun 21, 2015
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      6
      I was holding 1. I had Relentless strike, Jolt, Menacing Strike, Savage Strike, Plasma Blast and Kick on the action bar. In that order.
       
    11. Deathdisguise

      Deathdisguise Community Developer

      Joined:
      Mar 7, 2015
      Messages:
      678
      Likes Received:
      6
      Trophy Points:
      0

      Ah okay! Jolt, Menacing Strike, and Plasma Blast are Support skills, which explains why they aren't being used (Agility only has the DPS role right now).

      Pressing 3 is the only way to use Kick (as it's your stun/interrupt), and Savage Strike... I may have to look into? :D

      From PMs you told me you were interested in DPS Warrior, DEFINITELY put Rampage on your bar, it's one of your highest DPS abilities at any level!

      Also, if you're able to read it, this is the Warrior routine to show you what skills are being used: https://subversion.assembla.com/svn/wildstar-agility/trunk/Classes/Warrior.cs
       
    12. birduvprey

      birduvprey Member

      Joined:
      Jun 21, 2015
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      6
      So I need the abilities on the bar for them to be activated. I gotcha. I was assuming it was like spell casting in other games, "/cast Relentless Strike".

      Makes much more sense now!!
       
    13. Deathdisguise

      Deathdisguise Community Developer

      Joined:
      Mar 7, 2015
      Messages:
      678
      Likes Received:
      6
      Trophy Points:
      0
      Indeed! Unlike WoW, you aren't able to 'cast from the spell book', so to speak, so they have to be enabled and barred! :)
       
    14. birduvprey

      birduvprey Member

      Joined:
      Jun 21, 2015
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      6
      Great. Got my action set setup correctly now. Looking at AMPs and whatnot. Starting to understand a little about the combat system.
      Only issue now is merging the questing profiles and a custom combat rotation. ;)
       
    15. xergz

      xergz Member

      Joined:
      Apr 16, 2010
      Messages:
      309
      Likes Received:
      1
      Trophy Points:
      18
      any update on the stance dance death?this is the only thing thats holding back my release of the stalker profile.
      also,i changed the 2 key from slow attack to SP generation..works awesome.
       
    16. Deathdisguise

      Deathdisguise Community Developer

      Joined:
      Mar 7, 2015
      Messages:
      678
      Likes Received:
      6
      Trophy Points:
      0
      I haven't actually started on it! Been poking away at QuestHelper stuff currently, you may have to comment around it for now. ;)
       
    17. xergz

      xergz Member

      Joined:
      Apr 16, 2010
      Messages:
      309
      Likes Received:
      1
      Trophy Points:
      18
      in that case..here's my updates stalker.cs.. its raw,and unpolished..but my dps went up from 6-7k to 11-13k :)
       

      Attached Files:

    18. Deathdisguise

      Deathdisguise Community Developer

      Joined:
      Mar 7, 2015
      Messages:
      678
      Likes Received:
      6
      Trophy Points:
      0
      There's a lot of Impales in there. :D
       
    19. Deathdisguise

      Deathdisguise Community Developer

      Joined:
      Mar 7, 2015
      Messages:
      678
      Likes Received:
      6
      Trophy Points:
      0
    20. xergz

      xergz Member

      Joined:
      Apr 16, 2010
      Messages:
      309
      Likes Received:
      1
      Trophy Points:
      18
      thats all we have to do..impale with punish+aw+ck
       

    Share This Page