• Visit Rebornbuddy
  • Mr.AutoFight: A Plugin for People who want to Play but Not Fight

    Discussion in 'Archives' started by CodenameG, Jun 6, 2010.

    Thread Status:
    Not open for further replies.
    1. Tiefe

      Tiefe New Member

      Joined:
      Feb 19, 2010
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      1
      made a new post sorry should have edited this one.
       
      Last edited: Jun 13, 2010
    2. Apics

      Apics New Member

      Joined:
      Jan 15, 2010
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      0
      Any way to set this up so it can heal heroics?
       
    3. cawpet

      cawpet Member

      Joined:
      Jan 23, 2010
      Messages:
      876
      Likes Received:
      2
      Trophy Points:
      18
      So when are we getting mr.autotank? :p.
      I could farm heroics way easier and faster than queuing as dps xD.
       
    4. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      never, youll never get such an addon or CC from me, that will allow automated heroic running at cap. i need to draw the line somewhere, and screwing with other players end game is where i do it.
       
    5. shukolade

      shukolade New Member

      Joined:
      May 13, 2010
      Messages:
      42
      Likes Received:
      0
      Trophy Points:
      0
      More like this please :D
       
    6. ilyals

      ilyals Member

      Joined:
      May 26, 2010
      Messages:
      119
      Likes Received:
      3
      Trophy Points:
      18
      First dedicated CC for Mr.Autofight. HC's tanking made easy now.
      Paladin Assistant
       
    7. Tiefe

      Tiefe New Member

      Joined:
      Feb 19, 2010
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      1
      The plugin HB toggle works BRILLIANTLY with this plug-in. I have a razer mamba wireless mouse and i can bot through heroics like no other while laying in bed watching something else like lost (great show). Anyways, i bound the (home) key to the side button of my mouse, and i can turn it on and off like a switch when the tank pulls something. This prevents my cat from faerie firing another group when the fighting is over.
       
    8. Apics

      Apics New Member

      Joined:
      Jan 15, 2010
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      0
      nevermind.
       
    9. BiggBullz

      BiggBullz New Member

      Joined:
      Apr 15, 2010
      Messages:
      75
      Likes Received:
      0
      Trophy Points:
      0
      try loading HB with ur dummy cc before zoning in. It should work fine if setup in Raf prior to entering dungeon
       
    10. Joker76

      Joker76 Member

      Joined:
      Feb 8, 2010
      Messages:
      835
      Likes Received:
      9
      Trophy Points:
      18
      I understand where you're coming from here. But honestly, how mind-numbingly boring is it to heal or tank (or even DPS) the same heroic instances over and over again? I have 6 max level toons now, and I need to run heroics on all of them to gear up, get badges, etc. I must have done each heroic instance at least 50 times by now, so being able to farm heroics with HB and this plugin is awesome.

      Are you saying that your CCs won't work with the plugin?
       
    11. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      what im saying is, if i ever find out someone is doing heroics completely afk, i will change MY code to prevent it. heroics is where i draw the line, because if the code is acting like a fail druid it gives others harder times, and when doing things like halls of reflections theres no room for people to not give it their all.
       
    12. MDurner11

      MDurner11 Member

      Joined:
      Jan 15, 2010
      Messages:
      201
      Likes Received:
      0
      Trophy Points:
      16
      I feel ya, and second your decision. It's one thing to ease the pain of farming emblems, but it's another to fuck up someone else's experience (even more possibly FOUR other people) because you are being lazy.
       
    13. s1l3nced

      s1l3nced Member

      Joined:
      Jan 15, 2010
      Messages:
      108
      Likes Received:
      1
      Trophy Points:
      18
      CodenameG this is probably the most useful plugin ive ever used. It's made instances more playable for me after the long grind to 80. Let's thank him for this wonderful contribution.

      On a side note, is it possible you can have a look at a problem i'm having?


      • I've downloaded PaladinassistNEW from iliyas.
      • I've downloaded 1.945 beta
      • I've downloaded Mr.AutoFight


      • I made a new folder for HB, extracted it in that folder.
      • I extracted PaladinAssistNEW into the Custom Classes folder, deleted all the other custom classes, except config folder.
      • I put Mr.AutoFight into the plugins folder
      • I ran HB, enabled Mr.AutoFight
      • I go into combat, and the CC doesn't do the rotation. I've talked to iliyas and he says this is weird, because it's working fine for him. I've used your plugin, along with his CC for quite some time before all these patches and just need a good answer on why this is happening! I'm just trying to make sure it isn't something i'm doing wrong :S
      Anyways, I've attached a log, your plugin, and his CC.
       

      Attached Files:

    14. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      if this code from the CC is correct.
      Code:
              #region Pulse
              public override void Pulse()
              {
                  try
                  {
                      while (Styx.Logic.BehaviorTree.TreeRoot.IsRunning && !Me.Combat)
                      {
                          rFlag = false;
                          Thread.Sleep(10);
                      }
                  }
                  catch (Exception e)
                  {
                      slog(e.ToString());
                  }
              }
              #endregion
      
      then theres no need for the plugin, however there should not be any pulse() checking in any CC, since they are built to do totally different things.i suggest removing the code from the CC, since its not needed.
       
    15. s1l3nced

      s1l3nced Member

      Joined:
      Jan 15, 2010
      Messages:
      108
      Likes Received:
      1
      Trophy Points:
      18
      so just remove that entire code?

      p.s. wanna help me do this over msn that way if me (mainly you) come up with a fix we can post it for everyone?
       
    16. ilyals

      ilyals Member

      Joined:
      May 26, 2010
      Messages:
      119
      Likes Received:
      3
      Trophy Points:
      18
      It's actually needed ^^ There is a variable reset ^^ It can be moved from there though.

      And better attach a log from yesterday if you are posting this even here, this logs shows nothing but the thread got exception that was handled by CC.
      As i've seen from your's yesterday log, you have some file permission problems.

      And common questions:
      - Have you selected any profiie?
      - Have selected a Mesh folder
       
    17. s1l3nced

      s1l3nced Member

      Joined:
      Jan 15, 2010
      Messages:
      108
      Likes Received:
      1
      Trophy Points:
      18
      Yeah, I selected any random profile because it won't let me click start without.
      Yeah, I've selected a mesh folder.

      Code:
      Loading Honorbuddy 1.9.4.5 settings.
      LastUsedPath: 
      FoodName: Food Name Here
      DrinkName: Drink Name Here
      MountName: Mount Name Here
      MeshesFolderPath: C:\Users\Sean\Desktop\meshes
      LootMobs: True
      SkinMobs: False
      NinjaSkin: False
      LootChests: True
      HarvestMinerals: False
      HarvestHerbs: False
      UseMount: False
      UseOldForm: False
      PullDistance: 30
      LootRadius: 99
      RafFollowDistance: 3
      SelectedBotIndex: 0
      FormLocationX: 766
      FormLocationY: 36
      UseExperimentalPathFollowing: True
      Attached to WoW with ID 4020
      Authenticating..
      Authentication successful.
      Building spell book
      Adding: Auto Attack
      Adding: Block
      Adding: Cold Weather Flying
      Adding: Diplomacy
      Adding: Dodge
      Adding: Every Man for Himself
      Adding: Find Minerals
      Adding: First Aid
      Adding: Jewelcrafting
      Adding: Mace Specialization
      Adding: Mining
      Adding: Parry
      Adding: Perception
      Adding: Prospecting
      Adding: Smelting
      Adding: Sword Specialization
      Adding: The Human Spirit
      Adding: Toughness
      Adding: Aura Mastery
      Adding: Blessing of Wisdom
      Adding: Cleanse
      Adding: Concentration Aura
      Adding: Consecration
      Adding: Divine Plea
      Adding: Exorcism
      Adding: Flash of Light
      Adding: Greater Blessing of Wisdom
      Adding: Holy Light
      Adding: Holy Wrath
      Adding: Lay on Hands
      Adding: Purify
      Adding: Redemption
      Adding: Sacred Shield
      Adding: Seal of Light
      Adding: Seal of Righteousness
      Adding: Seal of Wisdom
      Adding: Sense Undead
      Adding: Turn Evil
      Adding: Blessing of Kings
      Adding: Devotion Aura
      Adding: Divine Intervention
      Adding: Divine Protection
      Adding: Divine Shield
      Adding: Fire Resistance Aura
      Adding: Frost Resistance Aura
      Adding: Greater Blessing of Kings
      Adding: Hammer of Justice
      Adding: Hand of Freedom
      Adding: Hand of Protection
      Adding: Hand of Reckoning
      Adding: Hand of Sacrifice
      Adding: Hand of Salvation
      Adding: Righteous Defense
      Adding: Righteous Fury
      Adding: Seal of Justice
      Adding: Shadow Resistance Aura
      Adding: Shield of Righteousness
      Adding: Avenging Wrath
      Adding: Blessing of Might
      Adding: Crusader Aura
      Adding: Crusader Strike
      Adding: Divine Storm
      Adding: Greater Blessing of Might
      Adding: Hammer of Wrath
      Adding: Judgement of Justice
      Adding: Judgement of Light
      Adding: Judgement of Wisdom
      Adding: Repentance
      Adding: Retribution Aura
      Adding: Seal of Command
      Adding: Seal of Vengeance
      Spell book built
      Chose Paladin Assistant 1.0 Alpha as your combat class!
      New bot added!: Grind bot
      New bot added!: PvP
      Duplicate default sequence handler for MailItems added!
      New bot added!: Mixed
      New bot added!: RaF Combat Assist
      New bot added!: Questing - Beta
      Honorbuddy 1.9.4.5 started!
      Character is a level 80 Paladin
      Current zone is: The Oculus
      Error starting: You haven't loaded a profile!
      
      If I don't select a profile.
       

      Attached Files:

      Last edited: Jul 1, 2010
    18. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      then get rid of the sleep, the sleep is heading into a sleep, and thats the problem. but really idk why its needed at all. idk, maybe its time i take a wack at this.
       
    19. s1l3nced

      s1l3nced Member

      Joined:
      Jan 15, 2010
      Messages:
      108
      Likes Received:
      1
      Trophy Points:
      18
      yesss! I appreciate this so much, im glad you guys are trying to help :D
       
    20. s1l3nced

      s1l3nced Member

      Joined:
      Jan 15, 2010
      Messages:
      108
      Likes Received:
      1
      Trophy Points:
      18
      note: I've seen it sometimes do Divine plea, but thats about it. After that, it just stops.
      I think it's done one other attack before, but I couldn't tell which because it doesn't say anything in the log except..

      Code:
      Loading Honorbuddy 1.9.4.5 settings.
      LastUsedPath: C:\Users\Sean\Desktop\3.3.5a\Default Profiles\EotS.xml
      FoodName: Food Name Here
      DrinkName: Drink Name Here
      MountName: Mount Name Here
      MeshesFolderPath: C:\Users\Sean\Desktop\meshes
      LootMobs: True
      SkinMobs: False
      NinjaSkin: False
      LootChests: True
      HarvestMinerals: False
      HarvestHerbs: False
      UseMount: False
      UseOldForm: False
      PullDistance: 30
      LootRadius: 99
      RafFollowDistance: 3
      SelectedBotIndex: 0
      FormLocationX: 766
      FormLocationY: 36
      UseExperimentalPathFollowing: True
      Attached to WoW with ID 4020
      Authenticating..
      Authentication successful.
      Building spell book
      Adding: Auto Attack
      Adding: Block
      Adding: Cold Weather Flying
      Adding: Diplomacy
      Adding: Dodge
      Adding: Every Man for Himself
      Adding: Find Minerals
      Adding: First Aid
      Adding: Jewelcrafting
      Adding: Mace Specialization
      Adding: Mining
      Adding: Parry
      Adding: Perception
      Adding: Prospecting
      Adding: Smelting
      Adding: Sword Specialization
      Adding: The Human Spirit
      Adding: Toughness
      Adding: Blessing of Wisdom
      Adding: Cleanse
      Adding: Concentration Aura
      Adding: Consecration
      Adding: Divine Plea
      Adding: Exorcism
      Adding: Flash of Light
      Adding: Greater Blessing of Wisdom
      Adding: Holy Light
      Adding: Holy Wrath
      Adding: Lay on Hands
      Adding: Purify
      Adding: Redemption
      Adding: Sacred Shield
      Adding: Seal of Light
      Adding: Seal of Righteousness
      Adding: Seal of Wisdom
      Adding: Sense Undead
      Adding: Turn Evil
      Adding: Avenger's Shield
      Adding: Blessing of Kings
      Adding: Blessing of Sanctuary
      Adding: Devotion Aura
      Adding: Divine Intervention
      Adding: Divine Protection
      Adding: Divine Sacrifice
      Adding: Divine Shield
      Adding: Fire Resistance Aura
      Adding: Frost Resistance Aura
      Adding: Greater Blessing of Kings
      Adding: Greater Blessing of Sanctuary
      Adding: Hammer of Justice
      Adding: Hammer of the Righteous
      Adding: Hand of Freedom
      Adding: Hand of Protection
      Adding: Hand of Reckoning
      Adding: Hand of Sacrifice
      Adding: Hand of Salvation
      Adding: Holy Shield
      Adding: Righteous Defense
      Adding: Righteous Fury
      Adding: Seal of Justice
      Adding: Shadow Resistance Aura
      Adding: Shield of Righteousness
      Adding: Spiritual Attunement
      Adding: Avenging Wrath
      Adding: Blessing of Might
      Adding: Crusader Aura
      Adding: Greater Blessing of Might
      Adding: Hammer of Wrath
      Adding: Judgement of Justice
      Adding: Judgement of Light
      Adding: Judgement of Wisdom
      Adding: Retribution Aura
      Adding: Seal of Vengeance
      Spell book built
      Chose Paladin Assistant 1.0 Alpha as your combat class!
      New bot added!: Grind bot
      New bot added!: PvP
      Duplicate default sequence handler for MailItems added!
      New bot added!: Mixed
      New bot added!: RaF Combat Assist
      New bot added!: Questing - Beta
      Honorbuddy 1.9.4.5 started!
      Character is a level 80 Paladin
      Current zone is: The Oculus
      Activity: Applying Combat Buffs
       
    Thread Status:
    Not open for further replies.

    Share This Page