Could you share with us how to deactivate the crazy usage of Time Warp, until you have an option for it in the settings, please?![]()
private static bool time_warp()
return false;
{
if (StyxWoW.Me.CurrentTarget == null)
return false;
if (StyxWoW.Me.IsInInstance && !target.IsBoss(StyxWoW.Me.CurrentTarget) &&
!target.IsTrainingDummy(StyxWoW.Me.CurrentTarget))
return false;
if (!SpellManager.HasSpell("Time Warp"))
return false;
if (SpellManager.Spells["Time Warp"].CooldownTimeLeft.TotalSeconds >
SpellManager.GlobalCooldownLeft.TotalSeconds)
return false;
if (StyxWoW.Me.HasAura("Temporal Displacement") || StyxWoW.Me.HasAura("Exhaustion"))
return false;
SpellManager.Cast("Time Warp");
Logging.Write(LogLevel.Normal, "Time Warp");
return true;
}
You may need to be more specificAll I can find is:
Code:private static bool time_warp() { return false; .....
waiting for custom ui to be finished. I hope this will be as good as your cat cc, awesome work sir.
Whatever you did in the last update, you did magic!
Works perfect again, and its REALLY good in BG's![]()