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.
Weird... Now its working. Just restarted it. I'll let you know if anything else goes awry.
 
Updated svn found bug

Code:
            <While Condition="((HasQuest(26953)) &amp;&amp; (!IsQuestCompleted(26953)))" >
            
                  <>
                <GrindTo Condition="(IsQuestCompleted(26953)) || (!Me.HasAura(&quot;Escorting Zen'Kiki&quot;))" />

it requires 20 kills to complete this quest with the druid. in the defined grind area are no mobs which help complete this quest.
 
Last edited by a moderator:
Kill 20 plagued wildlife with Zen'Kiki by your side. You may kill Hulking Plaguebears, Diseased Wolves, Venom Mist Lurkers, or Plague Lurkers.

Zen'Kiki, the Druid - Quest - World of Warcraft

foxes no, bears yes; it's cool, i just copy / pasted from the grind area

if you want, you can get me better hotspots and additional factions and i'll add them in
 
kick, just wish to thanks on this profile and 58-70 profile. i use HB for 1 week now and i leveled up from 64-80 with both of your profile, average 300k-400k/h. 1 week is consider fast for me. thanks again man! now im going to try 80-85 profile for Horde. ;D
 
My pleasure :)

I just tried a fresh install of HB and it worked (figured it would after you said that about the bot's "memory").
Not a huge deal, but it does suck to have to re install and reconfigure several "installs" (I have one per bot, 4 atm).

Thanks for being on top of stuffs!
=)

I cant go afk for 5mins with questing bot because he bugs out on handing in quests or something else :/ im lvl 27 in 4days
i'll be adding a fix for your issue soon (bot data memory / cache issue)

Cant even lvl keep getting this Moving to Type: Train, Name: Brulla
Moving to Type: Fly, R: Use, The Crossroads, Northern Barrens
Could not find vendor: '' blacklisting!
Moving to Type: Train, Name: Brulla
Moving to Type: Fly, R: Use, The Crossroads, Northern Barrens
Could not find vendor: '' blacklisting!
bot issue, sadly; nesox knows about it

Now it's trying to REPAIR in Org!
moved to release thread

Keeps trying to go to Nathan Silverblade in Eversong woods? In Winterspring at the moment.
[3:48:46 PM:922] Moving to Type: Train, Name: Lothan Silverblade
[3:48:56 PM:518] Stopping the bot!

it's trying to train

And this one is trying to repair at the food & drinks vendor!

Weird how, with the same profiles, both clean installs, one tries to repair in org and the other in EPL (then again, at the wrong npc lol).
moved to release thread - nesox knows about it

Weird... Now its working. Just restarted it. I'll let you know if anything else goes awry.
it was training =P
 
the quest menacing marshfangs was bugged, added hotspots from azenius to fix it:

Code:
<Quest Id="9770" Name="Menacing Marshfangs">
    <Objective Type="KillMob" MobId="18130" KillCount="10">
        <Hotspots>
            <Hotspot X="168.3952" Y="5695.689" Z="20.52396" />
            <Hotspot X="280.6756" Y="5617.071" Z="22.21375" />
            <Hotspot X="411.5572" Y="5636.076" Z="21.89793" />
            <Hotspot X="453.6915" Y="5860.184" Z="22.78756" />
            <Hotspot X="366.4687" Y="5869.083" Z="22.88736" />
            <Hotspot X="206.9369" Y="5895.415" Z="22.73598" />
        </Hotspots>
    </Objective>
</Quest>

the next quest after that was bugged as well, azenius has a flyto so added that and seemed to fix it, resulting code:

Code:
<If Condition="HasQuest(9769) &amp;&amp; !IsQuestCompleted(9769)" >
                <CustomBehavior File="FlyTo" X="-423.5075" Y="5475.086" Z="21.13755" />
                <CustomBehavior File="ForcedDismount" />
            </If>
            <Objective QuestName="There's No Explanation for Fashion" QuestId="9769" Type="CollectItem" ItemId="24372" CollectCount="8" />

added flyto
 
