Deevoon
New Member
- Joined
- Dec 4, 2011
- Messages
- 115
can i get more information (details) please?
1) fixed
2) not there yet
3) not there yet
4) almost there
Zeth'Gor bombs out for me too.
can i get more information (details) please?
1) fixed
2) not there yet
3) not there yet
4) almost there
Zeth'Gor bombs out for me too.
wow exactly what ive been looking for! except im horde... would it be to bold to ask if you could update your awesome profile with trainers and mailboxes for horde?
No clue what the quest name is but if you CTRL+F and search 1974.28 thats the line it does it. Completely kills the bot into stopped status.
Edit: Its called "Frederick's Fish Fancy"
copy over my edit of 'collectthings' behavior from my svn
Also, i'm in redridge atm... so i'm seeing about that annoying chain you commented about
Ahhh oh yeah... That's what I forgot to copy when they released the new version of HB not through updater... Quest behaviors....
Edit: Gotta say. The alliance profile is WAAAAY better than the horde one. I can actually go to sleep and wake up with it still running most the time lol
Kick - I was wondering if you'd be interested in helping me edit a profile? Get back to me. Thanks.
It's a horde skinning profile, It has one with training and I want to edit it so you have to do the training manually. Reason being is that it flys into org to train, and looks very botlike. I'd rather not have it do that considering the fact that I play on a high populated serverdepends on the profile and the amount of work i have to do![]()
It's a horde skinning profile, It has one with training and I want to edit it so you have to do the training manually. Reason being is that it flys into org to train, and looks very botlike. I'd rather not have it do that considering the fact that I play on a high populated server![]()
<?xml version="1.0" encoding="utf-8"?>
<Professionbuddy>
<CustomAction Code="Log("Horde Skinning 1-525 Loaded");" />
<!--Type of Bot to use-->
<If Condition="TreeRoot.Current.Name != "Grind Bot"" IgnoreCanRun="True">
<CustomAction Code="SwitchToBot ("Grind Bot");" />
</If>
<If Condition="Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue < 1" IgnoreCanRun="True">
<CustomAction Code="Log("Training Skinning");" />
<TrainSkillAction NpcEntry="7088" X="1852.908" Y="-4570.059" Z="24.98218" />
</If>
<If Condition="Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue == 65 || Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue == 150 || Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue == 225 || Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue == 300 || Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue == 350" IgnoreCanRun="True">
<CallSubRoutine SubRoutineName="Train Skinning" />
</If>
<SubRoutine SubRoutineName="Train Skinning">
<If Condition="Me.MapId == 1" IgnoreCanRun="True">
<FlyToAction Dismount="True" X="1815.319" Y="-4364.262" Z="103.4046" />
<CustomAction Code="Log("Training Skinning");" />
<TrainSkillAction NpcEntry="7088" X="1852.908" Y="-4570.059" Z="24.98218" />
</If>
<If Condition="Me.MapId == 530" IgnoreCanRun="True">
<FlyToAction Dismount="True" X="151.239" Y="2633.32" Z="86.54367" />
<CustomAction Code="Log("Training Skinning");" />
<TrainSkillAction NpcEntry="18755" X="151.239" Y="2633.32" Z="86.54367" />
</If>
<If Condition="Me.MapId == 571" IgnoreCanRun="True">
<FlyToAction Dismount="True" X="3435.079" Y="4105.765" Z="15.99857" />
<CustomAction Code="Log("Training Skinning");" />
<TrainSkillAction NpcEntry="26986" X="3455.75" Y="4178.839" Z="17.19355" />
</If>
</SubRoutine>
<!--*** Travel conditions ***-->
<!--*** Travel Actions ***-->
<!--Take Portal to Blasted Lands-->
<If Condition="Me.MapId == 1 && Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue >= 300 && Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue <=349" IgnoreCanRun="True">
<CustomAction Code="Log("Moving to Outlands Portal");" />
<If Condition="Me.IsHorde" IgnoreCanRun="True">
<MoveToAction MoveType="Location" Pathing="Navigator" Entry="0" X="1772.264" Y="-4326.736" Z="-8.17979" />
<InteractionAction Entry="195142" InteractDelay="0" InteractType="GameObject" GameObjectType="Transport" SpellFocus="Anvil" />
<WaitAction Condition="Me.MapId == 1" Timeout="25000" />
</If>
</If>
<!--Go through The Dark Portal-->
<If Condition="Me.MapId == 0 && Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue >= 300 && Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue <=349" IgnoreCanRun="True">
<CustomAction Code="Log("Go through the Dark Portal");" />
<If Condition="Me.IsHorde" IgnoreCanRun="True">
<FlyToAction Dismount="True" X="-11893.37" Y="-3206.692" Z="-14.69513" />
<CustomAction Code="CTM (-11930.31,-3209.613,-1.836873);" />
<WaitAction Condition="Me.MapId == 530" Timeout="25000" />
</If>
</If>
<!--Take Portal to Orgrimmar-->
<If Condition="Me.MapId == 530 && Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue >= 350" IgnoreCanRun="True">
<CustomAction Code="Log("Using Portal back to Orgrimmar");" />
<If Condition="Me.IsHorde" IgnoreCanRun="True">
<FlyToAction Dismount="True" X="-1829.331" Y="5361.543" Z="-12.42777" />
<MoveToAction MoveType="Location" Pathing="Navigator" Entry="0" X="-1897.387" Y="5393.36" Z="-12.42777" />
<InteractionAction Entry="183323" InteractDelay="200" InteractType="GameObject" GameObjectType="Transport" SpellFocus="Anvil" />
<WaitAction Condition="Me.MapId == 1" Timeout="25000" />
</If>
</If>
<!--Take Zeppelin to Northrend-->
<If Condition="Me.MapId == 1 && Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue >= 350 && Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue <=439" IgnoreCanRun="True">
<FlyToAction Dismount="True" X="1763.047" Y="-4283.249" Z="133.1071" />
<CustomAction Code="Log("Waiting for Zeppelin");" />
<WaitAction Condition="ObjectManager.GetObjectsOfType<WoWGameObject>().FirstOrDefault(o => o.Entry == 186238 ) != null && ObjectManager.GetObjectsOfType<WoWGameObject>().FirstOrDefault(o => o.Entry == 186238 ).Location.Distance(new WoWPoint(1775.066, -42999.75, 151.0326)) < 3" Timeout="650000" />
<CustomAction Code="CTM(1768.292, -4290.189, 133.1834);" />
<WaitAction Condition="Me.MapId == 571" Timeout="650000" />
</If>
<!--Take Zeppelin to Orgrimmar-->
<If Condition="Me.MapId == 571 && Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue >= 440" IgnoreCanRun="True">
<If Condition="Me.IsHorde" IgnoreCanRun="True">
<FlyToAction Dismount="True" X="2928.642" Y="6088.206" Z="144.6709" />
<FlyToAction Dismount="True" X="2835.211" Y="6184.501" Z="121.8625" />
<WaitAction Condition="ObjectManager.GetObjectsOfType<WoWGameObject>().FirstOrDefault(o => o.Entry == 186238 ) != null && ObjectManager.GetObjectsOfType<WoWGameObject>().FirstOrDefault(o => o.Entry == 186238 ).Location.Distance(new WoWPoint(2837.908, 6187.443, 140.1648)) < 3" Timeout="600000" />
<CustomAction Code="CTM (2842.167, 6190.77, 122.2655);" />
<WaitAction Condition="Me.MapId == 1" Timeout="600000" />
</If>
</If>
<!--Buy Skinning Knife-->
<If Condition="InbagCount (7005) == 0" IgnoreCanRun="True">
<BuyItemAction NpcEntry="3366" X="1856.972" Y="-4555.948" Z="24.98115" ItemID="7005" Count="1" BuyItemType="SpecificItem" BuyAdditively="True" />
</If>
<!--Skinning Profiles-->
<While Condition="Me.FreeNormalBagSlots > 2" IgnoreCanRun="True">
<If Condition="Me.MapId == 1" IgnoreCanRun="True">
<If Condition="Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue >= 1 && Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue < 65" IgnoreCanRun="False">
<CustomAction Code="Log("Loading Profile 1-65");" />
<LoadProfileAction Path="[H] Skinning Durotar.xml" ProfileType="Professionbuddy" />
</If>
<If Condition="Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue >= 65 && Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue < 110" IgnoreCanRun="False">
<CustomAction Code="Log("Loading Profile 65-110");" />
<LoadProfileAction Path="[H] Skinning Northern Barrens.xml" ProfileType="Professionbuddy" />
</If>
<If Condition="Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue >= 110 && Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue < 185" IgnoreCanRun="False">
<CustomAction Code="Log("Loading Profile 110-185");" />
<LoadProfileAction Path="[H] Skinning Ashenvale.xml" ProfileType="Professionbuddy" />
</If>
<If Condition="Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue >= 185 && Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue < 205" IgnoreCanRun="False">
<CustomAction Code="Log("Loading Profile 185-205");" />
<LoadProfileAction Path="[H] Skinning Dustwallow Marsh.xml" ProfileType="Professionbuddy" />
</If>
<If Condition="Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue >= 205 && Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue < 265" IgnoreCanRun="False">
<CustomAction Code="Log("Loading Profile 205-265");" />
<LoadProfileAction Path="[H] Skinning Thousand Needles.xml" ProfileType="Professionbuddy" />
</If>
<If Condition="Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue >= 265 && Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue < 300" IgnoreCanRun="False">
<CustomAction Code="Log("Loading Profile 265-300");" />
<LoadProfileAction Path="[H] Skinning Un'Goro Crater.xml" ProfileType="Professionbuddy" />
</If>
<If Condition="Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue >= 440 && Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue < 525" IgnoreCanRun="False">
<CustomAction Code="Log("Loading Profile 440-525");" />
<LoadProfileAction Path="[H] Skinning Hyjal.xml" ProfileType="Professionbuddy" />
</If>
</If>
<If Condition="Me.MapId == 530" IgnoreCanRun="True">
<If Condition="Me.IsHorde" IgnoreCanRun="True">
<If Condition="Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue >= 300 && Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue < 350" IgnoreCanRun="False">
<CustomAction Code="Log("Loading Profile 300-350");" />
<LoadProfileAction Path="[H] Skinning Outlands.xml" ProfileType="Professionbuddy" />
</If>
</If>
</If>
<If Condition="Me.MapId == 571" IgnoreCanRun="True">
<If Condition="Me.IsHorde" IgnoreCanRun="True">
<If Condition="Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue >= 350 && Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue < 440" IgnoreCanRun="False">
<CustomAction Code="Log("Loading Profile 350-440");" />
<LoadProfileAction Path="[H] Skinning Northrend.xml" ProfileType="Professionbuddy" />
</If>
</If>
</If>
</While>
</Professionbuddy>
so i'm running this profile and i really wish i would have put more of my awesomeness into it like i did with the ally one =(
It needs a hardcore reflow... but i'll settle for <working> instead of <awesomesauce flow working>
Don't fix it if it isn't broken.![]()