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.
It's amazing how flawless last updates have been, more quest behaviors, less user dialogs and much faster leveling.
 
Ok thank you, didnt know that, i'm new to botting so atm all i have running is the auto talent thing, Any tips on some other plugins i should be using :D

Mr.ItemRemover
RareMobKiller
Tidy Bags 3 Reloaded
XP Chests

These 4 are mandatory for the chars I level up, make sure you also have the plugins requested by the questing profiles you are using, like Kicks and ItemForAuraQuestHelper.
 
Why cant my toon mount up?

I got riding skill and 2 different mounts. When ever it try it comes whit "Spell not learned"
Im lvl 24 and questing. Paladin

[11:49:44:371] Spell_C::CastSpell(56921, 0, 0x0, 0) [196]
 
First of all - thanks for you profile pack. I know this was hard work :-)

Unfortunately I have several major problems with this profiles - especially with the horde versions lvl58-68 Outlands...
One major problem that I cannot solve at the moment is in Terokkar forrest...
The Goal is to: "Free 8 Captives".
Well - there's no quest which requires to free 8 captives and the bot is moving around in the bone desert and killing everything...
Don't know how to solve the problem..

I can attach a Log later.
 
i think its beucase more people is involved in this profile project for example mastahg, am i right Kick ?
 
Quest - Do the Imp-Possible

