• Visit Rebornbuddy
  • [PAID] Ultimate Interrupter - The Intelligent Interrupter

    Discussion in 'Combat' started by Phelon, Dec 11, 2014.

    1. thejaymanb

      thejaymanb New Member

      Joined:
      Feb 23, 2015
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      Brilliant, thanks for your awesome support, glad I bought it :)
       
    2. Masterbaker35

      Masterbaker35 New Member

      Joined:
      Feb 6, 2015
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      Hey, quick question does your do nothing bot base work with this?
       
    3. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      It sure does!
       
    4. Masterbaker35

      Masterbaker35 New Member

      Joined:
      Feb 6, 2015
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      It's weird im trying to use your product but ever since the new ui its not kicking anything, I even retyped all the spells.
       
    5. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      Can you post your log and your spells + interrupts?
       
    6. Masterbaker35

      Masterbaker35 New Member

      Joined:
      Feb 6, 2015
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      C:\Users\Owner\Desktop\New folder\Logs\Tichondrius - Mâstër\5780 2015-04-18 14.20\5780 2015-04-18 14.20.txt
      ^^^^^^^^^
      Logs

      C:\Users\Owner\Desktop\New folder\Settings\Tichondrius\Mâstër\UltimateInterrupter\PvP\Spells.xml - Spells
      C:\Users\Owner\Desktop\New folder\Settings\Tichondrius\Mâstër\UltimateInterrupter\PvP\Interrupts.xml - Interrupts, but for some reason Wind Shear isnt coming up even though I manually inserted all the data in game via, Plugins -> Ultimate Interrupter -> Settings -> Add interrupt, Wind Shear the spell id, 25 yard, and its not coming up in that log tho idk :/

      Still isn't working and I've tried many solutions :/
       
      Last edited: Apr 18, 2015
    7. Masterbaker35

      Masterbaker35 New Member

      Joined:
      Feb 6, 2015
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      [19:00:52.720 D] System.ApplicationException: Cannot run Tick before running Start first!
      at Styx.TreeSharp.Composite.Tick(Object context)
      at Styx.CommonBot.TreeRoot.()
      at Styx.CommonBot.TreeRoot.(Action , String , Boolean )
      [19:00:52.733 D] Exception was thrown in BotBase.Root.Tick
      [19:00:52.733 D] System.ApplicationException: Cannot run Tick before running Start first!
      at Styx.TreeSharp.Composite.Tick(Object context)
      at Styx.CommonBot.TreeRoot.()
      at Styx.CommonBot.TreeRoot.(Action , String , Boolean )
      [19:00:52.798 D] Exception was thrown in BotBase.Root.Tick[19:00:52.720 D] System.ApplicationException: Cannot run Tick before running Start first!
      at Styx.TreeSharp.Composite.Tick(Object context)
      at Styx.CommonBot.TreeRoot.()
      at Styx.CommonBot.TreeRoot.(Action , String , Boolean )
      [19:00:52.733 D] Exception was thrown in BotBase.Root.Tick
      [19:00:52.733 D] System.ApplicationException: Cannot run Tick before running Start first!
      at Styx.TreeSharp.Composite.Tick(Object context)
      at Styx.CommonBot.TreeRoot.()
      at Styx.CommonBot.TreeRoot.(Action , String , Boolean )
      [19:00:52.798 D] Exception was thrown in BotBase.Root.Tick

      I've noticed I have a lot of this code in my logs.
       
    8. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      Try Enyo or Raid Bot (they technically do the same thing) and see what happens I guess I never uploaded the fix for that. Thanks for reminding me.
       
    9. Masterbaker35

      Masterbaker35 New Member

      Joined:
      Feb 6, 2015
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      Enyo did the same thing, :/ I also had the plugins enabled in b4 you ask :p
       
    10. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
    11. Masterbaker35

      Masterbaker35 New Member

      Joined:
      Feb 6, 2015
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      I think that worked ?
      Did that help?
       
      Last edited: Apr 19, 2015
    12. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      I might know why.

      Run this in Console and tell me what it outputs into the Log Window.
      Code:
                  SpellFindResults spellFindResults;
                  if (SpellManager.FindSpell(57994, out spellFindResults))
                  {
                      var spell = spellFindResults.Override ?? spellFindResults.Original;
                      Logging.Write("IsMelee:" + spell.IsMeleeSpell);
                      Logging.Write("MaxRange:" + spell.MaxRange);
                  }
      
       
      Last edited: Apr 19, 2015
    13. Masterbaker35

      Masterbaker35 New Member

      Joined:
      Feb 6, 2015
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      can you explain how to run that in console, I can look it up if needed.
       
    14. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      In HB click Enhanced Mode -> Developer Tools -> Console -> New -> Paste that in -> Hit Run
       
    15. Masterbaker35

      Masterbaker35 New Member

      Joined:
      Feb 6, 2015
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      Stopping the bot!
      Bot stopping! Reason: User pressed the stop button
      IsMelee:False
      MaxRange:25
      IsMelee:False
      MaxRange:25


      The bot stopping didnt have to do anything to do with the code.
       
    16. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      I see you trying to interrupt. Can you tell me what you think we we are missing? Is Wind Shear on a GCD?

      Code:
          Line 33801: [18:29:47.696 N] [Ultimate Interrupt - Info] Interrupting Target: Lvl 100 Alliance Druid Casting: Regrowth with Interrupt: Shaman Wind Shear at Range: 2.17442321777344 with Time Left: 0
          Line 33823: [18:29:47.696 N] [Ultimate Interrupt - Info] Interrupting Target: Lvl 100 Alliance Druid Casting: Regrowth with Interrupt: Shaman Wind Shear at Range: 2.17442321777344 with Time Left: 0
          Line 45119: [18:32:03.407 N] [Ultimate Interrupt - Info] Interrupting Target: Lvl 100 Alliance Druid Casting: Regrowth with Interrupt: Shaman Wind Shear at Range: 3.33141279220581 with Time Left: 0 
          Line 45147: [18:32:03.407 N] [Ultimate Interrupt - Info] Interrupting Target: Lvl 100 Alliance Druid Casting: Regrowth with Interrupt: Shaman Wind Shear at Range: 3.33141279220581 with Time Left: 0 
          Line 45163: [18:32:03.679 N] [Ultimate Interrupt - Info] Interrupting Target: Lvl 100 Alliance Druid Casting: Regrowth with Interrupt: Shaman Wind Shear at Range: 0.676015853881836 with Time Left: 0
          Line 45166: [18:32:03.939 N] [Ultimate Interrupt - Info] Interrupting Target: Lvl 100 Alliance Druid Casting: Regrowth with Interrupt: Shaman Wind Shear at Range: 2.93363976478577 with Time Left: 0 
          Line 45175: [18:32:03.679 N] [Ultimate Interrupt - Info] Interrupting Target: Lvl 100 Alliance Druid Casting: Regrowth with Interrupt: Shaman Wind Shear at Range: 0.676015853881836 with Time Left: 0
          Line 45196: [18:32:03.939 N] [Ultimate Interrupt - Info] Interrupting Target: Lvl 100 Alliance Druid Casting: Regrowth with Interrupt: Shaman Wind Shear at Range: 2.93363976478577 with Time Left: 0 
          Line 46819: [18:32:24.288 N] [Ultimate Interrupt - Info] Interrupting Target: Lvl 100 Alliance Druid Casting: Cyclone with Interrupt: Shaman Wind Shear at Range: 2.73596000671387 with Time Left: 480
          Line 46855: [18:32:24.288 N] [Ultimate Interrupt - Info] Interrupting Target: Lvl 100 Alliance Druid Casting: Cyclone with Interrupt: Shaman Wind Shear at Range: 2.73596000671387 with Time Left: 480
          Line 46865: [18:32:24.555 N] [Ultimate Interrupt - Info] Interrupting Target: Lvl 100 Alliance Druid Casting: Cyclone with Interrupt: Shaman Wind Shear at Range: 2.97563219070435 with Time Left: 213 
          Line 46881: [18:32:24.555 N] [Ultimate Interrupt - Info] Interrupting Target: Lvl 100 Alliance Druid Casting: Cyclone with Interrupt: Shaman Wind Shear at Range: 2.97563219070435 with Time Left: 213 
          Line 46902: [18:32:24.889 N] [Ultimate Interrupt - Info] Interrupting Target: Lvl 100 Alliance Druid Casting: Regrowth with Interrupt: Shaman Wind Shear at Range: 2.97563219070435 with Time Left: 1000
          Line 46910: [18:32:24.889 N] [Ultimate Interrupt - Info] Interrupting Target: Lvl 100 Alliance Druid Casting: Regrowth with Interrupt: Shaman Wind Shear at Range: 2.97563219070435 with Time Left: 1000
          Line 55446: [18:34:04.709 N] [Ultimate Interrupt - Info] Interrupting Target: Lvl 100 Alliance Mage Casting: Polymorph with Interrupt: Shaman Wind Shear at Range: 3.08082127571106 with Time Left: 386 
          Line 55452: [18:34:04.709 N] [Ultimate Interrupt - Info] Interrupting Target: Lvl 100 Alliance Mage Casting: Polymorph with Interrupt: Shaman Wind Shear at Range: 3.08082127571106 with Time Left: 386 
          Line 205409: [19:05:59.129 N] [Ultimate Interrupt - Info] Interrupting Target: Lvl 100 Alliance Paladin Casting: Flash of Light with Interrupt: Shaman Wind Shear at Range: 3.3056275844574 with Time Left: 347 
          Line 205423: [19:05:59.129 N] [Ultimate Interrupt - Info] Interrupting Target: Lvl 100 Alliance Paladin Casting: Flash of Light with Interrupt: Shaman Wind Shear at Range: 3.3056275844574 with Time Left: 347 
          Line 238613: [19:12:59.461 N] [Ultimate Interrupt - Info] Interrupting Target: Lvl 100 Alliance Shaman Casting: Hex with Interrupt: Wind Shear at Range: 2.4356906414032 with Time Left: 893 
          Line 238642: [19:12:59.461 N] [Ultimate Interrupt - Info] Interrupting Target: Lvl 100 Alliance Shaman Casting: Hex with Interrupt: Wind Shear at Range: 2.4356906414032 with Time Left: 893 
      
       
      Last edited: Apr 19, 2015
    17. Masterbaker35

      Masterbaker35 New Member

      Joined:
      Feb 6, 2015
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      View attachment 176037 It wasnt working, Ill q a skirm and let you know what happens... When I tested it w/ my rdruid friend it kept saying all that chat and going but no wind shear

      Nope, was just standing there telling my lock to cast fear, that didnt work so i asked my rdruid to cast regrowth/clone and that didnt work either.

      [Ultimate Interrupt - Info] Current Target is Casting: Cyclone with ID: 33786 at Distance: 10.4929685592651 with Time Left 1545:
      [Ultimate Interrupt - Info] Current Target is Casting: Cyclone with ID: 33786 at Distance: 10.4929685592651 with Time Left 1459:
      [Ultimate Interrupt - Info] Current Target is Casting: Cyclone with ID: 33786 at Distance: 10.4929685592651 with Time Left 1447:
      [Ultimate Interrupt - Info] Current Target is Casting: Cyclone with ID: 33786 at Distance: 10.4929685592651 with Time Left 1395:
      [Ultimate Interrupt - Info] Current Target is Casting: Cyclone with ID: 33786 at Distance: 10.4929685592651 with Time Left 1317:
      [Ultimate Interrupt - Info] Current Target is Casting: Cyclone with ID: 33786 at Distance: 10.4929685592651 with Time Left 1264:
      [Ultimate Interrupt - Info] Current Target is Casting: Cyclone with ID: 33786 at Distance: 10.4929685592651 with Time Left 1084:
      [Ultimate Interrupt - Info] Current Target is Casting: Cyclone with ID: 33786 at Distance: 10.4929685592651 with Time Left 1072:
      [Ultimate Interrupt - Info] Current Target is Casting: Cyclone with ID: 33786 at Distance: 10.4929685592651 with Time Left 943:
      [Ultimate Interrupt - Info] Current Target is Casting: Cyclone with ID: 33786 at Distance: 10.4929685592651 with Time Left 850:
      [Ultimate Interrupt - Info] Current Target is Casting: Cyclone with ID: 33786 at Distance: 10.4929685592651 with Time Left 659:
      [Ultimate Interrupt - Info] Current Target is Casting: Cyclone with ID: 33786 at Distance: 10.4929685592651 with Time Left 333:
      [Ultimate Interrupt - Exception] System.NullReferenceException: Object reference not set to an instance of an object.
      at UltimateInterrupter.Main.‏​**‬‏*​****​*​*​‎‏**‫*‫‫**(WoWSpell )
      at UltimateInterrupter.Main.Pulse()
      Stopping the bot!
      Bot stopping! Reason: User pressed the stop button

      It was working fine before the new ui patch.
       
      Last edited: Apr 19, 2015
    18. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      Thanks for the assist, found the bug and uploading a change. I did a bunch of changes for PvE and put in a small bug that completely fucked PvP. I till be working next review they do. So probably tomorrow night.

      You can see what I did. Go stand almost right on your partners and have them cast.. I bet it works =)
       
      Last edited: Apr 19, 2015
    19. alvin9

      alvin9 New Member

      Joined:
      Apr 19, 2015
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      my problem is same with masterbaker35.
      the plugin doesn't work on new verson.
      before all allright.
       
    20. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      It won't work in PvP till HB Staff approves the new version. It should be approved at some point today.
       

    Share This Page