Jump to content

Pelle

Members
  • Posts

    28
  • Joined

  • Last visited

Posts posted by Pelle

  1. Abit late maybe, what you want to do is get the plugin that opens the egg. Add the egg IDs to gather in your settings and start automaton. Works like a charm, got like 600eggs/hr. 
     

    Add the ids in gatherer in settings, and start automaton.

  2. Hi! Trying to make a profile that kills one rare in tanaan, and then goes on to kill the next. However doesnt seem to work at all and im pulling hair trying to figure it out. Im uploading the file for you to see if you can somehow help me or point me in the right direction.

    Tanaan rares.xml

  3. Are you using fight-classes that you have made or are you using from the forums? If you have a poor fightclass, it might not be the grinder profile that is bad, thats probably just the fight class. If i may ask, what class and what level? It might give some headaches in the beginning but i promise you, once you set it all up it runs like clockwork. 

    I mostly write my own profiles but i have used 

     to great success (when it comes to low-lvl profiles). Link the fight class you are using and we might figure out what the problem is, and perhaps a log. And when you get a bit more advanced you can write them yourself with 100s of different options when to use abilities so dont give up!

  4. Trying to get into making some fisher-profile, though since im quite new, i dont really know about how it works. It tries to find a good spot to fish, but if it wont land in the school it just continues to try (good perserverence though). How can i make it to get closer or something? 

  5. Hi! Im trying to add a function in the plugin: 

     

    Basically i want to add a function or replace one so it hops when there isnt a living mob close by, eg. The warbringers in pandaria. If i kill mob, i want to check next realm, if it isnt there i want to jump to next and so on. 

    For now my function looks like this: 

    private List<WoWUnit> GetNPCNearMe()
        {
            return ObjectManager.GetObjectWoWUnit()
                                .Where(p => p.GetDistance <= RealmHopSettings.CurrentSetting.DistanceBeforeHopping).ToList();
        }

     

    However, i think if its there but dead, it still thinks there is a mob. So what can i do?

     

    Regards

  6. What you are suggesting i made work, however it is not really what im after. Basically, after every call dreadstalker and hand of gul'dan i want to buff my pets, so the pets always have the buff even the new ones. Using the demonic empowerment also gives my insta shadowbolts which gives soul shards. 

    So Im thinking something like:

    If last spell cast is call dreadstalkers or hand of gul'dan cast demonic empowerment. If that makes sense.

  7. Been fighting with the bot to create a profile to run Halls of Lightning but to no avail. So was wondering if someone can help me alternativly make on, think the community would like it alot. This would make it so much easier to grind rep :D

×
×
  • Create New...