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!

Problem making profile work with ProfessionBuddy, I'm new please help :?

Phones

New Member
Joined
Dec 3, 2011
Messages
198
So, I'm new to HB so I can be making some dumb mistake, this profile is in deepholm, the hotspots are set and now I want it to go to temple of earth to mail and repair but I has to go there flying (obviously, it's deepholm), since HB doesn't support this without any plugin I used Professionbuddy, the plugin is installed and I made my code with it and added to my profile. Btw, instead of just flying there and come back I set it to use HS to Temple of Earth and then come back flying as it would be much faster.

I had some doubts with coding the use of hearthstone and stuff but I think It's all fine now, however, when I start the profile (I already have the bags full to test it) It says it doesn't recognise the profession budy tag "<Professionbudy>. Idk what I'm doing wrong.

Here's the profile:
http://dl.dropbox.com/u/19762953/Deepholm.xml

If needed I can set teamviewer and skype/teamspeak up .

Hope you can help me

Phones

Debug log:
PHP:
[20:37:53:397] Activity: Loading Profile...
[20:37:59:414] Warning: 'Factions' has been moved to the 'GrindArea'. Please reflect this change in your profiles.
[20:37:59:490] XML Error: Unknown tag "Professionbuddy" (Input: "<Professionbuddy>
  <While Condition="Me.FreeNormalBagSlots &lt;=0" IgnoreCanRun="True">
    <CustomAction Code="Lua.DoString(&quot;/use Hearthstone&quot;);" />
    <MoveToAction MoveType="NearestRepair" Pathing="Navigator" Entry="0" X="0" Y="0" Z="0" />
    <SellItemAction NpcEntry="0" X="0" Y="0" Z="0" ItemID="" Count="0" SellItemType="Greys" />
    <MailItemAction Entry="" AutoFindMailBox="True" UseCategory="True" Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="None" X="0" Y="0" Z="0" />
    <MoveToAction MoveType="Location" Pathing="Navigator" Entry="0" X="911.915" Y="503.4749" Z="-49.2183" />
    <FlyToAction Dismount="False" X="816.4021" Y="721.8036" Z="78.45782" />
    <FlyToAction Dismount="True" X="1788.175" Y="822.8534" Z="99.0573" />
  </While>
</Professionbuddy>") in "HBProfile"! - On line 31 - [<Professionbuddy>
  <While Condition="Me.FreeNormalBagSlots &lt;=0" IgnoreCanRun="True">
    <CustomAction Code="Lua.DoString(&quot;/use Hearthstone&quot;);" />
    <MoveToAction MoveType="NearestRepair" Pathing="Navigator" Entry="0" X="0" Y="0" Z="0" />
    <SellItemAction NpcEntry="0" X="0" Y="0" Z="0" ItemID="" Count="0" SellItemType="Greys" />
    <MailItemAction Entry="" AutoFindMailBox="True" UseCategory="True" Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="None" X="0" Y="0" Z="0" />
    <MoveToAction MoveType="Location" Pathing="Navigator" Entry="0" X="911.915" Y="503.4749" Z="-49.2183" />
    <FlyToAction Dismount="False" X="816.4021" Y="721.8036" Z="78.45782" />
    <FlyToAction Dismount="True" X="1788.175" Y="822.8534" Z="99.0573" />
  </While>
</Professionbuddy>]
 
Last edited:
You don't load the profile into HB .... PB Profiles are for PB, you run a normal HB Profile...
 
You don't load the profile into HB .... PB Profiles are for PB, you run a normal HB Profile...
Edit:
Got it now, I thought you could combine both profiles in one xml, my bad, I probably sound really dumb ahah. Now I have a new problem bah (check next post)
 
Last edited:
So I transfered PB profile into a separated .xml and loaded each profile in each program, HB in HB and PB in PB, no more errors on HB ofc, but now it doesn't do anything when my bags are full "/

Edit: Problem with this thing solved...
But now it uses the hearthstone and starts moving to next hotspot while casting... how do I stop this?
 
Last edited:
So I transfered PB profile into a separated .xml and loaded each profile in each program, HB in HB and PB in PB, no more errors on HB ofc, but now it doesn't do anything when my bags are full "/

Edit: Problem with this thing solved...
But now it uses the hearthstone and starts moving to next hotspot while casting... how do I stop this?

Solved the problem with a waitcondition, thanks to inrego for the tip (:
 
One more question, what's the condition to do something when number of Item ID on bag slots > 100 ?
I found Itemcount, my main problem is which the > , I don't know sh*t about programming :c
 
One more question, what's the condition to do something when number of Item ID on bag slots > 100 ?
I found Itemcount, my main problem is which the > , I don't know sh*t about programming :c

post this question on PB profile or on Developer's section
 
Back
Top