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!

HB ARCHIVES: Kick's Old Posts Thread--DO NOT DELETE!

Status
Not open for further replies.
Professionbuddy 1.0.0.43
* Added a PB Profile list tab in the GUI.
* Adjusted included PB profiles to work with recent While Condition fixes.
* Added a 'Change Bot' Action.


Professionbuddy 1.0.0.42
* While Condition now works properly.
* 'BuyItemFromAh','SellItemOnAh' and 'MailItem' should now work with all wow clients regardless of language.
* Fixed a 'drag and drop' bug
 
Alright I'll try having a go at it :P Also, I wanted to report a bug. When I load my profile, the last line doesn't show until I expand -> minimize a line. If you wanna see it for yourself, try loading my profile and you'll see that the last line If (Me.FreeNormalBagSlots > 1) doesn't show until you've pressed one of the +'es.
I loaded your profile and that last line was showing for me without expanding any nodes. No idea what could be causing that for you
 
Maybe my searching skills are not that good and I been reading forums and trying different things and I cant figure out. What i want to do is get a count of the items i have in my bag divide by how many I have and buy what I need from the vendor before crafting. If I put buy martial before i craft it only buys one thing and keeps trying to make it.

I want to make rings to blow which requires a anvil on some which I can get to work if it would buy the right amount of jewel crafting settings.
Haven't tested yet but should work with
PHP:
    <If Condition="(InbagCount(52180)/2)-InbagCount(52188) &gt; 0" IgnoreCanRun="True" ChildrenCount="2">
      <Comment Text="Log(&quot ;[ProfessionBuddy] Need Jewelers Settings.&quot ;);" />
      <BuyItemAction NpcEntry="30730" X="8863.968" Y="-861.5417" Z="99.61039" Entry="52188" Count="Math.Round((InbagCount(52180)/2)-InbagCount(52188))" BuyItemType="SpecificItem" />
    </If>

dunno if the expression in the Count Property can be calculated, if not ... ask HighVoltz if he can implement this ;)
but in this way, the toon should only buy the needed amount

(i took Nightstone Choker - Spell - World of Warcraft as basis for calculation)

P.S. NPC and Coords are WRONG, this isn't working with this NPC, because i took him from a inscription profile !!!
 
My bot keeps dying a lot on the deathsabers and Rhinos quest in Scholazar Basin, just thought i'd mention it.
 
While loop works strange again :( If first while loop can't be completed PB ignores all other loops in list below.
 
Haven't tested yet but should work with
PHP:
    <If Condition="(InbagCount(52180)/2)-InbagCount(52188) &gt; 0" IgnoreCanRun="True" ChildrenCount="2">
      <Comment Text="Log(&quot ;[ProfessionBuddy] Need Jewelers Settings.&quot ;);" />
      <BuyItemAction NpcEntry="30730" X="8863.968" Y="-861.5417" Z="99.61039" Entry="52188" Count="Math.Round((InbagCount(52180)/2)-InbagCount(52188))" BuyItemType="SpecificItem" />
    </If>

dunno if the expression in the Count Property can be calculated, if not ... ask HighVoltz if he can implement this ;)
but in this way, the toon should only buy the needed amount

(i took Nightstone Choker - Spell - World of Warcraft as basis for calculation)

P.S. NPC and Coords are WRONG, this isn't working with this NPC, because i took him from a inscription profile !!!

No, the expression in count CANNOT be calculated :/ Already been trying this.


I loaded your profile and that last line was showing for me without expanding any nodes. No idea what could be causing that for you

I just figured it's only when the profile is pre-loaded when starting HB.
 
Same problem here.
I guess we are three reporting the issue. ;)

i had the same, seemed like the item name had been changed. was trying to use the item but couldn't find it. can post my log if you'd like, but i completed the quest manually and it carried on
 
Hey Nesox!

This bot has been awesome but it is broken for the current HB. Are you going to fix it or can someone here who can write code do it? It's great for grabbing lavascale for the raid.

Thanks!
 
Hi,

