• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Leaves] Community Edition

    Discussion in 'Archives' started by Mirabis, Jan 21, 2014.

    1. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      Done.
       
    2. destor@th

      destor@th New Member

      Joined:
      Jun 4, 2013
      Messages:
      206
      Likes Received:
      1
      Trophy Points:
      0
      ur the BEST :D
       
    3. Jessoceans

      Jessoceans New Member

      Joined:
      Nov 20, 2010
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
    4. KingElPolloLoco

      KingElPolloLoco New Member

      Joined:
      Apr 1, 2013
      Messages:
      51
      Likes Received:
      0
      Trophy Points:
      0
      what are the settings so the CR cast rejuv then swiftmend casuse it doesn't seem to cast swiftmend when raiding

      or if you can export your settings so i can look and tweek them a bit i would be greatful
       
      Last edited: Mar 29, 2014
    5. phaedrus

      phaedrus Member

      Joined:
      Jul 12, 2013
      Messages:
      964
      Likes Received:
      1
      Trophy Points:
      18
      Last edited: Mar 29, 2014
    6. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      1# Hotkeys work
      2# Manual cast detection works
      3# Interrupts have been working for quite a long tie...

      So which hotkeys do not work for u ? Tried with/without modifier?
       
    7. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      Hmm the log makes it look like it's clipping rejuvenation over and over again.. did it get dispelled.. not cast or did that really happen?

      [20:49:47.590 D] IntMinCastPct: 10
      [20:49:47.591 D] IntMaxCastPct: 50

      hmm.. i believe there is a hardcap of 600ms.. so 50% of a 1.6s cast is 800ms.. meaning there was a 200ms window.. might miss it because that.
      Will remove the hardcap in next release.
       
    8. phaedrus

      phaedrus Member

      Joined:
      Jul 12, 2013
      Messages:
      964
      Likes Received:
      1
      Trophy Points:
      18
      Sorry they are not working... ctrl modifier 1-2-3-4 (also tried alt and shift)
      Manuel cast never worked with this routine and still not working.
      Interrupts not working tried slider to make it quicker but nothing happens.

      P.S: With the last update there is a really problem healing at arena. Some logic broken or something... I stop playing with this cr anymore cuz it makes me rage :)
       
      Last edited: Mar 30, 2014
    9. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      Interrupting will only interrupt spells that are in the list, so it won't always interrupt. Only important spells, so which spells are u seeing that are not interrupting ;S

      Manual cast never worked lol ? ... it did, if u say so i'm not even going to worry.. if it never worked for u.

      @PS, whats broken then ? Lifebloom ? I did not change anything besides the lifebloom in last update so doubt the entire priority broke.

      Well suit urself :)

      PS: Been working on a new pvp rotation as well ...
       
      Last edited: Mar 30, 2014
    10. phaedrus

      phaedrus Member

      Joined:
      Jul 12, 2013
      Messages:
      964
      Likes Received:
      1
      Trophy Points:
      18
      Poly,hex,cyclone,chaos bolt... they are quite important spells i think.

      Yeah manuel cast not working since 2 months. There are some ppl reported it to you on your web site forum and here.

      When my partner on low hp cr stacks hots on me instead my partner. Below %50hp instead of regrowth using hots when enemy bursting me or my partner.Thats only i saw. Maybe there is another issues not sure.

      Good news you are working on pvp logic cuz its much needed atm. Let me know when you done it ;)
       
    11. alienalien1

      alienalien1 New Member

      Joined:
      Jan 12, 2011
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      So when i'm in an RBG ill be at one spot and then the bot will automatically try and cyclone a target at another node or way out of range so im fighting with the bot about movement. I have the premium version and it does it with tyrael and lazyraider
       
    12. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      Turn off movement?
       
    13. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      Well.. not sure we tested it.. seems random. I suppose u can restart ur pc ;S
       
    14. alienalien1

      alienalien1 New Member

      Joined:
      Jan 12, 2011
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      Under the class config general tab?
       
    15. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      Yes
       
    16. alienalien1

      alienalien1 New Member

      Joined:
      Jan 12, 2011
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      Now i feel stupid thanks though!
       
    17. Skeetss

      Skeetss Member

      Joined:
      Apr 30, 2012
      Messages:
      113
      Likes Received:
      0
      Trophy Points:
      16
      Did a restart and a clean install of HB, still only casting Regrowth on current target. Anything you can suggest?
       
    18. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      Try this in the Developer Tools, Console:

      Code:
       
      ClearLog();
      var Target = ObjectManager.GetObjectsOfType<WoWPlayer>().FirstOrDefault(x=> x.Name == "NameofCharacterTOHeal");
      Log(SpellManager.CanCast("Regrowth",Target));
      Log(SpellManager.Cast("Regrowth",Target));
      Log("{0}", Target != null ? Target.Distance.ToString() : "null");
      
      Change "NameofCharacterTOHeal" and try this for e.g. when targeting him, when not targeting him.. and then tell me the results : )
       
    19. Dominci

      Dominci Member

      Joined:
      Oct 3, 2013
      Messages:
      142
      Likes Received:
      0
      Trophy Points:
      16
      Anyone had any luck with proving ground using this CR? I can't get past wave 9 on Endless. Using the Proving Grounds default settings with the premium routine, using the DPS rotation hotkey to help my guys a bit, manually dispelling the bombs onto myself to explode outside of the ground etc. Not sure what else to change.
       
    20. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      people got up to 36.. etc.. but u can't just afk it.. move for the bomb.. place urself out of their range in-case u have to dispel 2 things.. drink in the phase u have time to do so.. etc
       

    Share This Page