[HonorBuddy] Healing Sphere bot (edited, faster, stronger, still working after 1h) menu

User Tag List

Results 1 to 12 of 12
  1. #1
    sebaba12's Avatar Sergeant
    Reputation
    25
    Join Date
    Sep 2012
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [HonorBuddy] Healing Sphere bot (edited, faster, stronger, still working after 1h)

    Still working at 5.4.8 patch.



    You need HonorBuddy bot for this.

    Create folder called ORBZ in Honorbuddy\Bots\ and create new file in notepad and save it as ORBZ.cs

    Code:
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using Styx;
    using Styx.Common;
    using Styx.CommonBot;
    using Styx.CommonBot.POI;
    using Styx.CommonBot.Profiles;
    using Styx.CommonBot.Routines;
    using Styx.Helpers;
    using Styx.Pathing;
    using Styx.WoWInternals.WoWObjects;
    using Styx.TreeSharp;
    using Styx.WoWInternals;
    using Styx.WoWInternals.WoWObjects;
    
    using Action = Styx.TreeSharp.Action;
    
    namespace ORBZ {
        class ORBZ: BotBase {
            public override string Name {
                get {
    				return "ORBZ";
    			}
            }
    
            public override PulseFlags PulseFlags {
                get {
    				return PulseFlags.All;
    			}
    		}
    
            static int castORBZ = 0;
            public override void Pulse() {
    			if (castORBZ == 0)
    				return;
    
    			SpellManager.Cast("Healing Sphere");
    
    			if (castORBZ == 1)
    				SpellManager.ClickRemoteLocation(StyxWoW.Me.Location);
    			else if (castORBZ == 2)
    				SpellManager.ClickRemoteLocation(StyxWoW.Me.CurrentTarget.Location);
    			
    			Lua.DoString("SpellStopTargeting(); castORBZ = 0;");
    			castORBZ = 0;
            }
    
            private Composite _root;
            public override Composite Root {
                get {
                    return _root ?? (_root = new PrioritySelector(logic()));
                }
            }
    
            public override void Start() {
    			ProfileManager.LoadEmpty();
            }
    
    		private static Composite logic() {
                return new Action(delegate {
    				castORBZ = Lua.GetReturnVal<int>("return castORBZ", 0);
    			});
            }
        }
    }


    Make 2 macros:

    for orbs under your target location
    Code:
    #showtool Healing Sphere
    /script castORBZ =2;
    and

    for orbs under you
    Code:
    #showtool Healing Sphere
    /script castORBZ =1;


    Disable all plugins, select bot ORBZ in HonorBuddy and click START.

    If you clicked 1st macro without target just click STOP and START in HonorBuddy.
    Last edited by sebaba12; 06-06-2014 at 09:50 AM.

    [HonorBuddy] Healing Sphere bot (edited, faster, stronger, still working after 1h)
  2. #2
    klamor's Avatar Active Member
    Reputation
    30
    Join Date
    Mar 2007
    Posts
    323
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What exactly is this supposed to do?


  3. #3
    RedRussian's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    221
    Join Date
    Nov 2012
    Posts
    430
    Thanks G/R
    2/3
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    According to the code, it must be placing a healing sphere right beneath your target.

  4. #4
    1kar0s's Avatar Private
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That pretty amazing, if anyone found a solution to fix the macro without target let us know!

    If you use 'disable' Ability its will target the enemy, but most macro doesn't work when the green circle AoE is on.

  5. #5
    Karmakaze's Avatar Member
    Reputation
    1
    Join Date
    Jun 2014
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I just got Honorbuddy and used it for the 1st time tonight with another Hsphere bot but I can't get this one to work. When i make the file and change it to .CS but then use honorbuddy to load it there's only XML and the .CS isn't listed. What am I doing wrong?

  6. #6
    larryx's Avatar Member
    Reputation
    1
    Join Date
    Jun 2014
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There was an update today - Patch 5.4.8 (18414) does there need to be an update or is it still safe to use?

  7. #7
    s00136840's Avatar Member
    Reputation
    1
    Join Date
    Jul 2014
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    bump for this, can't seem to get it to work. I follow the instructions, and when I tap the macro it just comes up with /script etc etc etc as a speech bubble

  8. #8
    idk973's Avatar Member
    Reputation
    1
    Join Date
    Aug 2014
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, I've been using this for about a week and about 3 days ago my WoW has been crashing randomly. I did not change anything. Was just wondering if there is anything you could help me with?

  9. #9
    denlex92's Avatar Member
    Reputation
    1
    Join Date
    Jun 2014
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by idk973 View Post
    Hey, I've been using this for about a week and about 3 days ago my WoW has been crashing randomly. I did not change anything. Was just wondering if there is anything you could help me with?
    +1 , what's wrong? 3 crashing on 2600mmr (

  10. #10
    weakpa2's Avatar Member
    Reputation
    1
    Join Date
    Aug 2014
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks man. I will try this one. feedback later.

  11. #11
    Edsaxe's Avatar Member
    Reputation
    2
    Join Date
    Sep 2011
    Posts
    91
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any way to make this a plugin that auto casts on the lowest health without targetting and hitting a macro?

  12. #12
    sebaba12's Avatar Sergeant
    Reputation
    25
    Join Date
    Sep 2012
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Edsaxe View Post
    Any way to make this a plugin that auto casts on the lowest health without targetting and hitting a macro?
    try tuanha.biz very good auto profile

Similar Threads

  1. [Bot] Any bots.snipers still working after the update?
    By Seere666 in forum Pokemon GO Hacks|Cheats
    Replies: 2
    Last Post: 01-03-2017, 08:23 PM
  2. 9 breach glitches bo3 still working after patch
    By EPKGO99 in forum Call of Duty Cheats,Glitches, Hacks and Exploits
    Replies: 0
    Last Post: 09-26-2016, 06:43 PM
  3. Healing Sphere Script/Bot [Request/Question]
    By Haxmonkey00 in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 03-17-2013, 05:02 PM
  4. A Speeder trial still works after the trial has run out.
    By Kenjii in forum World of Warcraft Bots and Programs
    Replies: 1
    Last Post: 09-20-2006, 08:03 PM
All times are GMT -5. The time now is 09:06 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search