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!

[H] Children'S Week Shattrath

d4mn3d

Member
Joined
Dec 5, 2011
Messages
105
Hi,

this is my first try for a requested profile.

I used Kicks Alliance Profile as a template.
Shattrath Blood Elf Orphan:
Start the Profile anywhere in Outland using Questing Bot.

Update:

- Profile can be started in Orgrimmar or Outland..
- Changed WaitTime for the Quest "Now, When I Grow Up..." because the Orphan runs wild before the Quest is completed

Orgrimmar Orcish Orphan:
Start the Profile anywhere in Kalimdor or Orgrimmar using Questing Bot.

Update:

- Orgrimmar Orphan profile ready! Till now I didn't test it. Please report any issues!
- For unkown reasons the toon may stuck at picking up the first quest. If the toon does, please stop and restart HB. I don't know why he acting like this -.-
- Problems with turn in the quest "The Banshee Queen", the toon wants to pick up another quest instead - it's too late now, need to get up early :(

----
Since its my first editing of a profile, please be patient. ^^
Big thanks to Kick for the original profile!
 

Attachments

Last edited:
Hi,

this is my first try for a requested profile.

I used Kicks Alliance Profile and now it runs till the End of "Time to Visit the Caverns".

Start the Profile anywhere in Outland...

Since its my first editing of a profile, please be patient. ^^

There is much Junk-Code from Kicks Profile you should stop it after it runs back out of the cavern.

Thanks for this. I'm using it now, and it worked fine to pick up the quest, and it flew to Zangarmarsh and turned in the quest there without a hitch. It then flew to the dark portal, completed the quest there - and then it hung up trying to pick up the next quest in line, "Now, when I'm all grown up" or something like that.. stopping and starting the bot again made it start flying to Throne of the Elements, as expected.
 
Thanks for this. I'm using it now, and it worked fine to pick up the quest, and it flew to Zangarmarsh and turned in the quest there without a hitch. It then flew to the dark portal, completed the quest there - and then it hung up trying to pick up the next quest in line, "Now, when I'm all grown up" or something like that.. stopping and starting the bot again made it start flying to Throne of the Elements, as expected.

Weird. Tested on 2 Toons, both first flew to the throne of elements, then to zangarmarsh. Last point was the dark portal...
 
questing or grinding? which bot to use? or GB?
ok its questing :D
 
Last edited:
Love it. Any chance you'll be making versions for the Org and Dal orphan quest lines?
 
Thanks d4mn3d, profile worked really well except he fell off the zep platform on his way to UC. Might I suggest some transport co-ords that I've grabbed myself.

EDIT1: Suggested Transport coord's:
PHP:
<CustomBehavior File="UseTransport"	TransportId="164871"	
						WaitAtX="1844.823" WaitAtY="-4395.246" WaitAtZ="135.2321" 	
						TransportStartX="1833.509" TransportStartY="-4391.543" TransportStartZ="152.7679"
						TransportEndX="2062.376" TransportEndY="292.998" TransportEndZ="114.973"
						StandOnX="1835.975" StandOnY="-4383.916" StandOnZ="135.1854" 
						GetOffX="2066.387" GetOffY="285.282" GetOffZ="97.03133" />

EDIT 3: Doesn't seem to matter what I do to the coordinates, my toon always insists on jumping diagonally off the platform after the zepp arrives. Giving me a "MoveStop failed for JumpAscend" message. Seems to be a UseTransport issue rather than a profile issue.

EDIT2: I've had 2 seperate toons fly off the coast of Redridge and die of fatigue now, jjust looking into it I think it's failing to go to the caverns of time. I have two quests, 11975 and 10963, the profile flys me back through the dark portal and then it doesn't use the boat.

So we have at least two options to remedy this

OPTION 1:
PHP:
<If Condition="HasQuest(10963) &amp;&amp; !IsQuestCompleted(10963)" > 
...
...
</If>
to
PHP:
<While Condition="HasQuest(10963) &amp;&amp; !IsQuestCompleted(10963)" > 
...
...
</While>

or

OPTION 2:
PHP:
		<If Condition="HasQuest(10963) &amp;&amp; !IsQuestCompleted(10963)" >
			<!-- If in Outland, head to portal and use it... -->
			<If Condition="Me.MapId == 530">
				<CustomBehavior File="FlyTo" DestName="The Dark Portal" X="-248.014" Y="899.1279" Z="84.3497" />
				<CustomBehavior File="MyCTM" X="-249.014" Y="897.1279" Z="84.3497" />
				<CustomBehavior File="WaitTimer" WaitTime="25000" VariantTime="15000"
								GoalText="Waiting {TimeRemaining} for zoning to complete." />
			</If>
to
PHP:
		<If Condition="HasQuest(10963) &amp;&amp; !IsQuestCompleted(10963)" >
			<!-- If in Outland, head to portal and use it... -->
			<If Condition="Me.MapId == 530">
				<CustomBehavior File="Message" Text="Using Shattrath Portal to Orgrimmar" LogColor="Yellow" />
				<CustomBehavior File="FlyTo" DestName="Shattrath Portal to Orgrimmar" X="-1939.581" Y="5391.958" Z="-12.428" />
				<RunTo X="-1896.863" Y="5390.54" Z="-12.428" />
				<CustomBehavior File="InteractWith" ObjectType="Gameobject" MobId="183323" NumOfTimes="1" Range="5" WaitTime="10000" CollectionDistance="10" X="-1899.45" Y="5393.01" Z="-12.42832" />
			</If>

I think either of these will work, I've opted for the second option, so as to remove the necessity for the boat ride all together.
 
Last edited:
I never had any problems with the fatique...

the problem with the zep to tirisfal just happenend to me if the zep was already there when the toon arrives.

it's almost too late but i'm on my way writing a profile for the orgrimmar orphan. Half of the profile is finished.
 
Orgrimmar orphan profile ready for testing! please report any issues!

Be sure you deleted any other whistle from your bags because HB struggles with more than one whistle!
 
M8, i found a prob, the bot when he waits for zepp to trisfall glades, e miss the jump to the zepp and fall of.
 
M8, i found a prob, the bot when he waits for zepp to trisfall glades, e miss the jump to the zepp and fall of.

known problem. I don't know why he acts like this. As AtticusG3 stated, it might be a problem with the UseTransport behaviour. It works fine for me if no zep is nearby until he reaches the waiting spot...
 
just finished this profile, amazing job, and ye he acts bad with a zep but no big issue, thanks again, btw whoever wants dalaran profile check kick's svn
 
Back
Top