Thank you for all of your hard work. Wonderful profiles. From both experience and research, there is a loot bug in Eastern Plaguelands. Some toons are unable to loot mobs after a given time. It's a WoW bug, apparently, but it throws a wrench into levelling in that area, especially with HB. Is it possible to recode the profile to skip that area until a client solution is patched? Your thoughts or help would be appreciated. Thanks.
 
How to change auction house location so I dont have to go All the way to the Dwarvin district?

and also for the profession vendor change to the guy in Elwynn forest start zone ; again so I dont have to All the way to the Dwarvin district

Thank y ou
 
I turned in the quest manually it was failing on, seems to be running now.



Starting the bot!
Changing current profile to The Azenius Project [Orc]
[KillUntilComplete-vUnknown(warning)]: This method 'GetXYZAttributeAsWoWPoint' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
GetAttributeAsNullable<WoWPoint>("", True, ConstrainAs.WoWPointNonEmpty, null)

[KillUntilComplete-vUnknown(warning)]: This method 'GetAttributeAsDouble' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
GetAttributeAsNullable<double>("X", True, null, null)

[KillUntilComplete-vUnknown(warning)]: This method 'GetAttributeAsDouble' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
GetAttributeAsNullable<double>("Y", True, null, null)

[KillUntilComplete-vUnknown(warning)]: This method 'GetAttributeAsDouble' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
GetAttributeAsNullable<double>("Z", True, null, null)

[KillUntilComplete-vUnknown(warning)]: This method 'GetAttributeAsMobId' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
GetAttributeAsNullable<int>("MobId", True, ConstrainAs.MobId, ATTRIBUTE_ALIASES)

[KillUntilComplete-vUnknown(warning)]: This method 'GetAttributeAsInteger' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
GetAttributeAsNullable<int>("MobId", True, new ConstrainTo.Domain<int>(1, 2147483647), ATTRIBUTE_ALIASES)

[KillUntilComplete-vUnknown(warning)]: This method 'GetAttributeAsMobId' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
GetAttributeAsNullable<int>("MobId2", False, ConstrainAs.MobId, ATTRIBUTE_ALIASES)

[KillUntilComplete-vUnknown(warning)]: This method 'GetAttributeAsInteger' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
GetAttributeAsNullable<int>("MobId2", False, new ConstrainTo.Domain<int>(1, 2147483647), ATTRIBUTE_ALIASES)

[KillUntilComplete-vUnknown(warning)]: This method 'GetAttributeAsMobId' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
GetAttributeAsNullable<int>("MobId3", False, ConstrainAs.MobId, ATTRIBUTE_ALIASES)

[KillUntilComplete-vUnknown(warning)]: This method 'GetAttributeAsInteger' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
GetAttributeAsNullable<int>("MobId3", False, new ConstrainTo.Domain<int>(1, 2147483647), ATTRIBUTE_ALIASES)

[KillUntilComplete-vUnknown(warning)]: This method 'GetAttributeAsQuestId' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
GetAttributeAsNullable<int>("QuestId", False, ConstrainAs.QuestId(this), null)

[KillUntilComplete-vUnknown(warning)]: This method 'GetAttributeAsInteger' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
GetAttributeAsNullable<int>("QuestId", False, new ConstrainTo.Domain<int>(0, 2147483647), null)

[KillUntilComplete-vUnknown(warning)]: This method 'GetAttributeAsEnum' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
GetAttributeAsNullable<RuntimeType>("QuestCompleteRequirement", False, null, null)

[KillUntilComplete-vUnknown(warning)]: This method 'GetAttributeAsEnum' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
GetAttributeAsNullable<RuntimeType>("QuestInLogRequirement", False, null, null)

Could not create current in quest bot; exception was thrown

I'm getting that error in my quest line.
Any ideas? I got to level 7 smoothly then this happened upon arriving at razor hill
 
Last edited:
because the profile dev said so? because he has helped with it and he is moderator of this section... go figure?
 
Log file for my problem.

just manually load the BC profile instead of the 'main' file for now

@ everyone else - i'm not ignoring yall. But atm hawker has me developing something else. I still plan on updating this profile, I just have something that takes precedence. I'll still check up on bug reports and try and correct them daily
 
Status
Not open for further replies.
Back
Top