• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Beta Testers Needed for new Custom Class FightThisWay

    Discussion in 'Honorbuddy Forum' started by Kamilche, Oct 1, 2012.

    1. Kamilche

      Kamilche New Member

      Joined:
      Oct 2, 2010
      Messages:
      551
      Likes Received:
      30
      Trophy Points:
      0
      OK, the set is finally complete - Priests were added in this last version.

      I added a new condition, 'PartyWithHealth' - that will return how many party members have a health less than the amount you specify.

      Latest version available in the first post in this thread.
       
    2. Gnobiwan

      Gnobiwan Member

      Joined:
      Jan 15, 2010
      Messages:
      101
      Likes Received:
      1
      Trophy Points:
      18
      Something has changed, My slave keeps saying my leader is in combat and leaping to dead targets.

      [FTW] 05:45:01 Not in combat but my party members are, so getting new target
      [FTW] 05:45:02 Target.Cast Heroic Leap on Stone Guardian health 0 dist 21.4 aggro 0 UnitNotInThreatTable 9628 (1)

      It happens alot now and my main is not in combat. I thought it was that blizzard bug, but it isn't.
       
    3. Kamilche

      Kamilche New Member

      Joined:
      Oct 2, 2010
      Messages:
      551
      Likes Received:
      30
      Trophy Points:
      0
      Yeah, I saw it happen too, when I started it up earlier today. Try the latest version. That was an artifact of me trying too hard to not switch targets in code. The problem is this: The code won't switch targets for you if you have scrolllock on, but WoW ITSELF will! If you have no valid mob selected and you take damage from a mob, it automatically sets your target for you. I thought it was my code, and was contorting it trying to avoid it, but I discovered what the cause was in the end, and put it back the way it was.

      In the latest version, I've added a new action called 'ClipTime', defaulting to 50 ms. It controls whether or not the spell is 'clipped' at the end - ie, cut off before it's done. 50 seems to work well for me, higher and some spells get interrupted. Set it to 0 to turn off clipping.
       
      Last edited: Oct 14, 2012
    4. Kamilche

      Kamilche New Member

      Joined:
      Oct 2, 2010
      Messages:
      551
      Likes Received:
      30
      Trophy Points:
      0
      I think it's about done. I looked at the Elemental Shaman, and set his heal health percent lower, so he won't heal until he's below 50% health. I also added a 'PullMore' to the elemental shaman, so if he's not fighting at least 3 mobs, he will pull more until he is. I also fixed his 'hex' breaking from damage - it now switches targets after a stun, to avoid breaking it. Did you know that from the time you cast 'Hex', till the time it appears in the auras, is 2 seconds? Many attacks had been made in that 2 second time frame, which broke the hex. By clearing the target and blacklisting the mob for 3 seconds, it avoids breaking the stun during that time lag.

      This didn't appear till recently, because of the optimizations I made to the code. It used to take 3000 ms to choose and execute a combat move, now it takes 250 ms. If the server aura lag is 2000 ms, and the combat loop time is 3000 ms, you can see how that would never have come up as a problem before.
       
    5. Mupp

      Mupp New Member

      Joined:
      May 3, 2010
      Messages:
      613
      Likes Received:
      5
      Trophy Points:
      0
      Last version is flawless for me Kamilche, on my feral druid.
      This is some crazy shit you cooked up here. Its so fast and so easy to manages by yourself (the user). IMO its more then ready to be published in the All-In-One section :)
      Great work and thank you!

      BR
      Mupp
       
    6. Kamilche

      Kamilche New Member

      Joined:
      Oct 2, 2010
      Messages:
      551
      Likes Received:
      30
      Trophy Points:
      0
      Thanks for the comment! Yeah, feedback was slowing way down, so I figured it was time to move to the 'All in One' thread. New posts about this product can be found here.
       
    7. Kamilche

      Kamilche New Member

      Joined:
      Oct 2, 2010
      Messages:
      551
      Likes Received:
      30
      Trophy Points:
      0
      Thanks for the comment! Yeah, feedback was slowing down, so I figured it was time to move to the 'All in One' thread. New posts about this product can be found here.
       
    8. poudigne

      poudigne New Member

      Joined:
      May 14, 2011
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      Would be cool if you keep your link updated... The download link doesnt work....
       
    9. Kamilche

      Kamilche New Member

      Joined:
      Oct 2, 2010
      Messages:
      551
      Likes Received:
      30
      Trophy Points:
      0
      It's now in the 'Combat Routines', 'All in one' forum.
       
    10. poudigne

      poudigne New Member

      Joined:
      May 14, 2011
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      Thank you for that info, maybe insert a link to redirect to that post ?
       

    Share This Page