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

Search results

  1. tuanha

    Refreshing WoW's Focus Frame during Me.SetFocus

    Styx.WoWInternals.Lua.DoString("FocusUnit('NAME')"); This don't work on Enemy Target Can someone help pls.
  2. tuanha

    GlobalCooldownLeft Bug?

    I think i find the way to work around the GlobalCooldownLeft bug by checking instant cast cooldown Run this Will return this So GlobalCooldownLeft definitively Bugged I guess.
  3. tuanha

    GlobalCooldownLeft Bug?

    Thank Stormchasing, that the problem. PS: I'm a big fan of your Paladin/Priest CC :D
  4. 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...
  5. tuanha

    Refreshing WoW's Focus Frame during Me.SetFocus

    Is supposed to 'focus' on targeted unit, same thing that /focus does. However, this /script command has been blocked by blizzard to avoid people making bots. FocusUnit();
  6. tuanha

    Refreshing WoW's Focus Frame during Me.SetFocus

    Up for code sample. Help pls
  7. 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 ||...
  8. tuanha

    Refreshing WoW's Focus Frame during Me.SetFocus

    Can you give me a sample code that do "PLAYER_FOCUS_CHANGED"? I completely don't know about lua thing... Thank you
  9. tuanha

    Detect falling distance

    I think i find the solution. Start a timer when isfalling = true If timer elapse for more than 1/2s and isfalling still = true Cast levitage/slow fall ... I'll test it later.
  10. 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.
  11. tuanha

    Refreshing WoW's Focus Frame during Me.SetFocus

    I have same issue and I have to work around by running macro 1. /target focus.name 2. /setfocus 3. /targetlasttarget Still waiting for a fix though.
  12. 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...
  13. 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.
  14. tuanha

    Constantly update heal unit

    This is my MainRotation code #region MainRotation private Composite MainRotation() { return new PrioritySelector( GetUnit(), //Get all the unit to heal, to dispell, to dot... TrinketPvPComp(), //Use PvP trinket...
  15. 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...
  16. tuanha

    Check unit casting on me?

    There's a wow addon name "Collectiv Spell Alert" which can alert who is casting something on who by reading the combat log. It's possible for Honorbuddy to act according to combat log?
  17. 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.
  18. tuanha

    [BotBase] RaidBot - 30fps CC Execution

    Well, i just report the issue and hope for an implement fix :)
  19. tuanha

    [BotBase] RaidBot - 30fps CC Execution

    This still slow down my CC by 70% if I enable constant searching for target to dispell, kill shot... And no major dps increase if the CC include Lag Tolerance to anticipate next action. Please fix the slow frame rate issue. Thank you
  20. tuanha

    Sapping when not incombat?

    Well, you have to insert it in the precombuff and that will work, because you have to be out of combat to sap don't you :)
Back
Top