Well, there are still way to check if the target is not friendly on arena (IsInMyPartyOrRaid)
So make IsFriendly work on arena is just a life quality change.
Pls do 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...
Well i think i found the reason why my FPS is low, it's because my CC.
In my CC, i scan no stop for unit to kill shot, dispell, scare beast, stealth... so that slow down the frame rate... Can't play without these advantage tho :|
Great addon but now flawless. The Frame Rate drop significantly.
I'm using a MacBook Pro 2011 (Graphic Card Radeon HD 6750M) and WoW set too Good quality.
Lazy Raider: 60 FPS
RaidBot: 37 FPS (TreeRoot.TicksPerSecond = 30)
RaidBot: 20 FPS (TreeRoot.TicksPerSecond = 60)...
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...
Dear jasf10,
Can you please help, i import the code but it didn't work.
Your code:
#region BlockImput
[DllImport("user32.dll")]
private static extern bool BlockInput(bool block);
Stopwatch blockSW = new Stopwatch();
bool blocking = false...
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.
I've done my work, hope it help you guys.
Here my code
public string mainHandItemName = "Ruthless Gladiator's Hacker";//Name of the mainHandItemName
public string offHandItemName = "Ruthless Gladiator's Shield Wall";//Name of the offHandItemName
public string TwoHandItemName =...
Hey guys,
I'm sure warriors can swap weapon during combat.
I found the sample code here >http://www.thebuddyforum.com/archives/36113-equip-item-combat-2.html<
I'll try my new code when US server up, hope it work.
#region Swap Weapon
public string mainHandItemName =...