• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Warlock CC] skiWarlock 3.0 for HB2 - ALL TREES -

    Discussion in 'Archives' started by ski, May 26, 2010.

    Thread Status:
    Not open for further replies.
    1. ski

      ski Well-Known Member

      Joined:
      Feb 12, 2010
      Messages:
      3,720
      Likes Received:
      48
      Trophy Points:
      48
      I'm thinking crazy because I see no deleted posts here lol.
       
    2. tozededao

      tozededao Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,225
      Likes Received:
      5
      Trophy Points:
      38
      Any ideas in which spec should I level 1-60? I've always used affliction but would demonology be better?
       
    3. ski

      ski Well-Known Member

      Joined:
      Feb 12, 2010
      Messages:
      3,720
      Likes Received:
      48
      Trophy Points:
      48
      I do affli til 60, then demo to 80.
       
    4. bullitownzyou

      bullitownzyou New Member

      Joined:
      May 3, 2010
      Messages:
      31
      Likes Received:
      0
      Trophy Points:
      0
      lol I am such a noob, honorbuddy resetted my food selection or so:S weard.. but thnx:D
       
    5. skinart

      skinart New Member

      Joined:
      Feb 15, 2010
      Messages:
      55
      Likes Received:
      0
      Trophy Points:
      0
    6. jarheaded

      jarheaded New Member

      Joined:
      Feb 22, 2010
      Messages:
      200
      Likes Received:
      1
      Trophy Points:
      0
      thanks ski ;)
       
    7. Forb1d

      Forb1d New Member

      Joined:
      Jan 15, 2010
      Messages:
      152
      Likes Received:
      3
      Trophy Points:
      0
      Mind adding support for wanding? At least when you are oom and too low hp to lifetap =P
       
    8. ski

      ski Well-Known Member

      Joined:
      Feb 12, 2010
      Messages:
      3,720
      Likes Received:
      48
      Trophy Points:
      48
      Change the following lines from:
      Code:
      		public int wandHealth = 1;			// use wand if health gets this low [this and below must be true to wand]
      		public int wandMana = 1;			// use wand if mana gets this low [this and above must be true to wand]
      
      to

      Code:
      		public int wandHealth = 15;			// use wand if health gets this low [this and below must be true to wand]
      		public int wandMana = 15;			// use wand if mana gets this low [this and above must be true to wand]
      
      And it should wand if you fall below 15% hp and mana.
       
    9. Joshie

      Joshie New Member

      Joined:
      May 7, 2010
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      0
      Hey Ski, thought id give you a heads up, It still does the Spamming of dots when there are 2 adds, No idea whats going on with it, still a badass CC though
       
    10. skinart

      skinart New Member

      Joined:
      Feb 15, 2010
      Messages:
      55
      Likes Received:
      0
      Trophy Points:
      0
      Hey Ski, is there a way to totally ignore adds and continue to burn down the current target? (1.0 ver cc)

      At the moment if an add comes, he targets the add and starts to DOT, which would be fine if he also put the void onto the add instead of me tanking him lol

      btw im serious bout the donation ... do you have paypal or a page for it? pm me if you like.
       
    11. ski

      ski Well-Known Member

      Joined:
      Feb 12, 2010
      Messages:
      3,720
      Likes Received:
      48
      Trophy Points:
      48
      I don't, but I'll see if my co-author wants to set one up.
       
    12. skinart

      skinart New Member

      Joined:
      Feb 15, 2010
      Messages:
      55
      Likes Received:
      0
      Trophy Points:
      0
      You guys should, you do non stop tech help for people and do awesome work.

      btw never mind about the add thing, i found that line in the code, i turned it off, il see if he ignores adds untill main target is dead first now :)
       
      Last edited: Jun 2, 2010
    13. ski

      ski Well-Known Member

      Joined:
      Feb 12, 2010
      Messages:
      3,720
      Likes Received:
      48
      Trophy Points:
      48
      Let me know, thedrunk and I are working through the code right now and think that will make it attack as normal at lower levels.
       
    14. ski

      ski Well-Known Member

      Joined:
      Feb 12, 2010
      Messages:
      3,720
      Likes Received:
      48
      Trophy Points:
      48
      Edit: Ok, first post has a working version now. Carry on.


      Alright lower level folks. I put a new version in the first post. It doesn't have any fixes, but it has a lot more logging info.

      Can you recreate your issues, then post your log and a description of the issue? We changed a LOT of stuff in the last few revisions, so it will help us track down where the error lies.

      Thanks!
       
      Last edited: Jun 3, 2010
    15. derekos

      derekos New Member

      Joined:
      Mar 22, 2010
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      I don't have a shard at the moment to test this, but does Mass Pull work if you set PetAttack to false? I am setting PetAttack to false farming for a specific item on low level mobs where I dont want my pet to kill them before more.

      d.
       
      Last edited: Jun 3, 2010
    16. ski

      ski Well-Known Member

      Joined:
      Feb 12, 2010
      Messages:
      3,720
      Likes Received:
      48
      Trophy Points:
      48
      It should, although there is a pet attack line in combatAdds() that doesn't check the petattack variable, so it will still attack the adds.
       
    17. derekos

      derekos New Member

      Joined:
      Mar 22, 2010
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      In fact it does. I understand why. Unfortunately, its not desireable when farming lowlevel mobs. You may want to consider a bool up top that always forces massPull to false - for situations like these.
       
    18. ski

      ski Well-Known Member

      Joined:
      Feb 12, 2010
      Messages:
      3,720
      Likes Received:
      48
      Trophy Points:
      48
      I just added a check for petAttack = false on the pet attack line in combatAdds(), not uploaded yet though.
       
    19. derekos

      derekos New Member

      Joined:
      Mar 22, 2010
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      Fast work! Thanks. What would be really ideal is to mass dot as opposed to petAttack. massPullWithDots = true; ;-)
       
    20. derekos

      derekos New Member

      Joined:
      Mar 22, 2010
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      NOTE: If you are recieving the "No combat class loaded" error, check that you didn't rename the file (eg; demonWarlock.cs). I deleted the original and renamed this version and it failed with no CC loaded.
       
    Thread Status:
    Not open for further replies.

    Share This Page