Jump to content

Zan

WRobot user
  • Posts

    549
  • Joined

  • Last visited

Posts posted by Zan

  1. 21 minutes ago, chichimaozi said:

    Hi, I am trying to make my own gatherer profile. Where can I find the item IDs used in <GatherEntry>?
     

    for example:

      <GatherEntry>
        <int>202752</int>
      </GatherEntry>

    this ID stands for whiptail.

    I am using cata version

     

    You are gathering from an Object to get the item. There are two ways to do this.

    1. (In Game) Use the Developer Tools to search for Objects.
    2. (Out of Game) Go to Wowhead.com and search for the herb you're looking for.
      1. Go to the bottom of the item page and look for the tab "Gathered from".
      2. Click on the Object name under "Name" or mouse hover for the ID of the Object.

    image.png.4712951e6d2b4394dc16a4dd75b7fdb9.png

  2. 3 hours ago, Timmyx said:

    I just want the program to simply attack using the basic combat routine. There is nothing under cataclysm druid other than one feral thing that doesnt really work. Is there no native combat routine for each spec? It keeps getting flagged as afk and getting deserter.

    WRobot does not come preloaded with combat routines. You may need to make your own.

  3. 3 hours ago, lsabakal said:

    @Droidz Hey how i can combine this into one code.

    wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithGameObject(new Vector3(10034.62, -7000.313, 61.74968), 184502);
    with this
    {
                wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = false;
                wManager.Wow.Helpers.ItemsManager.UseItem(6948); // http://www.wowhead.com/item=6948/hearthstone
                System.Threading.Thread.Sleep(1000 * 20); // 20 secondes
                wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = true;
            }
    this game object teleport out of bloodelf zone, and the bot will be closed.

    Replace UseItem line with it.

  4. 3 hours ago, botok said:

    Hi! Did someone try Wrobot on Ascension servers? Because I tried it recently and my wrobot didn't work on that client (used 3.3.5 version). Maybe there's solution for that. Appreciate if someone help to find out!

    Try reading up in here: Ascension threads

  5. 2 hours ago, Zukmar said:

    i start to play on this  server expect to have  PVP AV active battle ground wich is not case, i mind 6000 active players online no Altarac Valley, or with big raid PVP group attack Ogrimmar or other Hordas city. What you have is big PVE pro only guilds who do pve on PVP server, on other 3 PVP BG u have 1 or 2 active bg . question is what all that peoples do? PVE apparently. So maybe opening AV will change that maybe not but i some how miss that .

    Uh,  this is not the server you are looking for.

×
×
  • Create New...