• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • FelMaster - static PVE destruction CC based on SimCraft's script

    Discussion in 'Archives' started by cowdude, Jul 5, 2011.

    1. hbkx1

      hbkx1 Member

      Joined:
      Dec 30, 2010
      Messages:
      318
      Likes Received:
      1
      Trophy Points:
      18
      Amazing just amazing.....355 gear in demon spec i was doing 22k dps on dummy lawls <3 cowdude
       
    2. cowdude

      cowdude Active Member

      Joined:
      Feb 17, 2010
      Messages:
      337
      Likes Received:
      27
      Trophy Points:
      28
      Good point, adding it. Thanks for the idea.
       
    3. jamjar0207

      jamjar0207 New Member

      Joined:
      Feb 4, 2010
      Messages:
      80
      Likes Received:
      0
      Trophy Points:
      0
      Not sure if this will be any use to you but as i raid i added a check to summon doomguard only if we have the buff heroism , time warp or ancient hysteria and also to use item volcanic potion when we have heroism , time warp or ancient hysteria.
       
    4. amputations

      amputations Active Member

      Joined:
      Jan 6, 2011
      Messages:
      2,262
      Likes Received:
      11
      Trophy Points:
      38
      jamjar how did you do to add that potion-usage? I want to use it with my dk and warrior-cc's too, if you could tell me how to edit it in myself I would be happy :)
       
    5. ossirian

      ossirian New Member

      Joined:
      May 5, 2011
      Messages:
      241
      Likes Received:
      5
      Trophy Points:
      0
      I'd second that, trinket usage in dps cc's would be a nice addition.
       
    6. cowdude

      cowdude Active Member

      Joined:
      Feb 17, 2010
      Messages:
      337
      Likes Received:
      27
      Trophy Points:
      28
      Doomguard is not affected by haste nor heroism buff, afaik.

      Anyway, it should also check for an +INT buff on self before popping chalice/meta/etc, like power torrent, cloak proc, volcano card proc, etc. Feel free to provide it :)


      I'm adding some moving/facing conditions to make this CC runnable on any kind of bots. Also added a CastConicSpell that will take care of the range and player facing conditions (shadowflame spell). Stay tuned...
       
    7. jamjar0207

      jamjar0207 New Member

      Joined:
      Feb 4, 2010
      Messages:
      80
      Likes Received:
      0
      Trophy Points:
      0
      i have added both to the demonolgy and the affliction but i'm not going to post the example code unless Cowdude gives me permission.
       
    8. cowdude

      cowdude Active Member

      Joined:
      Feb 17, 2010
      Messages:
      337
      Likes Received:
      27
      Trophy Points:
      28
      SC.RunMacroText("/use Volcanic Potion", a => SC.PlayerHasBuff("Heroism") || SC.PlayerHasBuff("Bloodlust"), "Potion under heroism buff")

      (not tested)

      Edit: Woops, sorry jam... don't freaking ask for my 'permission' when I keep telling people to provide some user content... c'mon :)
       
    9. amputations

      amputations Active Member

      Joined:
      Jan 6, 2011
      Messages:
      2,262
      Likes Received:
      11
      Trophy Points:
      38
      Woot cowdude you make me wanna roll a lock now, Im horde which race would be the most awesomest?
       
    10. amputations

      amputations Active Member

      Joined:
      Jan 6, 2011
      Messages:
      2,262
      Likes Received:
      11
      Trophy Points:
      38
      thanks alot cowdude! thats cool. should I just put that at the end of all this to make it work?

       
    11. jamjar0207

      jamjar0207 New Member

      Joined:
      Feb 4, 2010
      Messages:
      80
      Likes Received:
      0
      Trophy Points:
      0
      I don't summon doomguard then for the buff but for it coinciding with a burn phase
       
    12. cowdude

      cowdude Active Member

      Joined:
      Feb 17, 2010
      Messages:
      337
      Likes Received:
      27
      Trophy Points:
      28
      First thing: instead of "SimCraftBase.HowManyMobsNearby...", use this:
      Edit: sorry, wrong code... That one would do it:
      I'll add a short guide about how to create your own class talent rotation... Now, if you're smart enough to figure it out, try this:
      1. copy/paste one of my warlock rotation (Classes/Warlock/whatever) into something like (Classes/DeathKnight/whateverYouWant.cs)
      2. remove the warlock's rotations from your new file. Same for the warlock buff rotation.
      3. add your brand new DK combat and buff rotations in PvE and Solo blocks, or even PvP if you wish to.
      4. Replace the keyword 'Warlock' everywhere you see it with 'DeathKnight'.
      5. Change your rotation's 'Name' and 'KeySpell'.
      6. Restart the bot, press start, and you should see the death knight's rotation in the list. Pick it up, start the bot again and try it.
       
      Last edited: Aug 21, 2011
    13. cowdude

      cowdude Active Member

      Joined:
      Feb 17, 2010
      Messages:
      337
      Likes Received:
      27
      Trophy Points:
      28
      Updated 8/22/2011
      Removed SC.UseItem
      Added SC.UseTrinket
      Added SC.Trinkets (list of equipped trinkets id's)
      Now supports moving, facing, LoS and pull on demand if you enable it on the class settings popup, allowing you to run it on any kind of HB botbases.
      Added SC.CastConicSpell (shadowflame, cone of cold, etc.). It will take care of distance & target facing delta checks.
      Added Min/Max combat range for any rotation. Default 1y and 40y (caster)
      Warlock: The demonology 'pet swap' rotation will now check distance to target before casting shadowflame and immolation aura

      I've also included the visual c# 2010 express project files, so you'll feel a bit more comfortable when editing/adding rotations to the CC.
       
      Last edited: Aug 21, 2011
    14. cowdude

      cowdude Active Member

      Joined:
      Feb 17, 2010
      Messages:
      337
      Likes Received:
      27
      Trophy Points:
      28
      I just added a howto guide to handle your own talent branch here: Clickie
       
    15. HB1790A71

      HB1790A71 New Member

      Joined:
      May 16, 2011
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      Combat is great!, but got a problem.
      1 Character mounts and begins to fly
      2 Pet despawns and bot thinks pet is gone
      3 Bot stops and tries to summon new pet but can't because mounted
      Stuck
       
    16. TricksAnthem

      TricksAnthem New Member

      Joined:
      Jan 28, 2011
      Messages:
      93
      Likes Received:
      0
      Trophy Points:
      0
      does this support all 3 specs?
       
    17. hbkx1

      hbkx1 Member

      Joined:
      Dec 30, 2010
      Messages:
      318
      Likes Received:
      1
      Trophy Points:
      18
      yeeeeeeesssssssssss
       
    18. TricksAnthem

      TricksAnthem New Member

      Joined:
      Jan 28, 2011
      Messages:
      93
      Likes Received:
      0
      Trophy Points:
      0
      2 words: BAD ASS
       
    19. trialer

      trialer New Member

      Joined:
      Feb 12, 2011
      Messages:
      12
      Likes Received:
      1
      Trophy Points:
      0
      How do I enable pvp? I'm in demo spec and not looking for anything spectacular, but even just a pve rotation in pvp would be more then the other Warlock CCs could push out.
       
    20. fragler

      fragler Member

      Joined:
      Sep 12, 2010
      Messages:
      218
      Likes Received:
      2
      Trophy Points:
      18
      this a destro cc only?
       

    Share This Page