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.
Did you try the SVN version?

With SVN version i got this errors, if i try to start the milling profile:

Debug:
Code:
[20:34:52:994] System.Threading.ThreadAbortException: Thread was being aborted.
   at Styx.Logic.BehaviorTree.TreeRoot.Tick()
   at Styx.Logic.BehaviorTree.TreeRoot.Run()
[20:34:52:994] System.Threading.ThreadAbortException: Thread was being aborted.
   at Styx.Logic.BehaviorTree.TreeRoot.Run()

Log:
Code:
PB 1.42:Loading profile C:\Users\***\simpleprofession.xml
Changing current profile to level 0 - 2147483647
[ProfessionBuddy] Profile completed!
Nothing more to do. Stopping bot.
 
How do I get it to sell everything in my bags? I have in the profile to sell everything. But it just stand s there saying bull crap about vendor doesn't want that.

Sent from my SAMSUNG-SGH-I897 using Tapatalk
 
I started this profile at level 68 but it only got me to level 78 instead of 80 :s did i do something wrong?
 
In the bloodelf subprofile add this
Code:
        <Objective QuestName="Felendren the Banished" QuestId="8335" Type="CollectItem" Name="Felendren's Head" ItemId="20799" CollectCount="1">
            <CollectFrom>
                           <Mob Name="Felendren the Banished" Id="15367" />
            </CollectFrom>
            <Hotspots>
                <Hotspot X="10150.6" Y="-6006.179" Z="110.1546" />
            </Hotspots>
        </Objective>
after
Code:
<Objective QuestName="Felendren the Banished" QuestId="8335"  Type="KillMob" Name="Tainted Arcane Wraith" MobId="15298" KillCount="2"  >
            <Hotspots>
                <Hotspot X="10073.21" Y="-6041.684" Z="42.1644" />
                <Hotspot X="10145.7" Y="-6022.378" Z="63.56999" />
                <Hotspot X="10145.08" Y="-6002.094" Z="110.1588" />
            </Hotspots>
        </Objective>
and remove the old objective override
 
Issue with the tauren profile, 1-12:

Code:
<If Condition="((HasQuest(14491)) &amp;&amp; (!IsQuestCompleted(14491)))" >
<CustomBehavior File="UseItemOn" QuestId="14491" ItemId="49647" Range="5" WaitTime="3000" NumOfTimes="20" MobId="36845" X="-1952.291" Y="414.7807" Z="134.8153" />
</If>

Changed to:
Code:
       <If Condition="((HasQuest(14491)) &amp;&amp; (!IsQuestCompleted(14491)))" >
                     
					 
					 <CustomBehavior File="UseItemOn" QuestId="14491" ItemId="49647" Range="5" WaitTime="3000" NumOfTimes="20" MobId="36845" X="-1952.291" Y="414.7807" Z="134.8153" />
                </If>

Without this change, the bot just stood around doing nothing waiting for object to spawn while standing way in the wrong area.

Edit:
Few lines later....
Code:
		<If Condition="HasQuest(11129)">
		
			<CustomBehavior File="UseItemOn" QuestId="11129" ItemId="33009" Range="10" WaitTime="1000" NumOfTimes="1" MobType="Npc" MobId="23616" X="-2318.894" Y="-353.6412" Z="-9.272294" />
		</If>
to
Code:
		<If Condition="HasQuest(11129)">
			<RunTo X="-2318.894" Y="-353.6412" Z="-9.272294"  />
			<CustomBehavior File="UseItemOn" QuestId="11129" ItemId="33009" Range="10" WaitTime="1000" NumOfTimes="1" MobType="Npc" MobId="23616" X="-2318.894" Y="-353.6412" Z="-9.272294" />
		</If>
 
Last edited:
Hey, May you help me out, I am stuck in Goldshire, it keeps talking to Macduggan or whatever and he doesnt even have anything to do with a quest. also, i updated from true to false, but it gave me a red exclamation and it doesnt work, help out please?
 
That is the error that comes when PB stops the bot. As far as I can see, your profile isn't made correctly I think.
[ProfessionBuddy] Profile completed!
Nothing more to do. Stopping bot.



Highvoltz, is there any reason profiles are loaded with all trees expanded? If not I'd love them minimised on profile as I'm minimizing them all every time I load my profile :P
 
Last edited:
[7:01:09 PM:535] Character is a level 27 Human Paladin

thoroughly read and comprehend the first post
 
Hello, i was curious would you be able to help me with the itemforaura, im under the plugins section on the bot, but im a bit confused, im a beginner as you can see. so may you help me find under where is the itemforaura?

Yes, I did read where it says about the plugins, but im just not sure where it is in the settings exactly. and or what to do, i dumped the files or whatever, but theres three paladins, im a bit confused,
 
Last edited:
What is with my level 1 undead?

Activity: Waiting for object to spawn on lik the 3rd quest.. ??
 
PHP:
			<GrindTo Level="51" />
			
				<!-- SoS -->
			<Checkpoint Level="51"/>
		
				<CustomBehavior File="Message" Text="Compiling SoS Quests" LogColor="Green" />

		<PickUp QuestName="The Bogpaddle Bullet" QuestId="28569" GiverName="Oralius" GiverId="9177" />
			<If Condition="(HasQuest(28569))" >
				<CustomBehavior File="InteractWith"  MobId="48948" NumOfTimes="1" GossipOptions="1" WaitTime="1000" CollectionDistance="50" X="-8221.111" Y="-2931.503" Z="152.3537" />
				<CustomBehavior File="WaitTimer" WaitTime="70000"/>
			</If>
		<TurnIn QuestName="The Bogpaddle Bullet" QuestId="28569" TurnInName="Trade Baron Silversnap" TurnInId="45786" />

it's in there, so i need a log

if you have completed quests in SoS, this quest may not be available and you'll have to delete it from the profile
 
re-svn and tell me if this fixed it

PHP:
			<GrindTo Level="51" />
			
				<!-- SoS -->
			<Checkpoint Level="51"/>
		
				<CustomBehavior File="Message" Text="Compiling SoS Quests" LogColor="Green" />

		        <If Condition="(!IsQuestCompleted(28675))" >
		<PickUp QuestName="The Bogpaddle Bullet" QuestId="28569" GiverName="Oralius" GiverId="9177" />
			</If>
			<If Condition="((HasQuest(28569)) &amp;&amp; (Me.ZoneId == 46))" >
				<CustomBehavior File="InteractWith" MobId="48948" NumOfTimes="1" GossipOptions="1" WaitTime="1000" CollectionDistance="50" X="-8221.111" Y="-2931.503" Z="152.3537" />
				<CustomBehavior File="WaitTimer" WaitTime="70000" GoalText="Waiting for ride {TimeRemaining}" />
			</If>
			<If Condition="((HasQuest(28569)) &amp;&amp; (IsQuestCompleted(28569)))" >
		<TurnIn QuestName="The Bogpaddle Bullet" QuestId="28569" TurnInName="Trade Baron Silversnap" TurnInId="45786" />
			</If>
 
Last edited:
Status
Not open for further replies.
Back
Top