Jump to content

skeletonboy360

Members
  • Posts

    38
  • Joined

  • Last visited

Posts posted by skeletonboy360

  1. Not xml, might be able to change some stuff an make it c sharp code for xml. This is my druid feral charge:

    if (TargetDistance() >= 8 &&
    		TargetDistance() <= 25 &&
    			SpellManager.KnowSpell(16979) &&
    				Rage() >= 5 &&
    					SpellManager.GetSpellCooldownTimeLeft(16979) == 0)
    {
    	Logging.WriteFight("Casting Feral Charge (Bear Form)");
    	Lua.LuaDoString(FeralCharge);
    }

    I've got one for warrior too, but thats also c# code. Also need something like ObjectManager.Me.HasTarget

  2. Something like

    var bindLocation = Lua.LuaDoString("hearth=GetBindLocation();", "hearth");
    while (bindLocation != "Goldshire")
    {
    	wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(innkeeper.Position, innkeeperEntry);
     	Lua.LuaDoString("SelectGossipOption(1)");	// WRobot has a command for this too, I forgot it
    	Lua.RunMacroText("/click StaticPopup1Button1");
    }

    I can't remember what I did but thats the basic idea.

  3. Its debatable whether BG botting forced Blizzard to finally take action on botting. But I agree it's a top reason. That said, you should probably find another bot if you don't want to get caught in BGs. I really can't think of anything else the bot could do that would be any more detectable than BG botting. Whats worse than a bunch of players on a small map who all have to watch each other and work together as a team, when all of the sudden this random player who isnt responding just starts walking to the same spots every time. And while friendly players try to get you to work with them to win the battleground, the enemy team of 10+ players who are all engaged and watching intently eventually notice this one specific player who is really bad and clearly isnt a human. Having the bot grind npc's when we know the npc's limitations is safe. But humans being unpredictable leads them to be able to kite the bot into walls and such. I wont get into my personal opinions of people who bot BGs though. I've never used WRobot for Battlegrounds. Seeing how it quests/grinds is enough to know I never will use it in BGs. HB was believable but this just isnt the kind of bot. Theres only so much you can do with this bot. If you BG bot, you shouldnt really have any issue with reports/bans. It shouldnt never be an account you care for.

×
×
  • Create New...