Code:
					<SetGrindArea>
						<GrindArea>
							<Factions>974 38 312 22</Factions> <!-- [Hulking Plaguebear,Diseased Wolf,Plague Lurker,Venom Mist Lurker] -->
							<TargetMinLevel>33</TargetMinLevel>
							<TargetMaxLevel>38</TargetMaxLevel>	
							<Hotspots> 
								<Hotspot X="1982.94" Y="-1789.087" Z="64.80361" />
								<Hotspot X="1990.196" Y="-1919.304" Z="73.62924" />
								<Hotspot X="1915.525" Y="-1959.813" Z="78.7701" />
								<Hotspot X="1887.06" Y="-1956.052" Z="75.8632" />
								<Hotspot X="1878.26" Y="-1994.816" Z="82.95597" />
								<Hotspot X="1889.823" Y="-2057.792" Z="74.83401" />
								<Hotspot X="1794.619" Y="-2048.501" Z="70.68099" />
								<Hotspot X="1687.246" Y="-2022.948" Z="59.62885" />
								<Hotspot X="1587.354" Y="-1941.967" Z="67.19145" />
								<Hotspot X="1558.642" Y="-1844.846" Z="60.68558" />
								<Hotspot X="1642.029" Y="-1772.719" Z="60.41909" />
								<Hotspot X="1779.753" Y="-1720.086" Z="59.98423" />
								<Hotspot X="1925.242" Y="-1763.684" Z="61.15604" />
							</Hotspots>
						</GrindArea> 
					</SetGrindArea>
				<GrindTo Condition="(IsQuestCompleted(26953)) || (!Me.HasAura(&quot;Escorting Zen'Kiki&quot;))" />


this works :)
 
Code:
                    <SetGrindArea>
                        <GrindArea>
                            <Factions>974 38 312 22</Factions> <!-- [Hulking Plaguebear,Diseased Wolf,Plague Lurker,Venom Mist Lurker] -->
                            <TargetMinLevel>33</TargetMinLevel>
                            <TargetMaxLevel>38</TargetMaxLevel>    
                            <Hotspots> 
                                <Hotspot X="1982.94" Y="-1789.087" Z="64.80361" />
                                <Hotspot X="1990.196" Y="-1919.304" Z="73.62924" />
                                <Hotspot X="1915.525" Y="-1959.813" Z="78.7701" />
                                <Hotspot X="1887.06" Y="-1956.052" Z="75.8632" />
                                <Hotspot X="1878.26" Y="-1994.816" Z="82.95597" />
                                <Hotspot X="1889.823" Y="-2057.792" Z="74.83401" />
                                <Hotspot X="1794.619" Y="-2048.501" Z="70.68099" />
                                <Hotspot X="1687.246" Y="-2022.948" Z="59.62885" />
                                <Hotspot X="1587.354" Y="-1941.967" Z="67.19145" />
                                <Hotspot X="1558.642" Y="-1844.846" Z="60.68558" />
                                <Hotspot X="1642.029" Y="-1772.719" Z="60.41909" />
                                <Hotspot X="1779.753" Y="-1720.086" Z="59.98423" />
                                <Hotspot X="1925.242" Y="-1763.684" Z="61.15604" />
                            </Hotspots>
                        </GrindArea> 
                    </SetGrindArea>
                <GrindTo Condition="(IsQuestCompleted(26953)) || (!Me.HasAura(&quot;Escorting Zen'Kiki&quot;))" />


this works :)

thanks for your contribution
 
The bot decides to chill out behind a tree while doing "Culling the Corrupted" in Felwood.
Any attempt to move the bot makes it go back there. Bad hotspot, I assume?
 

Attachments

The bot decides to chill out behind a tree while doing "Culling the Corrupted" in Felwood.
Any attempt to move the bot makes it go back there. Bad hotspot, I assume?

did i get a bad log?

28148 is no where in the log

atm your states that you're turning in this quest (i think):
<TurnIn QuestName="Righteous Indignation" QuestId="27479" TurnInName="Deacon Andaal" TurnInId="45736" />
 
Wait, that's not the right log.
Here, sorry. It's a bit long so I editted it for you. Just scroll to the bottom.

Also, I noticed it takes the bot 2/3 tries to get on the zeppelin from UC to Org.
It tries to jump on it as it comes and gets absolutely stuck with no possibility to move an inch.

Eventually it gets on it after a couple tries, but it's pretty suspicious.
 

Attachments

Wait, that's not the right log.
Here, sorry. It's a bit long so I editted it for you. Just scroll to the bottom.

Also, I noticed it takes the bot 2/3 tries to get on the zeppelin from UC to Org.
It tries to jump on it as it comes and gets absolutely stuck with no possibility to move an inch.

Eventually it gets on it after a couple tries, but it's pretty suspicious.

if you can - can you get me just a few hotspots for that quest

