Sippinhaterade
Member
- Joined
- Jul 10, 2011
- Messages
- 387
- Reaction score
- 1
Why does Raidbot work with some CC's and cause others to dramatically drop the FPS. Even after overclocking my gpu it still doesnt help.
Using this CC in Grinding Mode the bot does not automatically target enemies in range.
Would just like to add that for holy paladin in pvp, it will try to heal people who are dead (in ghost form) at graveyards when you die. It will just stand there targeting a dead player till they rez.
Hey wulf there is a problem with rogues and TotT if ur focus is death it keep trying to cast TotT and do not combat :<
ive found out that this clashes with 'The Ultimate PVP suite' when in a BG, it makes the bot take very small steps almost like you just spamming the forward arrow key but only when targeting and/or withing melee range.
Seems with this CC it will run past the mobs and not turn around to attack. Juat stands there getting hit in the back. Using kicks leveling profile for 58-70. Singular however works perfectly....idk. class is a DK.
Any chance of adding a WoWPlayer HealTarget to the CC? So instead of setting the Me.CurrentTarget to who you are healing, you set your HealTarget before the rotation starts. When I heal, I like to keep an eye on the tanks target.
another rogue thing in DS in morchok HC it use feint randomly but never when stomp :<
Hi Ama, not sure what you mean...do you want CLU to only heal a focused target or do you want CLU to only use smite or dps spells on a specific target like the tanks target that you can set?
WoWPlayer tar;
public override bool Healing
{
get
{
tar = Helpers.GetHealTarget();
if (tar != null)
{
double hp = tar.HealthPercent;
if(hp<70 && Cast.Spell("Greater Heal", tar))
return true;
if(hp<90 && Cast.Spell("Lesser Heal", tar))
return true;
return false;
}
}
}
If I am understanding your healing rotation, you are making a search for a target to heal for just about every check in your rotation. What I am suggesting is make a WoWPlayer HealTarget in your CC, set it 1 time and make your comparisions on HealTarget.HealthPercent.
Healer.FindTank(a => true, x => x.InLineOfSight && !x.Dead && x.HealthPercent < 92, (a, b) => (int)(a.CurrentHealth - b.CurrentHealth),
Spells.CastSpell("Greater Heal", a => Me.CurrentTarget != null && CurrentTargetHealthPercent < 70, "Greater heal"),
Spells.CastSpell("Heal", a => true, "heal")
),
yeah.. Also, you are saving your chosen target to Me.CurrentTarget. Then the user can't do stuff like target boss to watch boss health/casting.
Ahh now I see what you mean...yes CLU is using PLAYERTOHEAL.Target().....let me see what I can do.
[04:03:33:314] Cleared POI - Reason Exception in Root.Tick()
[04:03:33:314] Cleared POI
[04:03:33:423] Stop called!
[04:03:33:436] Aktivit?t: Honorbuddy wurde gestoppt!
[04:03:43:415] System.Exception: Process must have frozen or gotten out of sync; InjectionFinishedEvent was never fired.
at BlueMagic.ExecutorRand.Execute()
at Styx.WoWInternals.Lua.GetReturnValues(String lua, String scriptName)
at Styx.WoWInternals.Lua.GetReturnValues(String lua)
at #DAe.#KAe.#sEe(LocalPlayer me)
at Bots.DungeonBuddy.DungeonBot.#8Qf(Object ret)
at TreeSharp.Decorator.CanRun(Object context)
at TreeSharp.Decorator.#h.#nF.MoveNext()
at (Object )
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.#h.#nF.MoveNext()
at (Object )
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.#h.#nF.MoveNext()
at (Object )
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.Decorator.#h.#nF.MoveNext()
at (Object )
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.#h.#nF.MoveNext()
at (Object )
at TreeSharp.Composite.Tick(Object context)
at Styx.Logic.BehaviorTree.TreeRoot.Tick()
[04:03:43:415] Cleared POI - Reason Exception in Root.Tick()
[04:03:43:415] Cleared POI