• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • HB ARCHIVES: Kick's Old Posts Thread--DO NOT DELETE!

    Discussion in 'Archives' started by fhlhwow, Aug 17, 2010.

    Thread Status:
    Not open for further replies.
    1. lilmann1

      lilmann1 New Member

      Joined:
      May 2, 2010
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      So did you just want me to let him go through the elementals and rams til he grinds it out? or is there a way to make him start in the glade
       
    2. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      I have no clue what you're talking about ... glade?

      you start where the first post says to start... and thats it
       
    3. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      Quest: Colossal Guardians - Quest - World of Warcraft
      couldn't these to steps be automated?
      Targetting should work with:
      Code:
      <CustomBehavior File="FlyTo" X="XXX" Y="YYY" Z="ZZZ" />
      <CustomBehavior File="RunMacro" Macro="/tar Colossus of the Sun\n" NumOfTimes="1" WaitTime="0" />
      <CustomBehavior File="InteractWith" QuestId="27623" ObjectType="NPC" MobId="46041" NumOfTimes="1"  X="XXX" Y="YYY" Z="ZZZ" />
      
      Haven't tried yet, but that should fix the targetting issue from HB, dunno if u have to interact with the npc (gossip) or if u have to use something on this npc ... will try in the evening or so ... after raid :)
       
    4. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      it's an HB issue.

      believe me, i tried.

      Basically HB see's that those NPC's are at 0 0 0, insteaf where it's supposed to be. The BasicInteractWith2 which is a special copy from Natfoth ... it lets me actually click it like I want it to, but it's buggy, and it doesn't use an xyz and collection radius, so until this issue is fixed, those 3 quests will remain userdialog'ed

      PHP:

              
      <Pickup QuestName="Colossal Guardians" QuestId="27623" GiverName="Sand-Covered Hieroglyphs" GiverId="205874" GiverType="Object" X="-9903.598" Y="-14.33918" Z="54.44276" />
                  <If 
      Condition="((HasQuest(27623)) &amp;&amp; (!IsQuestCompleted(27623)))" >
                      <!-- <
      CustomBehavior File="InteractWith" QuestId="27623" ObjectType="Npc" MobId="46041" NumOfTimes="1" CollectionDistance="50" X="-9719.977" Y="-11.20982" Z="86.95419" /> -->
      <!--
                      <
      RunTo X="-9875.921" Y="-31.09443" Z="55.75531" />
                      <
      CustomBehavior File="FlyTo" X="-9718.358" Y="-10.98884" Z="87.02832" />
                      <
      CustomBehavior File="RunMacro" Macro="/dismount\n/cancelaura Swift Flight Form\n/cancelaura Flight Form" NumOfTimes="1" WaitTime="1000" />
                      <
      CustomBehavior File="RunMacro" Macro="/target Colossus of the" NumOfTimes="1" WaitTime="1000" />
                      <
      CustomBehavior File="BasicInteractWith2" QuestId="27623" NpcID="46041" MoveTo="0" LUATarget="1" />
                      <
      CustomBehavior File="BasicInteractWith2" QuestId="27623" NpcID="46041" MoveTo="0" LUATarget="1" />
                      <
      CustomBehavior File="WaitTimer" WaitTime="3000"/>
                      <
      Objective QuestName="Colossal Guardians" QuestId="27623" Type="CollectItem" ItemId="61971" CollectCount="1" />

                      <
      CustomBehavior File="FlyTo" X="-9584.882" Y="-109.9641" Z="95.46085" />
                      <
      CustomBehavior File="RunMacro" Macro="/dismount\n/cancelaura Swift Flight Form\n/cancelaura Flight Form" NumOfTimes="2" WaitTime="1000" />
                      <
      CustomBehavior File="RunMacro" Macro="/target Colossus of the" NumOfTimes="1" WaitTime="1000" />
                      <
      CustomBehavior File="BasicInteractWith2" QuestId="27623" NpcID="46042" MoveTo="0" LUATarget="1" NumOfTimes="2" />
                      <
      CustomBehavior File="BasicInteractWith2" QuestId="27623" NpcID="46042" MoveTo="0" LUATarget="1" NumOfTimes="2" />
                      <
      CustomBehavior File="WaitTimer" WaitTime="3000"/>
                      <
      Objective QuestName="Colossal Guardians" QuestId="27623" Type="CollectItem" ItemId="61970" CollectCount="1" />
      -->
                      <
      CustomBehavior File="UserDialog" QuestId="27623" Title="title" AllowBotStop="True" SoundCue="Asterisk" SoundCueInterval="1" Text="click the 2 Colossus', HB has issues clicking them atm\n\nafter that, turn in and get the quest quest.  click 8 guys and kill 6 air guys.  You'll be good for a while after that" />
                  </If>
                  <If 
      Condition="((HasQuest(27623)) &amp;&amp; (IsQuestCompleted(27623)))" >
                      <
      CustomBehavior File="FlyTo" X="-9878.453" Y="-30.08398" Z="55.52597" />
                      <
      CustomBehavior File="RunMacro" Macro="/dismount\n/cancelaura Swift Flight Form\n/cancelaura Flight Form" NumOfTimes="1" WaitTime="2000" />
                      <
      RunTo X="-9903.598" Y="-14.33918" Z="54.44276" />
                  </If>
              <
      TurnIn QuestName="Colossal Guardians" QuestId="27623" TurnInName="Sand-Covered Hieroglyphs" TurnInId="205874" X="-9903.598" Y="-14.33918" Z="54.44276" />
              <
      Pickup QuestName="The Scepter of Orsis" QuestId="27706" GiverName="Sand-Covered Hieroglyphs" GiverId="205874" GiverType="Object" X="-9903.598" Y="-14.33918" Z="54.44276" />
                  <If 
      Condition="((HasQuest(27706)) &amp;&amp; (!IsQuestCompleted(27706)))" >
                      <
      CustomBehavior File="InteractWith" QuestId="27706" ObjectType="Gameobject" MobId="205824" NumOfTimes="1" CollectionDistance="50" X="-9903.598" Y="-14.33918" Z="54.44276" />
                      <
      RunTo X="-9875.921" Y="-31.09443" Z="55.75531" />
                  </If>
                  <If 
      Condition="((HasQuest(27519)) &amp;&amp; (!IsQuestCompleted(27519)))" >
                  <!-- <
      CustomBehavior File="InteractWith" QuestId="27519" ObjectType="NPC" MobId="45715" NumOfTimes="10" CollectionDistance="500" X="-9777.606" Y="-67.91467" Z="68.70039" /> -->
                  <!-- <
      CustomBehavior File="RunMacro" Macro="/target Orsis Sur" NumOfTimes="2" WaitTime="1000" />
                      <
      CustomBehavior File="BasicInteractWith2" QuestId="27623" NpcID="45715" MoveTo="0" LUATarget="1" />
                  -->
                      <!-- 
      stupid hb issue -->
                      <
      CustomBehavior File="UserDialog" QuestId="27519" Title="title" AllowBotStop="True" SoundCue="Asterisk" SoundCueInterval="1" Text="Click the Orsis Survivors (x8) in the ground\nAtm HB keeps trying to run to (0,0,0) while interacting with these\n\nAlso, go ahead and kill the Scion of Al'Akir - HB has some nav mesh issues in this place" />
                  </If>
              <
      Objective QuestName="Minions of Al'Akir" QuestId="27520" Type="KillMob" KillCount="6" MobId="45755" />
                  <If 
      Condition="((HasQuest(27706)) &amp;&amp; (IsQuestCompleted(27706)))" >
                      <
      CustomBehavior File="FlyTo" X="-9593.458" Y="-353.7656" Z="96.08952" />
                      <
      CustomBehavior File="RunMacro" Macro="/dismount\n/cancelaura Swift Flight Form\n/cancelaura Flight Form" NumOfTimes="1" WaitTime="2000" />
                  </If>
              <
      TurnIn QuestName="Minions of Al'Akir" TurnInName="Prince Nadun" QuestId="27520" TurnInId="45799" />
       
      Last edited: Mar 1, 2011
    5. Croga

      Croga Well-Known Member

      Joined:
      Jun 7, 2010
      Messages:
      1,636
      Likes Received:
      27
      Trophy Points:
      48
      hmmm... trying to pick up level 77 quests even though he's still level 76. Might wanna add a grind area before "Aerial Surveillance"
       
    6. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      you're using an old version. i changed it to grind to 77
       
    7. Croga

      Croga Well-Known Member

      Joined:
      Jun 7, 2010
      Messages:
      1,636
      Likes Received:
      27
      Trophy Points:
      48
      whoops, sorry, will redownload and restart later :)
       
    8. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      I have a *lot* of changes coming the next time I run this profile. But atm I am just finishing up Deepholm (i've done hyjal, TH, Uldum, and now deepholm)

      So ... great things to come, including scripting the 2 "flying mount vehicle" quests hopefully :)

      and fixing that pesky DEHTA quest starter
       
    9. festher

      festher New Member

      Joined:
      Feb 10, 2011
      Messages:
      88
      Likes Received:
      0
      Trophy Points:
      0
      lvl 71 shaman started in borean - tried to pick up quest. canceld it and went out to in the wild and died to some mobs at valiance keep.

      this is also my typical experince with questing profiles.
       
    10. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      yeah, that gives me no information.

      attach the log.txt file
       
    11. festher

      festher New Member

      Joined:
      Feb 10, 2011
      Messages:
      88
      Likes Received:
      0
      Trophy Points:
      0
      tried again and picked up all the quests in warsong keep (or whats it called) and started questing. character is now on its way to somewhere trying to pick up "enlistment day". and on its way dismount and attack, everytime it sees a crypt crawler (not a quest mob).

      went to valiance keep after some time and died again. still saying "picking up .... oh its alliance only. my bad :)

      back to archeology.
       
    12. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      This made me lol

      PHP:
          <If Condition="Me.IsHorde" >
              <
      CustomBehavior File="UserDialog" QuestId="0" Title="title" AllowBotStop="True" SoundCue="Asterisk" SoundCueInterval="1" Text="You must be Alliance to run this profile" />
          </If>
      Will be in the next uploads when a real issue arrises
       
      Last edited: Mar 1, 2011
    13. Infernik

      Infernik Member

      Joined:
      Dec 23, 2010
      Messages:
      295
      Likes Received:
      3
      Trophy Points:
      18
      Is there a way to make plugin mail and vendor items? That would be awesome!
       
    14. Croga

      Croga Well-Known Member

      Joined:
      Jun 7, 2010
      Messages:
      1,636
      Likes Received:
      27
      Trophy Points:
      48
      mehheh :)

      As for my testing:
      I pretty much went into the XML and disabled all the quests that didn't work correctly before. Redownloaded the current version, started it fresh and it's now AFK-finished all the quests it couldn't do before.

      Great work Kick! level 77 now and only 3 levels away from starting tests on your Hyjal profile ;)
       
    15. CollCubb

      CollCubb New Member

      Joined:
      Aug 14, 2010
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      Needs some sort of global blacklist of all horde camps, as it runs through 'em a lot.
      Anyway, in Dustwallow Marsh, the road from the souther barrens to Theramore is littered with corpses, causing the bot to do this:

      [17:17:14:314] Start/Stop button pressed.
      [17:17:14:808] Cleared POI - Reason Starting up
      [17:17:14:808] Cleared POI
      [17:17:15:66] Picking up Mission to Mudsprocket : 27248
      [17:17:15:67] Changed POI to: Type: QuestPickUp
      [17:17:15:843] [STUCK] Relative speed check failed [0.007393368]. Checking stuck.
      [17:17:16:69] Activity: Setting Grimtotem Destroyer at 11 yards as your target
      [17:17:21:191] [STUCK] Relative speed check failed [0]. Checking stuck.
      [17:17:21:347] Activity: Setting Grimtotem Destroyer at 12 yards as your target

      It takes the bot about an hour to move from sbarrens to theramore... Kind of sucks.
       
    16. mevip

      mevip Member

      Joined:
      Apr 17, 2010
      Messages:
      340
      Likes Received:
      0
      Trophy Points:
      16
      dosnt work for me ... my character just stays there like a dummy doing nothing ... and log is this
      [5:30:48 PM:534] Start/Stop button pressed.
      [5:30:48 PM:659] Cleared POI - Reason Starting up
      [5:30:48 PM:659] Cleared POI
      then nothing else ...
      oh and yes i did selected mr fishit from bot menu ...
       
    17. joejoe317

      joejoe317 New Member

      Joined:
      Jan 2, 2011
      Messages:
      341
      Likes Received:
      5
      Trophy Points:
      0
      This is more then likely the profile having the wrong quest id associated to that npc. Would help if you posted what npc you are targeting, and what quest its trying to pick up.
       
    18. Qzerander

      Qzerander New Member

      Joined:
      Feb 13, 2011
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      Changed the pull distance to 20, still aggros the mob on the wagon:/
       
    19. Zfine

      Zfine New Member

      Joined:
      Jan 2, 2011
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      0
      Picking up quest error

      Hey i want to start off by saying this is a great profile and thank you for puttint the time in to make it!
      Im having a problem with it though :( In the zone "Grizzly Hills" theres a quest it says its trying to pick up but theres no quest giver where the bot runs to? Its a tower with like wolverines and he clears the tower to get to the top then he just stands there. I havent done any quest either i havent touched it sine my guy got to borean tundra untill now. The quest name is Sasha's Hunt. Is there something wrong with it or no?


      EDIT: Found the fix theres a series of prequest you must do starting from mikas journal in order to talk with sasha
       
      Last edited: Mar 1, 2011
    20. janne123

      janne123 New Member

      Joined:
      Feb 23, 2011
      Messages:
      103
      Likes Received:
      0
      Trophy Points:
      0
      janne123, you do not have permission to access this page. This could be due to one of several reasons:

      Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
      If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.


      When trying to click your link :S
       
    Thread Status:
    Not open for further replies.

    Share This Page