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

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

    1. Deathdisguise

      Deathdisguise Community Developer

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

      Just need to have the Agility BotBase selected! It doesn't use the selected CombatRoutines at all, so it won't matter which one you have selected. I can rewrite the Instructions portion to be more intuitive some time soon. :)
       
    2. plubot

      plubot New Member

      Joined:
      Oct 16, 2014
      Messages:
      30
      Likes Received:
      1
      Trophy Points:
      0
      Hotkey dont work
       
    3. Deathdisguise

      Deathdisguise Community Developer

      Joined:
      Mar 7, 2015
      Messages:
      678
      Likes Received:
      6
      Trophy Points:
      0
      Please provide a log.
       
      Therrion likes this.
    4. Therrion

      Therrion Member

      Joined:
      Oct 1, 2013
      Messages:
      154
      Likes Received:
      1
      Trophy Points:
      18
      I just started playing Wildstar and have been leveling with the Stalker CR. Nice work Deathguise! I don't know a lot about the game, but I'm tearing through these levels. Seems kind of dead in these forums. I just hope, the CR stays updated :)
       
    5. Deathdisguise

      Deathdisguise Community Developer

      Joined:
      Mar 7, 2015
      Messages:
      678
      Likes Received:
      6
      Trophy Points:
      0
      Glad you like it! It still has a way to go! :)

      Stalker is likely my next class to level after I finish Medic, so a wave of Stalker updates will happen then!
       
    6. Therrion

      Therrion Member

      Joined:
      Oct 1, 2013
      Messages:
      154
      Likes Received:
      1
      Trophy Points:
      18
      SWEET! :eek: Which one would you say is the most polished?
       
    7. Deathdisguise

      Deathdisguise Community Developer

      Joined:
      Mar 7, 2015
      Messages:
      678
      Likes Received:
      6
      Trophy Points:
      0
      Warrior. Medic does okay too, but isn't at an endgame capacity yet.
       
    8. Therrion

      Therrion Member

      Joined:
      Oct 1, 2013
      Messages:
      154
      Likes Received:
      1
      Trophy Points:
      18
      Do you have a link or a build you would suggest for the warrior CR?
       
    9. Deathdisguise

      Deathdisguise Community Developer

      Joined:
      Mar 7, 2015
      Messages:
      678
      Likes Received:
      6
      Trophy Points:
      0
      The effort is to make it support all builds, but currently augmented blade/quake/rampage is doing pretty well! I need to work on whirlwind soon. ;)
       
    10. lyvewyre

      lyvewyre Member

      Joined:
      Jan 3, 2013
      Messages:
      418
      Likes Received:
      12
      Trophy Points:
      18
      Hey, trialing at the moment. Is there a way can rebind the key/s? I'm just leveling but find evading a bit difficult holding down 1 the entire time.

      Also, is medic or engineer solid enough to use for leveling?
       
    11. Deathdisguise

      Deathdisguise Community Developer

      Joined:
      Mar 7, 2015
      Messages:
      678
      Likes Received:
      6
      Trophy Points:
      0
      I intend to add it in as an option in the future, for now, it's a bit of a learning curve and dexterity workout. ;)

      Medic is 'okay' until mid levels right now, engineer you'll probably max out it's potential fairly early in.

      I've been attempting to get my WB keys upgraded from 1 to 3 so I can work on community stuff without sacrificing my current bot time, it appears with the WoW bans, a lot of the support staff is drown in complaints from that side though, hahaha.
       
    12. lyvewyre

      lyvewyre Member

      Joined:
      Jan 3, 2013
      Messages:
      418
      Likes Received:
      12
      Trophy Points:
      18
      No worries, guessing it wouldn't be as simple as grabbing notepad++ and change a few numbers? All good, just thought I'd check anyway. Will have to load up AHK and just set whatever key to imitate pressing 1 in the meantime.
       
    13. Deathdisguise

      Deathdisguise Community Developer

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

      If you wish to do it manually for now, it actually would be!

      Open up Agility.cs and look at the DoWork() method.

      Code:
      // Full DPS
                  if (GetAsyncKeyState(Keys.[B]D1[/B]) != 0)
                      SpellController.Cast(RotationController.FullAttack());
      
                  // Slow DPS
                  if (GetAsyncKeyState(Keys.[B]D2[/B]) != 0)
                      SpellController.Cast(RotationController.SlowAttack());
      
                  // Stun
                  if (GetAsyncKeyState(Keys.[B]D3[/B]) != 0)
                      SpellController.Cast(RotationController.StunAttack());
      
                  // Heal
                  if (GetAsyncKeyState(Keys.[B]D4[/B]) != 0)
                      SpellController.Cast(RotationController.Heal());
      
      The enum to allow you to switch the values https://msdn.microsoft.com/en-us/library/system.windows.forms.keys(v=vs.110).aspx
       
    14. lyvewyre

      lyvewyre Member

      Joined:
      Jan 3, 2013
      Messages:
      418
      Likes Received:
      12
      Trophy Points:
      18
      Hey champ, thanks for your help with that, it made it easier rejigging so can use the mouse buttons to trigger.

      Next question, How far along are you with say Esper DPS? On the backburner? I noticed you've got all the melee's working but neither of the 'ranged' classes. Is it more of a goal to have them ready for F2P?
       
    15. Deathdisguise

      Deathdisguise Community Developer

      Joined:
      Mar 7, 2015
      Messages:
      678
      Likes Received:
      6
      Trophy Points:
      0
      Personally it's just what I play right now, that I'm appropriately able to test, there's untested code involving cast times and the like I simply haven't released for that purpose alone. :(

      I'll see what I can do about getting a basic routine for the missing DPS roles out for everyone. :)
       
    16. lyvewyre

      lyvewyre Member

      Joined:
      Jan 3, 2013
      Messages:
      418
      Likes Received:
      12
      Trophy Points:
      18
      No worries, if you can't, no sweat. I've settled on Esper DPS after trying all the classes, and the Default Routine with Combat Bot is working fine for leveling. The issue will come when it comes to group shit though, as once combat bot starts no way to turn it off besides stopping the bot. I liked Agility because I could decide when to dps and when not to (I did wish I could hook automatic interrupting in like Default has for leveling, but I understand why not to do that for grouping, so interrupts can be lined up).

      Anyway, good luck with your developing, good to see something happening. I feel like I've been spoiled with Honorbuddy and Rebornbuddy with the sheer amount of content for the bots compared to Wildbuddy. Was really wondering not long ago whether it would go the way of Winterbuddy.
       
    17. Deathdisguise

      Deathdisguise Community Developer

      Joined:
      Mar 7, 2015
      Messages:
      678
      Likes Received:
      6
      Trophy Points:
      0
      I've just pushed out an EXTREMELY simple routine for you as a basis. It will probably become inferior before even Lv10, but the ESPer.cs file is designed to be simple enough to understand/modify, and may give you a chance to tweak it and give yourself a shot, if no one submits any routine modifications before then ;)
       
    18. Lukov

      Lukov New Member

      Joined:
      Apr 3, 2015
      Messages:
      63
      Likes Received:
      2
      Trophy Points:
      0
      Here's something I wrote up for Esper in a couple of minutes. Seems to work pretty well when I tried it.

      ESPer.cs
       
      lyvewyre likes this.
    19. Deathdisguise

      Deathdisguise Community Developer

      Joined:
      Mar 7, 2015
      Messages:
      678
      Likes Received:
      6
      Trophy Points:
      0
      <3 I'll encorporate it in. :) YAY COMMUNITY! =P
       
      lyvewyre likes this.
    20. lyvewyre

      lyvewyre Member

      Joined:
      Jan 3, 2013
      Messages:
      418
      Likes Received:
      12
      Trophy Points:
      18
      Thanks guys, both legendary efforts! Have some upvotes.
       

    Share This Page