Jump to content

mich125

Members
  • Posts

    78
  • Joined

  • Last visited

Posts posted by mich125

  1. Hm, today i updated bot, and it skips every node, in game all i see is "you are mounted" error and he goes to next node.

    I have auto dismount in flight checked in game, if that changes anything

    log looks like this:

    18:41:19 - [Farming] Farm  >xx -; xx; xx ; "None"
    18:41:25 - [Farming] Farm successful
    18:41:33 - [Farming] Farm  >xx - ; xx; xx; "None"
    18:41:37 - [Farming] Farm successful
    18:41:57 - [Farming] Farm  >xx -; xx ; xx ; "None"
    18:42:04 - [Farming] Farm successful

    Problem is, he wont dismount before attempting to mine.

     

  2. You need to open profession window before you can craft, so in a profile there is always 1st macro to open profession window for example:

    /cast Engineering

    and then to craft an item, there is 2nd macro, where you can just edit craft name, so yea, you can change this example to like

    /cast Engineering

    craft something like sky golem

    /cast Tailoring

    craft something

    etc...

    ite pretty simple

  3. All you have to do is:

    In reloger make profile like:

    ChangeCharacter 1st alt

    Run profile for his profession for like 2mins, so he have time to craft.

    ChangeCharacter to 2nd alt

    etc...

    And to make character craft here you have an example profile for embersilk cloth, 1st macro open tailoring, 2nd casts embersilk cloth, if you want 1 more cooldown from tailoring you add 1 more macro, and you make such profiles for all your professions/characters, however you want. And its quester profile btw, so you need to run bot in quester.

    Hope you understand me:)

    Embersilk Cloth.xml

  4. 7 minutes ago, Shinzon said:

    That's a good idea, but that's what I'm not sure how to do. So then I list the Quest Order as "Pickup" for the quest instead of PulseAllInOne, then create a dummy quest for followpath? Then list the turnin for the quest once I get to the right point? Or would I do that through lua script?

    Well its pretty simple, you pulse

        <QuestsSorted Action="Pulse" NameClass="GotoQuestNPC" />

        <QuestsSorted Action="Pulse" NameClass="PickupQuest" />

    GotoQuestNPC is simple followpath which you record, from previous step to this npc, so bot will follow this exact path, and then when you are close to npc, you pulse pickup quest

  5. I wanted to make a profile for Gate of the Setting Sun Dungeon, but when i got to last boss it is kinda over my abilities:(
    Maybe someone could help me out, I need a script for last boss:

    Boss is this npc:

      <Npc>
        <Entry>56877</Entry>
        <Name>Raigonn</Name>
        <Vector3 X="960.5662" Y="2306.168" Z="296.1062" Type="Flying" />
        <Faction>Horde</Faction>
        <Type>None</Type>
        <ContinentId>TheGreatWall</ContinentId>
      </Npc>

    He has a buff id 107118

    http://www.wowhead.com/spell=107118/impervious-carapace

    Impervious Carapace
    Reduces damage taken by 99%.


    To take this buff away, so boss is possible to kill, weak spot needs to be killed first:

      <Npc>
        <Entry>56895</Entry>
        <Name>Weak Spot</Name>
        <Vector3 X="960.6653" Y="2309.694" Z="313.9673" Type="Flying" />
        <Faction>Neutral</Faction>
        <Type>None</Type>
        <ContinentId>TheGreatWall</ContinentId>
      </Npc>

    However to get to Weak Spot, one needs to use Artilery object, to shoot himself up on to the Weak Spot, there are a few Artileries to use in the room, all have same id, just different cords:

    One of them:
    Artillery id 59819
    2290.71 296.1056 162.7399

    Boss can throw person down, before he destroys Weak Spot, so repeat use of artillery may be necessary.

    Here is a full code from honorbuddy dungeon buddy for this boss, if thats any help:
    http://pastebin.com/raw/QjGg2C4c

  6.    Try something like that i think

        <QuestsSorted Action="Wait" NameClass="1000" />
        <QuestsSorted Action="RunLuaCode" NameClass="if MovieFrame:IsVisible() then MovieFrame:StopMovie() else CinematicFrame_CancelCinematic() end GameMovieFinished()" />
        <QuestsSorted Action="Wait" NameClass="1000" />

  7. So i rewrote my profile using @Runaro solution, just had to group up more than one waypoint in a single runcode, else its too slow. So far looks good, will monitor it longer if it skips waypoints after a while.

    -----------

    Ok so i monitored it for a few hours, and it fixed my issue completely, happy me:D

×
×
  • Create New...