What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Help fix this Hearthstone Only Profile Please :)

kbrebel04

New Member
Joined
Dec 15, 2011
Messages
294
Reaction score
3
I am using a hearthstone only file (will land, dismount and cast hearthstone) the only issue is if it lands and I get attacked by something, after killing them mob it will not recast hearthstone. How can i fix this?
 
Last edited:
Im using the one attached. I changed it to 5000 and it still does not work. Only does the inital try of hearthstone the sits there

after mount dismount - add a 5000 waittimer before the hearthstone
 
well it works in quest bot

<CustomBehavior File="ForcedDismount" />
<CustomBehavior File="WaitTimer" WaitTime="5000" GoalText="Waiting for agro to clear {TimeRemaining}" />
<CustomBehavior File="Misc\RunLua" Lua="UseItemByName(6948)" WaitTime="1000" />
<CustomBehavior File="WaitTimer" WaitTime="12000" GoalText="Waiting for Hearth {TimeRemaining}" />

you can even add in this:





<While Condition="(Me.ZoneId != 1637)" >
<CustomBehavior File="Misc\RunLua" Lua="UseItemByName(6948)" WaitTime="1000" />
<CustomBehavior File="WaitTimer" WaitTime="12000" GoalText="Waiting for Hearth {TimeRemaining}" />

</While>

to compensate for a lot of agro

1637 is the zoneid (gotten from wowhead). I think 1637 is orgrimmar
 
well it works in quest bot

<CustomBehavior File="ForcedDismount" />
<CustomBehavior File="WaitTimer" WaitTime="5000" GoalText="Waiting for agro to clear {TimeRemaining}" />
<CustomBehavior File="Misc\RunLua" Lua="UseItemByName(6948)" WaitTime="1000" />
<CustomBehavior File="WaitTimer" WaitTime="12000" GoalText="Waiting for Hearth {TimeRemaining}" />

you can even add in this:





<While Condition="(Me.ZoneId != 1637)" >
<CustomBehavior File="Misc\RunLua" Lua="UseItemByName(6948)" WaitTime="1000" />
<CustomBehavior File="WaitTimer" WaitTime="12000" GoalText="Waiting for Hearth {TimeRemaining}" />

</While>

to compensate for a lot of agro

1637 is the zoneid (gotten from wowhead). I think 1637 is orgrimmar

That worked! TY :D

Any idea on a Profile that can get me from Kalimdor to Outlands?
 
use the blasted lands portal in orgrimmar, then use the portal to outlands

(all of this stuff is in my questing profiles somewhere - check the horde DK profile. /questing / goto / DK H K to BC I think)
 
Last edited:
use the blasted lands portal in orgrimmar, then use the portal to outlands

(all of this stuff is in my questing profiles somewhere - check the horde DK profile. /questing / goto / DK H K to BC I think)

Beat you to it :) all if your profiles are either from EK to BC or from BC back to K

I tried running K to EK then EK to BC but the BC profile just sits there
 
Code:
            <While Condition="Me.MapId == 0" >
             <If Condition="Me.MapId == 0" >
                <RunTo X="-11895.44" Y="-3206.936" Z="-14.64132" />
                <CustomBehavior File="WaitTimer" WaitTime="1000" />
              </If>
              <If Condition="Me.MapId == 0" >
                <CustomBehavior File="MyCTM" X="-11908.09" Y="-3208.854" Z="-14.83002" />
                <CustomBehavior File="WaitTimer" WaitTime="1000" />
              </If>
             <If Condition="Me.MapId == 0" >
                <CustomBehavior File="WaitTimer" WaitTime="15000" />
             </If>
            </While>

this goes from blasted lands to BC entrance

open the profiles and check the code. most of my goto profiles have redundancies to make it not do anything if certain conditions aren't met (so the bot doesn't go nuts bc the user doesn't know how to load the proper profile)
 
Last edited:
Now I just need to find one that can take the portal in Kalimdor to blasted lands
 
interact mobtype gameobject

i'm sure it's in my dk kalimdor to ek or bc profile

You don't have any profiles that go from Kalimdor to EK :(

I went into the 12-58 k-ek quest profile and still can not find it in there
 
Use the code in the 1-525 herb mining gb2 professionbuddy profile, quick and easy.
 
I looked in there my brain is hurting. I dont know what im looking for and when i find it i dont know how to make it go from org to outlands
 
Back
Top