If you read it, it says AutoAngler. I get similar errors sometimes because ElvUI manages to block PB from detecting professions once in a while. Anyway... /pet zsnuffie, for those who understand how to use it, it works amazingly.
I had to move my autoangler folder and after that i worked flawless, just put it on another location while you use this + Thanks for this profile, it works great
for the german guys: damit es auch bei euch klappt, ihr braucht die engl. wow version. k?nnt ihr im launcher ganz einfach einstellen. desweiteren wurden dann wieder einige funktionen resetet. d.h. ihr m?sst bei wow das autoloot wieder aktivieren. dann einfach bot wie hier beschrieben starten, nen spot suchen wo mind. 3-4 eier spawnen und ab gehts ich hab keine weiteren plugins oder ?hnliches gebraucht. das script und honorboddy sind die einzigen sachen die ihr braucht. have fun^^
... mit dem deutschen Client: jedes "egg" durch "Ei" ersetzen und "Brightly Colored Egg" durch "Bunt gef?rbtes Ei"
Doesnt work for me. I had the Archology thing where it would start doing that instead. Seen a post where you had to set the secondary bot after Chosing Professionbuddy then clicking settings and tools then clicking Bot Config. All i get is a tab all in white with a drop down menu at the top with nothing in. Any ideas what im doing wrong? Thanks guys.
Code: <?xml version="1.0" encoding="utf-8"?> <Professionbuddy> <While Condition="true" IgnoreCanRun="True"> <CustomAction Code="WoWObject egg = (from o in ObjectManager.ObjectList where o.Name == "Bunt gefärbtes Ei" && o.Distance < 5 orderby o.Distance descending select o).FirstOrDefault(); if (egg != null) egg.Interact(); " /> <WaitAction Condition="false" Timeout="100" /> </While> </Professionbuddy> This works fine for german client users.. Only the name of the Loot Objekt is important, the other Code ist just for the bot himself.. Question, where can I find a Spot with 2-3 Eggs in a range of 5 Meters? Grtz Chrille
The SVN code doesnt work for me This is what it sais: The OPTIONS response did not include the requested activity-collection-set; Error: this often means that the URL is not WebDAV-enabled
For all that dont know how to fix the interact range Replace Code: o.Distance < 5 with Code: o.WithinInteractRange
Someone help me i am using the profile have Combat as my 2nd and using PB but when the eggs spawn the bot wont collect them EDIT: Never mind works great THANKS!
Bot works great and all, like I will be one of the first ones to loot the eggs but when I loot it there is like a 80% chance it won't loot it and it will just ignore it. I have auto loot on, idk what is the problem.
I think he might mean it interacts with the brightly coloured egg, but attempts to interact a 2nd time before the loot window opens, which interrupts the actual looting.