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

Search results

  1. tuanha

    Need help on Totem Range

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

    GlobalCooldownLeft Bug?

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

    Debuff Frost Nova Bug?

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

    Detect falling distance

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

    Improved Mass Dispel Code Help

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

    Report: Priest Penance spell bug

    The Priest Penance spell is bug. Can not get CastingSpell or CastingSpellID of this spell. Correct me if im wrong. Thank you.
  7. tuanha

    Constantly update heal unit

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

    Check unit casting on me?

    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.
  9. 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.
  10. 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...
  11. 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.
  12. 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...
  13. tuanha

    Detect distance My Pet -> Enemy

    Is there anyway to get distance form My Pet (Not Me) and the Pet Target? Thank you.
  14. 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...
  15. 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,
  16. 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...
  17. 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.
  18. tuanha

    Swap Weapon Code

    Hey guys, Can you help me a sample code for Swapping Weapon. I want to: If can cast Spell Reflection -> Equip shield Else equip 2h weapon Thank you
  19. tuanha

    Good TreeSharp Custom Class Guide/Tutorial

    Hi guys, Is there a good TreeSharp Custom Class Guide/Tutorial beside TreeSharp: Overview - Buddy Wiki Thank you.
Back
Top