Speechlezz
New Member
- Joined
- Jan 3, 2012
- Messages
- 10
Do u take a look at my log?Arrr yes I can see why its not working. Fixing it now (Tested and is working.)
Just gonna add some buttons to GUI to enable/disable then will upload.
Do u take a look at my log?Arrr yes I can see why its not working. Fixing it now (Tested and is working.)
Just gonna add some buttons to GUI to enable/disable then will upload.
#region Dragon Soul
public bool DebuffByID(int spellId)
{
if (Me.HasAura(spellId) && StyxWoW.Me.GetAuraById(spellId).TimeLeft.TotalMilliseconds <= 2000)
return true;
else return false;
}
public bool Ultra()
{
using (new FrameLock())
{
if (KingoftheJungleSettings.Instance.DSL)
{
foreach (WoWUnit u in ObjectManager.GetObjectsOfType<WoWUnit>(true, true))
{
if (!Me.ActiveAuras.ContainsKey("Survival Instincts"))
{
if (u.IsAlive
&& u.Guid != Me.Guid
&& u.IsHostile
&& u.IsCasting
&& (u.CastingSpell.Id == 109417
|| u.CastingSpell.Id == 109416
|| u.CastingSpell.Id == 109415
|| u.CastingSpell.Id == 106371)
&& u.CurrentCastTimeLeft.TotalMilliseconds <= 800)
return true;
}
}
}
}
return false;
}
public bool UltraFL()
{
{
if (KingoftheJungleSettings.Instance.DSL &&
(DebuffByID(110079)
|| DebuffByID(110080)
|| DebuffByID(110070)
|| DebuffByID(110069)
|| DebuffByID(109075)
|| DebuffByID(110068)
|| DebuffByID(105925)
|| DebuffByID(110078)))
return true;
}
return false;
}
public bool DW()
{
{
if (KingoftheJungleSettings.Instance.DSL &&
(DebuffByID(110139)
|| DebuffByID(110140)
|| DebuffByID(110141)
|| DebuffByID(106791)
|| DebuffByID(109599)
|| DebuffByID(106794)
|| DebuffByID(109597)
|| DebuffByID(109598)))
return true;
}
return false;
}
#endregion
Hi Hazard
Should it be using lifebloom in 10 mans and 25 mans? because it only seems to roll it on tanks in 5 mans.
Haxed
Its bugged HonorBuddy does not seem to detect the tank.guid when in a 10 or 25 man or at least i don't know how to make it?
Is there an editable list of things that this cleanses? Just curious because I just got kicked from a ZG heroic run because I kept cleansing a debuff that wasn't supposed to be cleansed. I wasn't paying attention to chat, so I kept missing them telling me to stop, and kept cleansing it. I honestly have no idea what that debuff is. I tried looking in the log to see if it would say what the dispelled thing was, but no such luck. Sorry, it's not cleanse, it's Remove Corruption that was being cast. But, yes, i was kicked from the group because it kept using Remove Corruption on a debuff that evidently isn't supposed to be removed. I'll attach the log.
Disable cleanse when your in ZG mate. It has an option in the GUI.