• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • lazylock affliction version

    Discussion in 'Archives' started by sscgod, Mar 19, 2011.

    1. buck0

      buck0 New Member

      Joined:
      Feb 9, 2011
      Messages:
      125
      Likes Received:
      0
      Trophy Points:
      0
      hey, has this been updated recently?
       
    2. sscgod

      sscgod New Member

      Joined:
      Jan 15, 2010
      Messages:
      116
      Likes Received:
      0
      Trophy Points:
      0
      ive updated the affliction version try it out tell me how it goes
       
    3. Impala

      Impala Member

      Joined:
      Feb 19, 2011
      Messages:
      363
      Likes Received:
      0
      Trophy Points:
      16
      just so you don't stop production on this. I use the affliction version and its really good. I really hope you keep updating it.
       
    4. froggystyle

      froggystyle New Member

      Joined:
      Jan 8, 2011
      Messages:
      305
      Likes Received:
      0
      Trophy Points:
      0
      Working great :)
       
    5. P_0_T

      P_0_T Member

      Joined:
      Jul 25, 2010
      Messages:
      30
      Likes Received:
      1
      Trophy Points:
      8
      demonology version doesn't attack anything. It works nicely if you agro the mob manually though.
       
    6. Necro

      Necro Member

      Joined:
      Jun 9, 2010
      Messages:
      136
      Likes Received:
      1
      Trophy Points:
      18
      Affliction version still works fine.

      How do I make it so that it only casts Soul Harvest when I have less than 3 soul stones?
       
    7. sscgod

      sscgod New Member

      Joined:
      Jan 15, 2010
      Messages:
      116
      Likes Received:
      0
      Trophy Points:
      0
      my warlock's gear still sux and my dps quite low and i dont know how to improve this so any suggestions?
       
    8. imdasandman

      imdasandman Active Member

      Joined:
      Feb 2, 2011
      Messages:
      1,207
      Likes Received:
      6
      Trophy Points:
      38
      orig code: line 92:
      Code:
      if (Me.CurrentSoulShards < 3 || Me.ManaPercent < 100 || Me.HealthPercent < 100)
      change to :
      Code:
      if (Me.CurrentSoulShards < 2 || Me.ManaPercent < 80 || Me.HealthPercent < 80)
      that change won;t make you use soul harv or life tap to get back to 100% hp/mana values

      and

      orig code: line starting at 105
      Code:
      while (Me.ManaPercent < 100 && Me.HealthPercent > 20 && SpellManager.CanCast(Soulharvest))
                      {
                          CastSpell(Lifetap);
                      }
      
                      if (Me.CurrentSoulShards < 3 || Me.HealthPercent < 100)
      change to:
      Code:
      while (Me.ManaPercent < 80 && Me.HealthPercent > 20 && SpellManager.CanCast(Soulharvest))
                      {
                          CastSpell(Lifetap);
                      }
      
                      if (Me.CurrentSoulShards < 2 || Me.HealthPercent < 80)
      this makes it to where you will not cast soul harv unless you are down to 2 shards or less and your health is below 80%
       
    9. guitarjunky

      guitarjunky New Member

      Joined:
      May 21, 2010
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      0
      Is there any way we could incorporate a way for this cc to have no maximum range for fights like say... Rag where its completely fine to be outside of 39 yards and still be okay. i have tried looking in the code and i lack the knowledge to change it. haha.
       
    10. Mimixe

      Mimixe New Member

      Joined:
      Oct 3, 2011
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      I agree with it! It just don't fight Ragna.

      By the way, I changed shadow bolt to incinerate and my dps is better now and I try to code something like:
      If demon soul is up then
      use demonsoul
      refresh dot
      else
      refresh dot

      in order to increase the dps of corruption and pledge ..
       
    11. sscgod

      sscgod New Member

      Joined:
      Jan 15, 2010
      Messages:
      116
      Likes Received:
      0
      Trophy Points:
      0
      i didnt put any range check in. unless cancast checks for range i have no idea how to fix this
       
    12. guitarjunky

      guitarjunky New Member

      Joined:
      May 21, 2010
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      0
      Well it will fight rag, but you have to be stacked with the melee in the front thats why i think its a range issue. also ssg there is an option when you go to class options where it will letyou decrease the range. but it wont let you go past 39. its like there is a lock on it or something.


      Mimi if you could post your modified version ill test it aswell.
       
    13. sscgod

      sscgod New Member

      Joined:
      Jan 15, 2010
      Messages:
      116
      Likes Received:
      0
      Trophy Points:
      0
      did u download the cc from the first page? because it should NOT have a gui.. maybe ur using a different cc
       
    14. Mimixe

      Mimixe New Member

      Joined:
      Oct 3, 2011
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0

      In Lazylock.cs (demonology version) line 359
      Code:
      RangeCastSpel(Incinerate, Warlock.Instance.Settings.MaxDistance);
       
    15. sscgod

      sscgod New Member

      Joined:
      Jan 15, 2010
      Messages:
      116
      Likes Received:
      0
      Trophy Points:
      0
      ohhh ur using demo one
      i havent updated the first post
      try this one
       

      Attached Files:

      Last edited: Oct 18, 2011
    16. HB9627U06

      HB9627U06 New Member

      Joined:
      Apr 22, 2011
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      Hi! Tnx for this great CC, one question.
      I managed to modify the script to implement Lifeblood into my rotation (to use just next demon soul). Do u know a way to script the use of Trinkets on CD?
      Now I'm using the trinket plugin but I don't like it very much beacuse it just spam mindless the use of trinkets without implementing them into a rotation.
      Thanks in advance & have a nice day!
       
    17. sscgod

      sscgod New Member

      Joined:
      Jan 15, 2010
      Messages:
      116
      Likes Received:
      0
      Trophy Points:
      0
      use StyxWoW.Me.Inventory.Equipped.Trinket1.Use()
       

    Share This Page