• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Superbad - Mage CC

    Discussion in 'Archives' started by handnavi, Nov 20, 2012.

    1. nigel

      nigel Member

      Joined:
      Apr 21, 2012
      Messages:
      87
      Likes Received:
      1
      Trophy Points:
      8
      Is it randomly casting timewarp, seems to cast it at all the wrong places,
       
    2. handnavi

      handnavi Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,489
      Likes Received:
      59
      Trophy Points:
      48
      AW: Superbad - Mage CC

      Im currently reworking the druid bugs.
      Afterwards i will fix all issues here. :)
       
    3. Clubwar

      Clubwar Member

      Joined:
      May 3, 2012
      Messages:
      907
      Likes Received:
      3
      Trophy Points:
      18
      Rotation fire is good?
       
    4. handnavi

      handnavi Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,489
      Likes Received:
      59
      Trophy Points:
      48
      Reworked frost rotation completely!
      Should work now really good. :]

      Next will be arcane!
       
    5. Clubwar

      Clubwar Member

      Joined:
      May 3, 2012
      Messages:
      907
      Likes Received:
      3
      Trophy Points:
      18
      Fire CC is very low damage for raiding
       
    6. humble

      humble New Member

      Joined:
      Sep 22, 2012
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      0
      Could you share with us how to deactivate the crazy usage of Time Warp, until you have an option for it in the settings, please? :)
       
    7. handnavi

      handnavi Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,489
      Likes Received:
      59
      Trophy Points:
      48
      AW: Superbad - Mage CC

      Okay... :D

      Go into Mageattacks. Cs.
      Search for

      time_warp (string explain)
      {

      Add the following line just behind the "{" :
      return false;
       
    8. humble

      humble New Member

      Joined:
      Sep 22, 2012
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      0
      Thanks a lot :)
       
    9. humble

      humble New Member

      Joined:
      Sep 22, 2012
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      0
      You may need to be more specific :p All I can find is:

      Code:
      private static bool time_warp()
      	return false;
              {
                  if (StyxWoW.Me.CurrentTarget == null)
                      return false;
                  if (StyxWoW.Me.IsInInstance && !target.IsBoss(StyxWoW.Me.CurrentTarget) &&
                      !target.IsTrainingDummy(StyxWoW.Me.CurrentTarget))
                      return false;
                  if (!SpellManager.HasSpell("Time Warp"))
                      return false;
                  if (SpellManager.Spells["Time Warp"].CooldownTimeLeft.TotalSeconds >
                      SpellManager.GlobalCooldownLeft.TotalSeconds)
                      return false;
                  if (StyxWoW.Me.HasAura("Temporal Displacement") || StyxWoW.Me.HasAura("Exhaustion"))
                      return false;
                  SpellManager.Cast("Time Warp");
                  Logging.Write(LogLevel.Normal, "Time Warp");
                  return true;
              }
       
    10. handnavi

      handnavi Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,489
      Likes Received:
      59
      Trophy Points:
      48
      AW: Superbad - Mage CC

      Like this :)

      Sorry, i am not at home atm
       
    11. Seamountain

      Seamountain New Member

      Joined:
      Oct 24, 2012
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      0
      I'm currently struggeling with getting this to work with BGBuddy.
      It seems like that the bot needs to be helped with mounting each time after combat.
      Current setup is BGBuddy - Superbad with Ultimate PvP Suite.
      The CC works fine once I actually mount my character.
       
    12. Clubwar

      Clubwar Member

      Joined:
      May 3, 2012
      Messages:
      907
      Likes Received:
      3
      Trophy Points:
      18
      The rotation for Arcane mage never use Arcane Barrage, always must have 6 charges up
       
    13. Pahwn

      Pahwn New Member

      Joined:
      Oct 23, 2012
      Messages:
      39
      Likes Received:
      0
      Trophy Points:
      0
      Happens for me sometimes aswell, the mount problem. And oddly enough only with this CC haha..

      And it also just zones out sometimes and like sits there for until it DC's due to away, dont know what the problem is..
       
    14. handnavi

      handnavi Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,489
      Likes Received:
      59
      Trophy Points:
      48
      AW: Superbad - Mage CC

      I will look into the mounting issues tomorrow :)
       
    15. Netghost

      Netghost New Member

      Joined:
      Oct 7, 2012
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      waiting for custom ui to be finished. I hope this will be as good as your cat cc, awesome work sir.
       
    16. handnavi

      handnavi Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,489
      Likes Received:
      59
      Trophy Points:
      48
      I hope so, too. :)
       
    17. handnavi

      handnavi Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,489
      Likes Received:
      59
      Trophy Points:
      48
      Just pushed a new version!

      - Fixed mounting. :p
       
    18. Pahwn

      Pahwn New Member

      Joined:
      Oct 23, 2012
      Messages:
      39
      Likes Received:
      0
      Trophy Points:
      0
      Whatever you did in the last update, you did magic!

      Works perfect again, and its REALLY good in BG's :)
       
    19. handnavi

      handnavi Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,489
      Likes Received:
      59
      Trophy Points:
      48
      Yiiihaaa! :cool:
       
    20. Alucardtnuoc

      Alucardtnuoc New Member

      Joined:
      Oct 20, 2012
      Messages:
      161
      Likes Received:
      0
      Trophy Points:
      0
      Will be giving frost a try on my 498 mage, will let you know.
       

    Share This Page