What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

UPaCCBT: The BehaviourTree Ultimate Paladin Healer Custom Class

Status
Not open for further replies.
Question...While running Lazyraid, and this CC in an instance, it auto rolls greed on items. How do I disable this? I've looked everywhere and I'm sure I'm just looking over it. Thanks in advanced.
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!
 
Tried this in Arena 2VS2 and the pally didnt do anything.

Strange, was uesing this up to 1600 rating when it was released...

EDIT: Forgot to change specc to holy :P

EDIT2: Tried it in arena, it really fails heavily. kinda sad :(

Pls activate Logging (Settingsform first tab) and post a log again.
 
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 -.-
 
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.
 
how can I exclude the triket's from cc without removing the item from my character?
Any idea .....?
 
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 => i!=null &&  i.BagSlot<0 && 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;
}
 
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.
 
I would like to know if someone has a nice setting for Heroic Healing
 
25man heroic raids its good but i think could be better for my guild runs
 
Last edited:
25man heroic raids its good but i think could be better for my guild runs
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
 
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:
Status
Not open for further replies.
Back
Top