Jump to content

mkeagy

Members
  • Posts

    8
  • Joined

  • Last visited

Reputation Activity

  1. Like
    mkeagy reacted to eeny in Wtf am I doing wrong?   
    Way to turn if off is to change the food% to 1... pretty much means to bot will pull till it dies tho.
  2. Like
    mkeagy reacted to loves2spooge in Incentives for Profile Builders   
    I understand what you are saying Demondog and I can't speak for Droidz, but where the bot currently is at is a REALLY great place. We are a little under Blizz's radar and kind of in the back of their mind. This means fewer bans and less effort on their part to detect us. I think the bigger we get and more all inclusive the more they will work to shut us down. Droidz has been operational now for a LOT of years with this mentality and I think it's perfect. I don't mind hand leveling/questing/dungeons then using the bot for very specific money making purposes. The toons then seem more real and less likely to get banned. 
    We are in a good place already. If you want a profile for 1-110 unattended leveling, spend the time and make it. For now, most of us use it for other purposes. I don't want a bot that performs ALL aspects personally. 
    I could be way off but I think most of the community feels similarly. Those of you that came over from HB and others are looking for a direct replacement, this product functions as well as it does BECAUSE it isn't a direct clone of those other bots. :)
  3. Like
    mkeagy reacted to Hapiguy in Sky golem fixed yet?   
    Actually, there's a plugin for it now.
    I saw Droidz post about it yesterday.

  4. Like
    mkeagy reacted to Droidz in Plugin for attacking specific mobs?   
    Hello, Try this plugin: GatheringMobSpawns.cs
    using System.Collections.Generic; using System.Windows.Forms; using robotManager.Helpful; using wManager.Wow.Bot.States; public class Main : wManager.Plugin.IPlugin { public void Initialize() { var grinderState = new Grinding {EntryTarget = new List<int> {98232, 98234, 98235, 98233 } }; // http://www.wowhead.com/npc=98232/withered-hungerer , http://www.wowhead.com/npc=98234/nightmare-creeper , http://www.wowhead.com/npc=98235/frenzied-fox, http://www.wowhead.com/npc=98233/withered-hungerer robotManager.Events.FiniteStateMachineEvents.OnBeforeCheckIfNeedToRunState += (engine, state, cancelable) => { if (state != null && state.DisplayName == "Farming") { if (grinderState.NeedToRun) { grinderState.Run(); cancelable.Cancel = true; } } }; Logging.Write("[GatheringMobSpawns] Loadded."); } public void Dispose() { Logging.Write("[GatheringMobSpawns] Disposed."); } public void Settings() { MessageBox.Show("[GatheringMobSpawns] No settings for this plugin."); } }  
  5. Like
    mkeagy reacted to Droidz in Sky golem fixed yet?   
    I'll add this feature. If you can help me to complete list of all mobs spawn by the herbs:
    http://www.wowhead.com/npc=98232/withered-hungerer http://www.wowhead.com/npc=98234/nightmare-creeper
×
×
  • Create New...