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.
Here it is

<Blackspot X="-6900.375" Y="-3501.76" Z="244.31" Radius="69.71878" />

maybe the radius might not be enough since the mob is a lvl 85 and he has insane shot range, there's a guy reporting in wowhead that he died while flying and only hit the ground after 15 secs :s

<PickUp QuestName="Siege!" GiverName="Mountain-Lord Rendan" QuestId="28028" GiverId="47393" />
<PickUp QuestName="They Build a Better Bullet" GiverName="Mountain-Lord Rendan" QuestId="28030" GiverId="47393" />
<PickUp QuestName="The Mysteries of the Fire-Gizzard" GiverName="Agnes Flimshale" QuestId="28032" GiverId="47440" />
<PickUp QuestName="Set Them Ablaze!" GiverName="Mountain-Lord Rendan" QuestId="28029" GiverId="47393" />

Would be better if he picked all the 3 quests from the same guy instead of picking 2, and then having to come back to pick the last one :P

<PickUp QuestName="Siege!" GiverName="Mountain-Lord Rendan" QuestId="28028" GiverId="47393" />
<PickUp QuestName="They Build a Better Bullet" GiverName="Mountain-Lord Rendan" QuestId="28030" GiverId="47393" />
<PickUp QuestName="Set Them Ablaze!" GiverName="Mountain-Lord Rendan" QuestId="28029" GiverId="47393" />
<PickUp QuestName="The Mysteries of the Fire-Gizzard" GiverName="Agnes Flimshale" QuestId="28032" GiverId="47440" />

fixed
 
I'll give it a try again as it seems my post was deleted yesterday. I'm having this problem when I run the bot, I don't know if this is the wrong section to ask for help or what, if yes it could be nice with a post or a message that it's the wrong thread instead of just deleting it, I'm new sorry...

I still get this message :

Could not create current in quest bot; exception was thrown
Object reference not set to an instance of an object.

This happends when I get the quest to ressurect those stormwind guards.

And if you could also tell me how to make the bot equip items that would be appreciated aswell!
 
I'll give it a try again as it seems my post was deleted yesterday. I'm having this problem when I run the bot, I don't know if this is the wrong section to ask for help or what, if yes it could be nice with a post or a message that it's the wrong thread instead of just deleting it, I'm new sorry...

I still get this message :

Could not create current in quest bot; exception was thrown
Object reference not set to an instance of an object.

This happends when I get the quest to ressurect those stormwind guards.

And if you could also tell me how to make the bot equip items that would be appreciated aswell!

attach a log for assistance
 
Human Start area

Hey there, Started a human hunter with your bot, everything went fine till it tried to pick up "Report to Goldshire"

it couldnt pick up the quest cause there was still 2 quests before that that had to be done which i had to do manually ( which isnt a big deal but still :P )

"Ending the invasion"
"Extinguishing Hope" <(not sure if that is the prequest aswell )
 
ah, i think it has the wrong huntard id's for the quests :\ no huntards ever got back to me from testing :(
 
I ran into a couple issues, but none of them were game breaking.

I mostly AFKd.

Im level 27 with 7 hours /played.


I have a question though, since i'm using chest and shoulder heirlooms and in a lvl 25 guild, sometimes I find the bot killing / doing grey mobs/quests. Is there a way to make it skip it?

Im leveling a warrior, and it NEVER uses Victory Rush, is there a way to make it use it?

Thank you very much for this awesome profile!
 
Hey Kickazz,
Seems i got a problem with the profile.
Attaching a log, seems the problem comes further down, around 21:55-22:03
 
Could not find quest giver NPC with ID 26206 in database.
Could not create current in quest bot!

Haven't done any quests manually, just done some parts where bot couldn't generate path to the location.

P.S. removing quest order check helped.
 
Last edited:
there's a white ball in your inventory - use that and then press start

i believe it's called "arcane prison"
 
Hello i need some help.

i need the proffession buddy do one thing.

if a dont have X itens on bag e load X profile, but aftes e farm 40 of this mats he cast the Spell X

some one can help me

i have some part of the code but cant finish it

tks

<If Condition="InbagCount (2672) == 0 " IgnoreCanRun="True" ChildrenCount="1">
<LoadProfileAction Path="GrindmATS\Spiced Wolf Meat.xml" ProfileType="Honorbuddy" />
</If>
Use a CastSpellAction with Entry set to recipe ID that you want to craft and set the repeat type to either specific if you want to craft an exact amount or craftable if you want it to craft as many as you can with the material that you have in bags.

PHP:
<If ChildrenCount="1" IgnoreCanRun="True" Condition="InbagCount (2672) <40"> 
     <LoadProfileAction ProfileType="Honorbuddy" Path=""/> 
</If> 
<If ChildrenCount="1" IgnoreCanRun="True" Condition="InbagCount (2672) >=40 && CanCraft(recipeId)"> 
     <CastSpellAction ItemType="Chest" ItemId="0" CastOnItem="False" RepeatType="Craftable" Repeat="5" Entry="0"/> 
</If>
 
Hmm, whenever I SVN update it says that it's still [A] 1-58 Human - Alpha but the thread says beta, doesn't matter but jw if theres a newer file since when I go to your trunk manually its still alpha.
OCD FTL D:
 
Status
Not open for further replies.
Back
Top