Jump to content

burnii

Members
  • Posts

    12
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

burnii's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hey I tried to check if I'm mounted on "Reins of the Traveler's Tundra Mammoth" with: ObjectManager.Me.HaveBuff("Reins of the Traveler's Tundra Mammoth") and ObjectManager.Me.HaveBuff(44234); but it didn't work. To check other buffs works just find just this mammoth is a problem.
  2. Yes I already have the profile. The bot pulls many mobs some of them cast a healing spell. I just want the bot to kill them first when he is fighting. The problem is, that sometimes he just fights one mob that gets healed by 3 other mobs and that wastes a lot of time
  3. Hey, I try to get free bag slots with if(wManager.Wow.Helpers.Usefuls.GetContainerNumFreeSlots <= 25 && !ObjectManager.Me.InCombat){ wManager.Wow.Bot.States.ToTown.ForceToTown = true; } it tells me that there is no definition of "GetContainerNumFreeSlots" in "WManager.Wow.Helpers.Usefuls". Am I missing something?
  4. But as I said I'm farming in firelands and with grinder bot its not possible to go into a raid and reset after you are finished right?
  5. Hi, my bot is farming trash in Firelands and I would like to know if it is possible to focus the mobs that are healing?
  6. Hey, is it possible to ignore all mobs that are attacking the bot until the bot reachs a specific location? So I guess I just need to turn off fighting in the plugin but how?
  7. Okay, first of all thank you for the answer. To test the function I wrote an infinite loop and if there are no more skinnable mobs near the bot he should write sth into the log. I positioned the bot next to some skinnable corpses and started the bot. Seems like he doesnt find any skinnable mobs since he just writes the message over and over again into the log, doesnt matter how many skinnable corpses are next to him :/
  8. Hey, is there a function that returns the number of skinnable mobs around the player? or sth similar?
×
×
  • Create New...