What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

PB: EggInteracter - A Simple Profile to Interact with Eggs

Err: Unable to link action that produced Error: Typ „HighVoltz.Util” istnieje w elementach „c:\Users\Aleksander\AppData\Local\Bossland GmbH\Honorbuddy\2.0.0.5845\CompiledHonorbuddyAssemblies\AutoAngler2.60_634695633804330835.dll” i „c:\Users\Aleksander\AppData\Local\Bossland GmbH\Honorbuddy\2.0.0.5845\CompiledHonorbuddyAssemblies\ProfessionBuddy_634695633819151683.dll”.
Err: Unable to link action that produced Error: W elemencie „HighVoltz.Util” brak definicji „GetBankItemCount”.
hm wtf ??
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.
 
it works for anyone who use autoangler ??

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.
 
Last edited:
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 == &quot;Bunt gefärbtes Ei&quot; &amp;&amp;
           o.Distance &lt; 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
 
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

That's because it's not a SVN repo.
 
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!
 
ProffesionBuddy->Bot Config-> at the top youll see a drop down list of bots change it to Combat bot
 
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.
 
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.

Please read your sentence and tell me if you understood anything.

You loot but you don't loot...?!
 
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.
 
Back
Top