Hey guys,
Can someone help me with a simple code that detect MY totem range.
I just want to Recall Totem if it is out of 30 yard range / re-drop Earthbind totem if it > 20 yard from me.
Thank you.
Hi guys,
This is GlobalCooldownLeft description
<member name="P:Styx.Logic.Combat.SpellManager.GlobalCooldownLeft">
<summary>
Returns the amount of time left on Global Cooldown.
<returns> TimeSpan with remaining time for the Global Cooldown Timer...
Hi guys, i made script like this
public double RootDispelable(WoWUnit Target)
{
var LongestCC = Target.GetAllAuras().Where(a => (
a.Spell.Mechanic == WoWSpellMechanic.Rooted
) &&
(a.Spell.DispelType == WoWDispelType.Magic ||...
Hi there?
Is there anyway to detect how far people is falling?
I want to cast a levitate/slow fall if people is falling but NOT when the fall distance is like 2 yard
(currently IsFalling return true event after ppl hit the jump button)
Thank you.
Currently, my code look like this
The code will scan all friendly player 15y around ME and if 2 or more player be dispelled, the bot will cast mass dispell on My location.
Is there a Improved Mass Dispel Code that scan for the BEST location to drop Mass Dispell (dispel as much as possible...
Hi guys,
I'm having problem using Behavior Tree healer CC
My Workflow is like this:
#1. Search for lowest HP unit
#2. If lowest HP < 70 --> Do some healing
#3. If lowest HP > 70 --> Do some dpsing
The problem is WHILE the CC at #3, some unit HP get below 70% and the CC keep do...
It's there anyway to check if the enemy player casting Scare Beast, Polymorph... ON ME?
A lot of player use /cast [@focus] Scare Beast or /cast [@mouseover] Scare Beast...
How to track that?
Thank you.
Hey guys,
Did you experience the bug "!StyxWoW.Me.CurrentTarget.IsFriendly"?
I tried arena today (I'm Horde) and when never i face Horde team, the LazyRaider and the Raid Bot just do nothing.
The bot just work fine in BattleGround because I'm Horde and I always face Alliancer team...
Hi guys,
I understand the basic CC from "How to Write a Custom Class, a Guide for Beginners."
Now i want to make my cc in TreeSharp
Are there any simple cc writing in TreeSharp that i can learn?
Thank you.
There's a default blacklist "M:Styx.Logic.Blacklist.Add(System.UInt64,System.TimeSpan)"
Is there anyway to:
+ Create different default blacklist
+ Or create Function that AUTOMATICALLY ADD and REMOVE unit from List after a TimeSpan
I just want to use 1 Blacklist to Hunter's Mark...
The follow code work perfectly if you want to CLICK drop trap (hunter) / freeze (mage pet) / Heroic Leap (Warrior)... on Target location.
LegacySpellManager.ClickRemoteLocation(StyxWoW.Me.CurrentTarget.Location);
But is there anyway to CLICK NEAR target location that would be more useful...
Hey guys,
The LazyRaider will do nothing if people is out of combat and mounted.
Is there anyway to automatically dismount when you get sapped?
I just want to do something if get sapped but when on mount, LazyRaider will do nothing.
Regards,
Hi,
It's there anyway to ignore movement from user (using keyboard/mouse) for a short moment?
I play my mage using LazyRaider and I want he ignore my Keyboard/Mouse for 1-2 second when the CC do the facing target + cast cone of cold/dragon's breath.
CodenameG, you have the excellent...
Hi,
Can you please help me 2 question.
1. Is there anyway to check Target talent tree (Druid Balance/Feral/Resto)?
2. How to check if key is pressed (Like Space Key pressed)?
Thank you in advance.