Had to restart 3 or 4 times HB till the Toon finished the quest. Toon tryed to turn in the Quest endless :( (need a plugin that restart a quest if cant turn in X times)

i coulda swore i changed that stupid quest to a while

changed
 
(1)
Hm he is interrupting again :( Cant cast this Item till end. Will wait there with the Toon for testing. Hmmm maybe a WL CC (Singular) problem? tryed to press the Item by Hand while HB runs, but always interrupted.

(2)
And the last Mob, Skull Crusher, possible to force the Toon for a Turn in. Got it now 2 times, Toon beated Skull Crusher (really perfect!!) and has not enough Health/Mana, and is waiting there, in this Time the Mob gespawns and Toon starts to fight again.

Code:
             <While Condition="((HasQuest(27606)) &amp;&amp; (!IsQuestCompleted(27606)))" >
                <RunTo X="-3620.305" Y="-6200.837" Z="5.459022" />
                <CustomBehavior File="WaitTimer" WaitTime="2000" />
                <RunTo X="-3620.305" Y="-6200.837" Z="5.459022" />
                <CustomBehavior File="WaitTimer" WaitTime="2000" />
                <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(61928)" WaitTime="1000" />
                <CustomBehavior File="WaitTimer" WaitTime="15000" />
                <CustomBehavior File="InteractWith" QuestId="27606" MobId="46009" MobState="Alive" WaitForNpcs="False" X="-3621.387" Y="-6196.787" Z="5.911814" />
             </While>

Think that will work?

i'll see if the skullcrusher quest is complete - to force move to the bottom of the ramp or something
 
First of all - thanks for you profile pack. I know this was hard work :-)

Unfortunately I have several major problems with this profiles - especially with the horde versions lvl58-68 Outlands...
One major problem that I cannot solve at the moment is in Terokkar forrest...
The Goal is to: "Free 8 Captives".
Well - there's no quest which requires to free 8 captives and the bot is moving around in the bone desert and killing everything...
Don't know how to solve the problem..

I can attach a Log later.

changed pulldistance to 10, so it should get right up to the guys and pop them
 
Horde - Quest - Deceivers In Our Midst

Hmm ... i dont know how long my Toons is now riding from one to the other Hotspot :(

But normaly he need to use the Item "Sindweller Blindfold", i think he died or something, but didnt checked if he has the Item used. Without this Item he cant kill the Jadefire Shifter 12x :(
Is it possible to check if he has "Sindweller Blindfold" as Buff, if not use it?
 

Attachments

  • 04.05.2012_16_33 26092 Log.txt
    04.05.2012_16_33 26092 Log.txt
    306.9 KB · Views: 21
  • World of Warcraft_2012-05-04_20-31-18.webp
    World of Warcraft_2012-05-04_20-31-18.webp
    96.2 KB · Views: 19
  • World of Warcraft_2012-05-04_20-36-35.webp
    World of Warcraft_2012-05-04_20-36-35.webp
    94.1 KB · Views: 23
Horde - Quest - Deceivers In Our Midst

Hmm ... i dont know how long my Toons is now riding from one to the other Hotspot :(

But normaly he need to use the Item "Sindweller Blindfold", i think he died or something, but didnt checked if he has the Item used. Without this Item he cant kill the Jadefire Shifter 12x :(
Is it possible to check if he has "Sindweller Blindfold" as Buff, if not use it?

get me some hotspots real quick for those mobs please. i'll make a permafix (3-5 hotspots, and 1 copy xml of the jadefire noobs)

When i get the hotspots and dump - here's what it will look like:

Code:
			<While Condition="(HasQuest(28261)) &amp;&amp; (!IsQuestCompleted(28261))">
			 <If Condition="(!Me.HasAura(&quot;Sindweller Blindfold&quot;))" >
				<UseItem ItemId="63419" QuestId="28261" X="6584.889" Y="-975.6223" Z="468.8419" />
			 </If>
				<SetGrindArea>
					<GrindArea>
						<Factions>14 16</Factions>
						<Hotspots>
							<Hotspot X="6584.889" Y="-975.6223" Z="468.8419" />
						</Hotspots>
					</GrindArea>  
				</SetGrindArea>
			 <GrindTo Condition="(HasQuest(28261)) &amp;&amp; (IsQuestCompleted(28261)) || (!Me.HasAura(&quot;Sindweller Blindfold&quot;))" />
			</While>
 
Last edited:
get me some hotspots real quick for those mobs please. i'll make a permafix (3-5 hotspots, and 1 copy xml of the jadefire noobs)

When i get the hotspots and dump - here's what it will look like:

Code:
			<While Condition="(HasQuest(28261)) && (!IsQuestCompleted(28261))">
			 <If Condition="(!Me.HasAura("Sindweller Blindfold"))" >
				<UseItem ItemId="63419" QuestId="28261" X="6584.889" Y="-975.6223" Z="468.8419" />
			 </If>
				<SetGrindArea>
					<GrindArea>
						<Factions>14 16</Factions>
						<Hotspots>
							<Hotspot X="6584.889" Y="-975.6223" Z="468.8419" />
						</Hotspots>
					</GrindArea>  
				</SetGrindArea>
			 <GrindTo Condition="(HasQuest(28261)) && (IsQuestCompleted(28261)) || (!Me.HasAura("Sindweller Blindfold"))" />
			</While>

Oh Hotspots are ok, its just the Toon didnt use the Item to get into this Shadow World to kill this Jadefire things. Everything is ok, it just need to check if he has the Buff, if not use the Item. Thats all. I used the Item by Hand and everything work perfect after this.
 
Oh Hotspots are ok, its just the Toon didnt use the Item to get into this Shadow World to kill this Jadefire things. Everything is ok, it just need to check if he has the Buff, if not use the Item. Thats all. I used the Item by Hand and everything work perfect after this.

no no you don't understand

i need hotspots since it's a grindarea and it won't 'guess' from the mesh (the objectives guess form the mesh if i don't specify hotspots... and on this quest i didn't)

so if you can, please go get me some :o
 
:( did the Quest by Hand to use the Item :( grraahh .. but no Problem one of my next Toons are hitting there soon.
 
Why the bot don?t use Fly Mount when he is going to sell Vendor? (sry for my bad english:rolleyes:)
I?am questing at Terrokar Forest
 
I'm a horde lvl 81 now, and went back to Orgrimmar. Now, when I resume the bot it will take a zeppelin (don't remember where - sorry), and go back again to Orgrimmar. Then, it will sell, train and buy and go back to the zeppelin again etc...

If I go to Hyjal manually and start the bot, it will say 'Compiling quests'.. if I look at the debugging window, after a while it has compiled all the quests but still nothing happens..
Log included. Please let me know, thanks.
 

Attachments

I'm currently using this on my lvl 41 warlock, but for some reason the bot wants to take my toon back to Westfall and start questing from the beginning. My best guess fpr why this is happening is that my profile: "[A - Quest] EK 12-58 [Kick]" start in that area. But i dont know if this is the problem.

Is there some way where you can jump between the areas where you want to quest?
 
Nope?
what does this mean?

Note: Fly Questing Profiles have FlyTo's, not NativeFlying
FlyTo flies to and from objectives / quests and then use ground mount
Native Flying (such as GB2) will always fly

 
Status
Not open for further replies.
Back
Top