• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [MoP] Demonology Warlock (Singular Revised)

    Discussion in 'Archives' started by Smarter, Oct 22, 2012.

    1. thatwouldbestealing

      thatwouldbestealing Member

      Joined:
      Oct 22, 2012
      Messages:
      510
      Likes Received:
      11
      Trophy Points:
      18
      Hi,

      Question: can someone tell me how to amend the .cs file to the effect of summoning a pet immediately if Demonic Rebirth aura is active ?

      Code:
      Summon pet IF !StyxWoW.Me.HasAura("Demonic Rebirth")
      In a little more detail, my interest is currently survivability whilst questing/grinding through Northrend (71-78). That said, I've had a go at editing the CC myself, adding the code below. Any tips on the above or making the CC a little more survivable would be greatly appreciated. My character is decked out in mostly Heirloom gear, but struggling on a few grinding areas and I want to get to a point where I don't need to monitor so much if I switch from Quests to Grinding.

      Code:
      Spell.BuffSelf("Unending Resolve", ret => StyxWoW.Me.HealthPercent < 25),
      Spell.BuffSelf("Harvest Life", ret => StyxWoW.Me.HealthPercent < 50),
      Cheers!
       
    2. yl4nd4y69

      yl4nd4y69 New Member

      Joined:
      Jan 19, 2012
      Messages:
      48
      Likes Received:
      0
      Trophy Points:
      0
      hi thx alot for this profile im loving it so far, my question: is there any command i can use in a macro to force a spellcast when i like?
       
    3. fuzzy212

      fuzzy212 New Member

      Joined:
      May 12, 2012
      Messages:
      114
      Likes Received:
      0
      Trophy Points:
      0

      ok i gave it a shot at helping you out im not where i can test it to make sure im right
      with that said if i am right just copy the code i posted and put it in normal rotation
      might be best to put it just before the CC goes into meta .





      Code:
      new Decorator(ret => StyxWoW.Me.HealthPercent < 25,
                                    Spell.Cast("Unending Resolve")),
                              
      
      new Decorator(ret => StyxWoW.Me.HealthPercent < 50,
                                    Spell.Cast("Harvest Life")),
      
      
       
    4. HansWurst

      HansWurst New Member

      Joined:
      Feb 12, 2012
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      The problem with the endlessly healthstone casts seems to be a language problem.
      When I use my german client, I have this problem too, but after I changed the language to english, everything worked fine.
       
    5. phpcn

      phpcn New Member

      Joined:
      Feb 27, 2012
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      0
      Modify line 22 of Common.cs 'heathstone' too your local language. then it will work
       
    6. Smarter

      Smarter Member

      Joined:
      Jan 15, 2010
      Messages:
      763
      Likes Received:
      9
      Trophy Points:
      18
      11/4/2012 - 1:40PM - Complete Re-Write in preparation for other specializations.

      - Removed Meta Usage temporarily.

      Major DPS improvement again, ensure Threatening Presence is OFF for Dungeons and ON for Questing.
       
      Last edited: Nov 4, 2012
    7. Smarter

      Smarter Member

      Joined:
      Jan 15, 2010
      Messages:
      763
      Likes Received:
      9
      Trophy Points:
      18
      Quick Update, Removed Demonic Leap
       
    8. Smarter

      Smarter Member

      Joined:
      Jan 15, 2010
      Messages:
      763
      Likes Received:
      9
      Trophy Points:
      18
      Re-Integrated PvP to the revised edition. :-D (Top 5-10 in Damage from personal tests, in DG gear!)
       
    9. Thaatguy

      Thaatguy New Member

      Joined:
      Sep 1, 2010
      Messages:
      63
      Likes Received:
      1
      Trophy Points:
      0
      I was having issues with .510.. pretty sure it messed some things up. Just fyi, pretty sure this is the right log



      edit: I reinstalled the profile and it worked fine. Had to unglyph hand of gul'dan, but that is perfectly fine.
      Edit*: After testing, I believe it runs smoothly besides metamorphosis.- if you click over to it manually it spams corruption.
       

      Attached Files:

      Last edited: Nov 4, 2012
    10. xaooax

      xaooax Member

      Joined:
      Sep 10, 2012
      Messages:
      45
      Likes Received:
      0
      Trophy Points:
      6
      For some reason, it never uses hand of gul'dan.
       
    11. xfly01

      xfly01 New Member

      Joined:
      Sep 14, 2010
      Messages:
      96
      Likes Received:
      1
      Trophy Points:
      0
      Smarter, great job on this so far. Is affliction for raiding/PVP something you are considering doing? If so that would be awesome!
       
    12. Smarter

      Smarter Member

      Joined:
      Jan 15, 2010
      Messages:
      763
      Likes Received:
      9
      Trophy Points:
      18
      11/05/2012 - 3:48PM - HoG Fix, PvP Improvement, other improvements.
       
    13. xfly01

      xfly01 New Member

      Joined:
      Sep 14, 2010
      Messages:
      96
      Likes Received:
      1
      Trophy Points:
      0

      Holy shit the newest version of this is amazing in PVE, i havent tested in pvp but WOW dude great job!
       
    14. xaooax

      xaooax Member

      Joined:
      Sep 10, 2012
      Messages:
      45
      Likes Received:
      0
      Trophy Points:
      6
      I might be doing this wrong, I'm using combat bot and it still wont cast demon form or HoG
       

      Attached Files:

    15. Smarter

      Smarter Member

      Joined:
      Jan 15, 2010
      Messages:
      763
      Likes Received:
      9
      Trophy Points:
      18
      Hah, thanks.

      Download latest version, Meta has been disabled till an issue can be resolved. HoG works fine now.
       
    16. vitaminwow

      vitaminwow New Member

      Joined:
      Mar 22, 2011
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      consistently uses the Create Healthstone, often
       
    17. Smarter

      Smarter Member

      Joined:
      Jan 15, 2010
      Messages:
      763
      Likes Received:
      9
      Trophy Points:
      18
      I have updated this to the SpellID of Healthstone so non-english clients won't have this issue, watch for next release.
       
    18. memphis321

      memphis321 New Member

      Joined:
      Feb 18, 2012
      Messages:
      263
      Likes Received:
      0
      Trophy Points:
      0
      1 second after every dismount the pet is not available

      in this time it cast call pet and brake the cast after 1 second when the pet comes... can u fix it please?

      i hope u understand, my english is not so good
       
    19. Smarter

      Smarter Member

      Joined:
      Jan 15, 2010
      Messages:
      763
      Likes Received:
      9
      Trophy Points:
      18
      No, I cannot. It isn't an issue really either way, it only does it for a second. This is due to a non-instant update of the Pet's State, nothing I can do to fix it if I wanted to.
       
    20. memphis321

      memphis321 New Member

      Joined:
      Feb 18, 2012
      Messages:
      263
      Likes Received:
      0
      Trophy Points:
      0
      Ok, thank u and no problem :)
       

    Share This Page