
Pelle
Members-
Posts
28 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Pelle
-
Dont remember if i added ebonbolt to the one on the forum or not. But try this one. Creds go to Bugreporter. Mage - Frost 1.1 [BR].xml
-
-
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.
-
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
-
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!
-
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?
-
How would you do it then? :)
-
Thanks, however my game plus wrobot crashes with this. I tried using the first method instead (warbringer) then it doesnt crash but its doesnt work either.
-
Nah it works just fine. Just that the usefulness of realm hopping is not as big as it was before.
-
There is a plugin for that. I myself have used this one:
-
Wow! That worked perfectly! Can i do something similarly when it comes to mining/herbs? Thank you!
-
Sharing wrobot installation between different PC's
Pelle replied to Chiruca's topic in General assistance
Copy the following from original folder: settings, profiles, plugins, fightclass. Should do the trick. -
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
-
Hi! Dont know at all if this is relevant or if it works with imps, but ill post it anyways. http://us.battle.net/forums/en/wow/topic/16647414903 Second post.
-
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.
-
Am looking into creating a fightclass for my demolock. What i want is for the bot to use demonic empowerment after he summons pet so all pets always are buffed. Is there some way to make it do this? Regards
-
- 14 comments
-
- Pickpocketing
- Pickpocket
-
(and 1 more)
Tagged with:
-
Thank you! Works perfectly now!
-
Okey, where do i put it? In The xml?
-
Hi! When using a questing profile and im getting attacked by a player, can i somehow skip attacking back? Eg when exiting a dungeon, i just want to enter it again, not engaging other ppl outside.