• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • UPaCCBT: The BehaviourTree Ultimate Paladin Healer Custom Class

    Discussion in 'Archives' started by Gilderoy, Jul 17, 2011.

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

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      no auto roll feature ... this is a cc for handling the acting of your toon, not a Plugin like ... let's say ... Autoequip2, which is comparing your items with the drops and try to roll ...
      Check your plugins!
       
    2. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      Pls activate Logging (Settingsform first tab) and post a log again.
       
    3. ULTIMATE-SEVEN

      ULTIMATE-SEVEN Member

      Joined:
      Oct 21, 2011
      Messages:
      351
      Likes Received:
      5
      Trophy Points:
      18
      Last edited: Mar 7, 2012
    4. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      uhm okay ... these two did problems all the time, something is not working with this two trinkets but i can't test anything since i've no char who did the quests for them -.-
       
    5. abroseh

      abroseh New Member

      Joined:
      Feb 19, 2012
      Messages:
      176
      Likes Received:
      0
      Trophy Points:
      0
      How would I go about setting it to Despell something at a % of players HP if possibly for Disrupting Shadows that's casted Dragon Soul if Despell it knocks back a target and hit them for a high % so sometimes it despells it and the players die.
       
    6. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      atm impossible
       
    7. ULTIMATE-SEVEN

      ULTIMATE-SEVEN Member

      Joined:
      Oct 21, 2011
      Messages:
      351
      Likes Received:
      5
      Trophy Points:
      18
      how can I exclude the triket's from cc without removing the item from my character?
      Any idea .....?
       
    8. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      not possible with config-settings, only way is to edit the code by yourself
      if u want to disable it by yourself look for
      PHP:
      public bool Load_Trinket()
      {
                  
      Trinket1 ObjectManager.GetObjectsOfType<Styx.WoWInternals.WoWObjects.WoWItem>(false).FirstOrDefault(=> i!=null &&  i.BagSlot<&& i.ItemInfo.EquipSlot==Styx.InventoryType.Trinket && i.Usable);
                  if (
      Trinket1 != null)
      .
      .
      .
      much more code
      .
      .
      .
                  if (
      Trinket1 != null && Trinket2 != null)
                  {
                      
      slog("2 Differents Trinkets Found");
                  }
                  else if (
      Trinket1 == null && Trinket2 == null)
                  {
                      
      slog("No Trinkets Found At ALL");
                  }
                  else
                  {
                      
      slog("Just 1 Trinket Found");
                  }
                  return 
      true;
              }
      and replace the complete method with

      PHP:
      public bool Load_Trinket()
      {
      return 
      false;
      }
       
    9. ShortRound

      ShortRound New Member

      Joined:
      Jun 14, 2011
      Messages:
      781
      Likes Received:
      14
      Trophy Points:
      0
      Anything wrong with just setting the usage to 'Never'?
       
    10. ULTIMATE-SEVEN

      ULTIMATE-SEVEN Member

      Joined:
      Oct 21, 2011
      Messages:
      351
      Likes Received:
      5
      Trophy Points:
      18
    11. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      he can't set it to never, cause his trinkets are not supported and crashes the gui (he has no access to the gui and the CC isn't running)
       
    12. ShortRound

      ShortRound New Member

      Joined:
      Jun 14, 2011
      Messages:
      781
      Likes Received:
      14
      Trophy Points:
      0
      Don't know why you'd be using a tanking trinket as a healer but each to their own. I've got both of those available so I'll try that combo myself.
       
    13. lsuvictory

      lsuvictory New Member

      Joined:
      Feb 21, 2010
      Messages:
      82
      Likes Received:
      0
      Trophy Points:
      0
      is it just me or does it take way to long for it to start healing
       

      Attached Files:

    14. abroseh

      abroseh New Member

      Joined:
      Feb 19, 2012
      Messages:
      176
      Likes Received:
      0
      Trophy Points:
      0
      I would like to know if someone has a nice setting for Heroic Healing
       
    15. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      heroic dungeon or heroic raids?
       
    16. abroseh

      abroseh New Member

      Joined:
      Feb 19, 2012
      Messages:
      176
      Likes Received:
      0
      Trophy Points:
      0
      25man heroic raids its good but i think could be better for my guild runs
       
      Last edited: Mar 13, 2012
    17. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      often said, too slow for 25m (lfr, normal, heroic)

      Atm i'm testing a new built, but HB has some Bugs which slows down the CCs atm
       
    18. zuabros

      zuabros Active Member

      Joined:
      Jan 12, 2011
      Messages:
      651
      Likes Received:
      82
      Trophy Points:
      28
      This CC gave me back the joy of arena. Thank you a lot.
       
    19. Kink

      Kink Member

      Joined:
      Nov 15, 2011
      Messages:
      336
      Likes Received:
      10
      Trophy Points:
      18
      So this CC would be good for weekly LFR capping/heroic dungeons efficiently? trying to gear up another toon to get some Valor every week.
      EDIT: just did LFR on it, honestly I had to start healing myself, for some reason the whole group would be half health and it would just stand there, working great for heroic dungeons though :p
       
      Last edited: Mar 14, 2012
    20. Exmortem

      Exmortem Community Developer

      Joined:
      Mar 28, 2010
      Messages:
      799
      Likes Received:
      16
      Trophy Points:
      18
      Having the same issues with LFR.
       
    Thread Status:
    Not open for further replies.

    Share This Page