• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Actaeon - A Hunter CC part of the Zeus suite

    Discussion in 'Archives' started by fpsware, Jul 23, 2010.

    1. fpsware

      fpsware Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      5,287
      Likes Received:
      133
      Trophy Points:
      63
      Two attempts and it will stop. Sounds good.

      EDIT: I've added this feature now, I'll be testing it in the next day or so.
       
      Last edited: Aug 21, 2010
    2. slimemachine

      slimemachine New Member

      Joined:
      Aug 15, 2010
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      Can you add an option to enable Aspect of the Viper after leaving combat?
       
    3. fpsware

      fpsware Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      5,287
      Likes Received:
      133
      Trophy Points:
      63
      No. There is sufficent AoV support already present. With the current AoV logic you will never run out of mana.
       
    4. likwid818

      likwid818 Member

      Joined:
      Jan 15, 2010
      Messages:
      927
      Likes Received:
      5
      Trophy Points:
      18
      awesome, looking forward to it.
       
    5. dottzor

      dottzor Member

      Joined:
      Jan 15, 2010
      Messages:
      786
      Likes Received:
      6
      Trophy Points:
      18
      I've said it before and I will prolly gonna say it again:

      This is the king of grinding CC's.
      Its good it almost hurts.
      Way to go FPS.
       
    6. dottzor

      dottzor Member

      Joined:
      Jan 15, 2010
      Messages:
      786
      Likes Received:
      6
      Trophy Points:
      18
      When multipulling, the Pet is attacking critters.
      A tad funny, but not the best sollution maybe.

      No I don't have the Critters factionID in my profile.
      :)
       
    7. Mess1337

      Mess1337 Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,385
      Likes Received:
      23
      Trophy Points:
      38
      It?s working decently. But yea, I would like to see some improvements.
       
    8. dottzor

      dottzor Member

      Joined:
      Jan 15, 2010
      Messages:
      786
      Likes Received:
      6
      Trophy Points:
      18
      I love it.
      Sure it pulls some critters but the Xp/Hour is getting up + it looks alot more lifelike.

      Edit: Instead of removing it for the next push. Can't you keep it but put up a huge sign telling ppl that it is VERY much experimental and they wont get any bloody help with bugs related to it.
      Because as I said before; it rox!
       
      Last edited: Aug 23, 2010
    9. fpsware

      fpsware Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      5,287
      Likes Received:
      133
      Trophy Points:
      63
      While I've never seen it pull critters, I have now explicitly excluded critters from the pull list.
       
    10. Kuku

      Kuku Member

      Joined:
      Jan 27, 2010
      Messages:
      451
      Likes Received:
      1
      Trophy Points:
      18
      I miss the good old times where my Hunter had much more EXP.. i dunno what im doin wrong ..its just that the hunter can handle about 4-5 Mobs at the same time but has got a EXP/h rate of 21k which is nothing for lvl 35 -.-
      Any ideas`?
       
    11. THCles

      THCles New Member

      Joined:
      May 7, 2010
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      My hunter seems to be stuck in a melee mode. It sends the pet in, delayed like it should, then runs in, spins around a bunch attacking with it's melee weapons. It occasionally will use it's ranged weapon, but not very offten. Please find attatched copy of my log
       

      Attached Files:

    12. fpsware

      fpsware Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      5,287
      Likes Received:
      133
      Trophy Points:
      63
      [9:30:41 AM:25] Spell_C::CastSpell(34026, 0, 0xF530006D62668768, 0)
      [9:30:41 AM:61] -Kill Command
      [9:30:42 AM:817] ** You are out of ammo. Using melee only **
      [9:30:42 AM:824] ** Buy more ammo and restart HB **
      [9:30:43 AM:470] Moving closer to Mangal Crocolisk
       
    13. THCles

      THCles New Member

      Joined:
      May 7, 2010
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      keep reading down the log. I purchased ammo, to no avail, long before I posted my log
       
    14. THCles

      THCles New Member

      Joined:
      May 7, 2010
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      followed your advice. Restarted HB and it started working properly. thanks
       
    15. likwid818

      likwid818 Member

      Joined:
      Jan 15, 2010
      Messages:
      927
      Likes Received:
      5
      Trophy Points:
      18
      Hey fps, I just learned Kill Command at 66, and realized that there is a flaw in your config logic. Apparently the setting is reversed. If you have "Use Kill Command" checked, it will not use it - however when I uncheck it, it starts using it like it should.
       
    16. fpsware

      fpsware Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      5,287
      Likes Received:
      133
      Trophy Points:
      63
      protected override bool CanRun(object context)
      {
      if (OneSettings.Debug) Utils.Log("*** DEBUG SHIT: Kill Command");
      if (Target.IsHealthBelow(40)) return false;
      return Me.GotTarget && OneSettings.HunterUseKillCommand && Spell.CanCast("Kill Command");
      }

      There must be an erorr in the config loading/saving. The logic to use the spell is correct.
       
    17. mctrix

      mctrix Member

      Joined:
      Jan 15, 2010
      Messages:
      225
      Likes Received:
      1
      Trophy Points:
      18
      any chance for surv spec to use Explosive Shot more often as it seems to not use it as soon as the cd has done...if you dont have aimed shot ticked it wont do anything while Explosive Shot is on cd.

      It also needs to know when Lock and Load is up as it didnt seem to use it much as it could (i think it gives 3 shots of Explosive Shot)

      Im prob asking a bit much here but with knowing if we have adds is there anyway to check in a grp then check tank then check how many adds are on tank and if so multishot and then use aoe - on that it could even use MD to tank?
       
      Last edited: Aug 24, 2010
    18. fpsware

      fpsware Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      5,287
      Likes Received:
      133
      Trophy Points:
      63

      if (Me.GotTarget && OneSettings.HunterUseExplosiveShot && Target.IsHealthAbove(OneSettings.HunterMinTargetHealthForDoTs) && Spell.CanCast("Explosive Shot") && !Target.IsDebuffOnTarget("Explosive Shot"))

      It will only use Explosive Shot if the target's health is above the minimum DoT setting. This value is user definable. The default setting is 35% health.

      The 'Proc Check' takes place well before all other shots and stings. There is where Locked and Loaded is checked. When you have the Locked and Loaded buff on you it will cast Explosive Shot.


      Yes, all of this is possible and all of these features are on the 'To Do' list. But, as I've lost a large number of accounts with high level charactes recently its going to be a while before I add these features.
       
      Last edited: Aug 24, 2010
    19. mctrix

      mctrix Member

      Joined:
      Jan 15, 2010
      Messages:
      225
      Likes Received:
      1
      Trophy Points:
      18
      thanks for the reply i will play around with the ui settings :)
       
    20. Kuku

      Kuku Member

      Joined:
      Jan 27, 2010
      Messages:
      451
      Likes Received:
      1
      Trophy Points:
      18
      Can you include "Race Spells" like Shadowmeld for Nighelfs.. so if my Pet dies and my char aggros 5 mobs he uses Shadowmeld to lose the whole Aggro.
       

    Share This Page