Jump to content

eeny

Elite user
  • Posts

    987
  • Joined

  • Last visited

Posts posted by eeny

  1. Use item on dead mob ( after looting)

    Use like the use item on weakened mob- you need to modify the item ID and Quest ID for your quest.

     

     

    Thread t = new Thread(() =>
    {
        uint itemId = 9618;
        int questId = 25336;
        while (robotManager.Products.Products.IsStarted)
        {
            if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause)
            {
                if (!Quest.HasQuest(questId))
                    break;
                if (ObjectManager.Target.IsValid && ObjectManager.Target.IsDead)
                {
                    ItemsManager.UseItem(itemId);
                }
            }
            Thread.Sleep(500);
        }
    });
    t.Start();

     

  2. Jumping is possible for people who write profiles in C# i think. 

    Using flight class editor: For instances like this i simply make a second Shadow bolt entry up the top of the rotation with a "has buff :  shadow trance = true".  Honestly- some times the bot will do something else instead .... but realistically its a bot.. most of the time it will do the right thing, if it skips a proc...meh

  3. Glad thats it- looking at the profile i can see you have the concepts down.  One thing that bettersister showed me was the quest helper tools >dump all quests.

    In the Quest Editor > tools > quest Helper... will make sure you get the right quest ID every time  (wowhead had 10 you could choose from for this quest)

    quests.png

  4. Welcome to the world of quest profiles.. muhahahahah

    The quest beating them back is actually a clsss quest- check you the NPC thats hands the quest out- http://www.wowhead.com/npc=197/marshal-mcbride see there are 10 quests that are the same objective wise... just have different ID's based on what class picks them up... this particular zone is a Pain in the @ss because of this

     

    Now sine you have glypic letter handing into Khelden Bremen im going to assume you a mage.. if thats the case- change the quest ID of beating them back to 28757 and it should work.

    The human starting zone is a pain- once you hit goldshire it class independant.  It may be worth grinding 1-6 in northshire, then hit some quests up in golshire.

     

    il test the profile just to make sure im correct about ^^ tho

  5. Main Account botting is a big no-no for me.

    I have 4 botting accounts on different bnet accounts.  All running Tanaan 10 hours a day in 2 hour chunks completely afk with relogger... 4-5 days a week for the last 4 months.

     I may get one person a week? asking me to grp up.. no-one msg's to ask if im a bot.

    As long as your not botting in big chunks and you use a smart/solid profile you should go un-noticed with Wrobot

  6. 38 minutes ago, KevinVapes said:

    I know what you mean, i watched my bot doing the same kind of yesterday. In Stranglethorn-Valley he mounted up, ran past 3 or 4 trolls to get to the 5th one, which he targeted, mounted off and had to deal with 5 mobs then, this is just one example. He picks his targets very random sometimes, even though other mobs are much nearer, he sometimes takes the one thats more far away. Unfortunately i dont have a solution for this, but im sure BetterSister or Droidz will post here soon to clarifiy. Maybe it has something to do with the Search-Radius, but mine is very low, so i cant really tell.

    I think that is sometimes to do with search radius... sometimes less is more in that sense.  I will often change mine down to 35-40 to avoid stuff like this in some quests 

  7. Would like to request two features which i think will help create safer and more effective quest / grinding profiles.  These should enhance both retail and private profile creation.

    Farm-path- set a path for the bot to follow, and set a radius- any mob within the radius of the bot on the farm-path is to be targeted.

    Reason: mainly instance grinding- With kill+loot you need to set an NPC ID to farm- sometimes the bot will string NPC kills together and the bot end up a long way away from the path you intended.  sometimes the bot wont find its way back to the path.  With farm path the bot would only target NPC's close to the desired path and wont get lost while still getting majority of the targets you want.

    Kill+gather- Bridge the two profile types.  A lot of the time when my bots are farming (mainly in Tanaan jungle) i see them walk by treasures.  because i use grinder profiles i dont know of a way to program the bot to collect those while still killing mobs.  Would happily re-write profiles if that meant i could get the bot to also interact with ingame object ID's as well as targeting and killing farmable NPC's.

     

    Thoughts?

  8. Place your bets folks!

    If you bet Slagmines your a winner!

    I had previously looked into doing this instance as a gold farm but dismissed it in favour of stonecore.  Reason was the lava bridge in the first room and the miners from the first boss that the bot seems to like to follow even after they change neutral.

    Well, knock yourself out...

    Eeny_Slagmines.xml

    Load as quester, place bot outside and it should run in, kill all 4 bosses and run out (killing a lot of trash too).  it will then reset so get and load the resetinstances pluggin.

     

  9. Dungeon profiles will (almost) always be a quester.  All the dungeon profiles currently up use questing as the framework. Its FAR FAR easier to control  a bot through instances with Quest pulses and IsCompleteObjectives.

     

    You can bark for support and help all you want... if you dont tell people what you are actually trying to do, or give examples of the profile your working with, you are going to fall short.  

     

    SO... what are you doing?

  10. Thanks guys- think i was going too complex with the advanced options targeting / buff checking.

    Cleared the spell and re-added with default options and a timer of 50 mins and it works well enough.

     

    Interestingly- the spell for Instant poison http://www.wowhead.com/spell=2823/deadly-poison .  This all spell depends on your spec.  I was trying to cast instant- , when you shift click the spell in your spellbook- it comes up as Deadly Poison, however it will cast as Instant poison.  So changing the spell over to deadly in the fight class editor meant that i am in business.

     

    Il add it to the fight class library in a minute

     

  11. Hey all,

    Just looking to make this profile 100%- its a Rogue survival build for lvl 100 combat Rogues.  Built for Survival / farming over pure dps.  only issue im having is that the rogue will never, NEVER apply the poison.  Looking for both leaching and deadly.

     

    I have moved primarily to rouges as my main farming bot as they cant be seen by most people moving between mobs / nodes = less chance of being caught.  all i need is this to make them 100%.

    The profile itself works well, i Just cant get them to apply poisons, thoughs? profile attached.

     

    cheers

    Enny

    Eeny_combat_rogue_survival.xml

×
×
  • Create New...