<Objective QuestName="Culling the Corrupted" QuestId="28148" Type="CollectItem" ItemId="63088" CollectCount="10" />


and give me the quest override (dev tools --> bottom right - copy all quest objectives - then in the log window copy *just* the 28148 quest objective)

and i'll fix it. i think what it's doing is that it went up to the tree and got stuck because it's 'auto searching'

it happens a lot, but i've fixed most of the issues w/ quest overrides =)

thanks
 
<Quest Id="28148" Name="Culling the Corrupted">
<Objective Type="CollectItem" ItemId="63088" CollectCount="10">
<CollectFrom>
</CollectFrom>
<Hotspots>
</Hotspots>
</Objective>
</Quest>

That's what I get from doing what you asked me, now as for the hotspots... excuse my ignorance, but is it just the point where the mobs spawn, or do you need me to draw you a path?
 
<Quest Id="28148" Name="Culling the Corrupted">
<Objective Type="CollectItem" ItemId="63088" CollectCount="10">
<CollectFrom>
</CollectFrom>
<Hotspots>
</Hotspots>
</Objective>
</Quest>

That's what I get from doing what you asked me, now as for the hotspots... excuse my ignorance, but is it just the point where the mobs spawn, or do you need me to draw you a path?

oh, sorry i didn't explain

in the dev tools window at the top left there is a 0, 0, 0 window... double click that and it produces a 'hotspot'

just go around to (or near) the mobs for the quest and click the window for a hotspot ... i only need like 3-5, more than that is fine if you want. just enough to make a 'mini farm' area
 
Here's the hotspot list. Lemme know if there's anything else I can do!

3987.022, -1218.251, 259.2694
4012.414, -1178.823, 273.2089
4006.442, -1147.277, 269.8606
4055.759, -1209.398, 282.1178
4083.438, -1176.21, 288.2393
4112.915, -1152.236, 291.7705
4088.214, -1118.919, 277.1963
4049.758, -1087.958, 266.639
4125.209, -1029.346, 281.548
4173.583, -1090.189, 299.2752
4180.702, -1047.001, 291.3521

PS: The copy option wasn't working, so I just hand copies. Hope it's in the right format... just copied as I saw it.
 
you didn't double click the 000 :(

lol that's ok i'll hand move it over

Code:
    <Quest Id="28148" Name="Culling the Corrupted">
        <Objective Type="CollectItem" ItemId="63088" CollectCount="10">
            <CollectFrom>
            </CollectFrom>
            <Hotspots>
                <Hotspot X="3987.022" Y="-1218.251" Z="259.2694" />
                <Hotspot X="4012.414" Y="-1178.823" Z="273.2089" />
                <Hotspot X="4006.442" Y="-1147.277" Z="269.8606" />
                <Hotspot X="4055.759" Y="-1209.39" Z="282.1178" />
                <Hotspot X="4083.438" Y="-1176.21" Z="288.2393" />
                <Hotspot X="4112.915" Y="-1152.236" Z="291.7705" />
                <Hotspot X="4088.214" Y="-1118.919" Z="277.1963" />
                <Hotspot X="4049.758" Y="-1087.958" Z="266.639" />
                <Hotspot X="4125.209" Y="-1029.346" Z="281.548" />
                <Hotspot X="4173.583" Y="-1090.189" Z="299.2752" />
                <Hotspot X="4180.702" Y="-1047.001" Z="291.3521" />                
            </Hotspots>
        </Objective>
    </Quest>

there we go

i've committed the changes
 
Last edited:
Thanks! I have a toon getting there, hopefully this pass will go without a hitch :).

EDIT: Yep, worked like a charm! Thanks again for the quick fixes. Can't wait for the HB issues to be resolved... this will be pretty damn afkable... (and I wouldn't probably even have ran into the vendor/repair issues if it wasn't because this is a fresh account with no big bags/heirlooms).
 
Last edited:
Hey Kick, I'm a level 56 Warlock in Silithus using your profile.. My character is trying to pick up a quest called "Call of the Warmatron" that the NPC does not have (doesn't even show a silver ! for a future quest). My character is basically untargetting and retargetting the NPC over and over again.

it's a 'go to blasted lands' quest

if you've done another one manually then this one won't be available
 
Last edited:
Hey, where in do you put the quest behaviors you get from your SVN

I have them in a Quest%20Behaviors folder inside the quest behaviors folder is that right?
 
Status
Not open for further replies.
Back
Top