What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Search results

  1. tuanha

    Sapping when not incombat?

    if (StyxWoW.Me.Combat == false && StyxWoW.Me.IsStealthed == true && StyxWoW.Me.CurrentTarget != null && StyxWoW.Me.CurrentTarget.Combat == false && StyxWoW.Me.CurrentTarget.IsHumanoid == true && StyxWoW.Me.CurrentTarget.Distance <= 10) {...
  2. tuanha

    Bug: !StyxWoW.Me.CurrentTarget.IsFriendly?

    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
  3. tuanha

    Change Custom Class without restarting HB

    Hey guys, is there a way to change CC without Restarting HB? I'm getting tired trying to test run my CC. Thank you.
  4. tuanha

    Bug: !StyxWoW.Me.CurrentTarget.IsFriendly?

    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...
  5. tuanha

    [BotBase] RaidBot - 30fps CC Execution

    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 :|
  6. tuanha

    [BotBase] RaidBot - 30fps CC Execution

    Test with singular and it's 60 FPS Test with my Non-Behavier Tree CC and frame drop to 37 FPS This Bot work better with Behavior Trees CC?
  7. tuanha

    [BotBase] RaidBot - 30fps CC Execution

    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)...
  8. tuanha

    Simple TreeSharp Custom Class

    Well every programmer need to start somewhere. I'll try to start with the simple [Raid Bot]Unholy Death Knight. Thank guys.
  9. tuanha

    Simple TreeSharp Custom Class

    Can you pls let me know a simple treesharp cc?
  10. tuanha

    Simple TreeSharp Custom Class

    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.
  11. tuanha

    Blacklist Unit

    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...
  12. tuanha

    Detect distance My Pet -> Enemy

    Is there anyway to get distance form My Pet (Not Me) and the Pet Target? Thank you.
  13. tuanha

    Click NEAR target location

    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...
  14. tuanha

    Disable Movement from User (form Mouse/Keyboard input)

    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...
  15. tuanha

    Disable Movement from User (form Mouse/Keyboard input)

    Thank jasf10, I'll try on my amazing mage custome cc :P
  16. tuanha

    Dismount on Sap

    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,
  17. tuanha

    Disable Movement from User (form Mouse/Keyboard input)

    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...
  18. tuanha

    Detect Target Talent Tree and Keypress

    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.
  19. tuanha

    Swap Weapon Code

    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 =...
  20. tuanha

    Swap Weapon Code

    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 =...
Back
Top