• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [H - Quest] Ultimate 1-60 Hunter (All Races, All quests in each zone!)

    Discussion in 'Archives' started by vlad0327, Feb 22, 2011.

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

      Kimyio New Member

      Joined:
      Nov 15, 2010
      Messages:
      69
      Likes Received:
      0
      Trophy Points:
      0
      The bot does have a few flaws in Stonetalen Mountains.. When it is going for the Q where it has to use that kobold horn at unearthed grounds it runs through the alliance town.. Also it couldn't get on the elevator at Cliffwalker Post
       
    2. vlad0327

      vlad0327 New Member

      Joined:
      Feb 4, 2011
      Messages:
      291
      Likes Received:
      10
      Trophy Points:
      0
      @Kimyio it is not a profile issue. I will repeat once more, the alliance town is blackspoted, if it runs there then blackspots are not correctly handled by HB. The elevator bug does exist, but happens very rarely. It's a CB issue and I hope for a fix in the next release.

      @Itzgizz training is done whenever there is a trainer nearby. I will not make runs to train useless for lvling skills it is a waste of time.
       
    3. fasteddie78

      fasteddie78 New Member

      Joined:
      Jan 15, 2010
      Messages:
      560
      Likes Received:
      2
      Trophy Points:
      0
      I have run this profile and and older version of this one on two seperate trial accounts. Both times around level 13 flying into orgrimmar my game gets stuck and i can never log back into that character again? Anyone had this happen? Any help wouldbe appreciated
       

      Attached Files:

      Last edited: May 20, 2011
    4. vlad0327

      vlad0327 New Member

      Joined:
      Feb 4, 2011
      Messages:
      291
      Likes Received:
      10
      Trophy Points:
      0
      don't use a trial account. most likely it's the cause of your problem
       
    5. fasteddie78

      fasteddie78 New Member

      Joined:
      Jan 15, 2010
      Messages:
      560
      Likes Received:
      2
      Trophy Points:
      0
      but im using a fully patched full version of the game. that shouldn't affect trial accounts
       
    6. vlad0327

      vlad0327 New Member

      Joined:
      Feb 4, 2011
      Messages:
      291
      Likes Received:
      10
      Trophy Points:
      0
      Well it's not something related to a profile that's for sure.
       
    7. aaró

      aaró New Member

      Joined:
      Jan 15, 2010
      Messages:
      170
      Likes Received:
      0
      Trophy Points:
      0
      Does it have to be a Orc? :p or even hunter? Yes Ive read and still ask the question why.

      I am going to give this one a try anyway. Can I ask of your progression with 46-85 how far along are you?

      Cheers this seems awesome
       
    8. dezaint

      dezaint New Member

      Joined:
      May 8, 2011
      Messages:
      216
      Likes Received:
      4
      Trophy Points:
      0
      veeery nice profile =) thank you
       
    9. Infernik

      Infernik Member

      Joined:
      Dec 23, 2010
      Messages:
      295
      Likes Received:
      3
      Trophy Points:
      18
      Requesting RU_ru profile again :3
       
    10. vlad0327

      vlad0327 New Member

      Joined:
      Feb 4, 2011
      Messages:
      291
      Likes Received:
      10
      Trophy Points:
      0
      Profile updated. Blasted lands added, will take your hunter to lvl 60 and travel to outland.

      Next update will be with goblin starting zone and race support, stay tuned.

      @Infernik I'm not supporting any other language versions other then English atm, sorry. It takes too much time to translate everything.
       
    11. ridgeback

      ridgeback New Member

      Joined:
      May 10, 2011
      Messages:
      38
      Likes Received:
      0
      Trophy Points:
      0
      great! marry me ;)
      i?m botting a new toon from 1-56, cuz i dont want to take a new profile on them.
      level 60 is great, cuz i just have classic :p
       
    12. dezaint

      dezaint New Member

      Joined:
      May 8, 2011
      Messages:
      216
      Likes Received:
      4
      Trophy Points:
      0
      haha I can reroll 100s of hunters using this profile just to see how smoth everything goes! :D thank you once again
       
    13. Allucard

      Allucard New Member

      Joined:
      Oct 26, 2010
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      Hey there!

      Great profile! Been watching how it goes and its lvl 10 already just got stuck once in the tents!

      I have a question! Is it possible to swich pets if i like to! I mean the bear is said to be the "recomended" pet for lvling!

      Will the profile bug if i use one?

      Hugz
       
    14. vlad0327

      vlad0327 New Member

      Joined:
      Feb 4, 2011
      Messages:
      291
      Likes Received:
      10
      Trophy Points:
      0
      @Allucard yes it's possible to use any pet you like, but do a few following things to prevent any unexpected behavior:

      1. Open barrens.xml find this script in lines 380-383

      PHP:
      <If Condition="!IsQuestCompleted(881) &amp;&amp; HasQuest(881)">
          <
      CustomBehavior File="MoveTo"  X="-38.26532" Y="-2370.465" Z="91.66692" />
          <
      CustomBehavior File="LoadProfile" Profile="881.xml" />
      </If>
      and replace it with this:
      PHP:
      <While Condition="!IsQuestCompleted(881) &amp;&amp; HasQuest(881)">
      <
      CustomBehavior File="MoveTo"  X="-22.75822" Y="-2395.158" Z="91.66674" />
      <
      CustomBehavior File="WaitTimer" WaitTime="1000" />
      <
      CustomBehavior File="RunMacro" Macro="/use Horn of Echeyakee" NumOfTimes="1" WaitTime="1000" />
      <
      CustomBehavior File="WaitTimer" WaitTime="5000" />
      <
      Objective QuestName="Echeyakee" QuestId="881" Type="KillMob" MobId="3475" KillCount="1" />
      </While>
      This will prevent the bot from releasing current pet and taming Echeyakee

      Or just do the quest manually if you don't want to alter the code.

      2. throughout the profile you can find lines such as this one:
      PHP:
      <CustomBehavior File="RunLua" Lua="LearnTalent(1, 4, 1, 1)" WaitTime="1000" />
      the second number, wich is "4" in this case represents the talentIndex in the pet tallent tree.
      This is done because Talented plugin does not support pet talents distribution.
      And as you know, all pet classes have different talent trees, that's why you'll either have to change those talentIndex numbers to fit the "bear" pet class, or remove the lines completely and learn pet talents manually.
       
      Last edited: May 23, 2011
    15. su3zero

      su3zero New Member

      Joined:
      May 20, 2011
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      i have been usign the profile, im lvl 20 im doing the quest in Ratchet using barrens.xml and it just stands around, the activity at the bottom of hb says loading tile/s, if i change it from barrens.xml it will run to the new spot but i had quest to finish there this started after a dc


      i deleted all my quest and it started, so it was something to do with me having the quest already
       
      Last edited: May 23, 2011
    16. vlad0327

      vlad0327 New Member

      Joined:
      Feb 4, 2011
      Messages:
      291
      Likes Received:
      10
      Trophy Points:
      0
      Cool story bro. Now go to the first post, read it carefully, then come back here and post your issue properly.
       
    17. su3zero

      su3zero New Member

      Joined:
      May 20, 2011
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      I have read the 1st post to see if the issuse i was having is there but its not, i started this char at lvl 1 and once it got to 20 and dc and once i logged it back in it started standing in one spot for hours unless i take all quest away it had accepted before the dc, reason i posted was because there was no info about that issue and thought u might be able to tell me what went wrong below is what it says after that dc


      Changing current profile to barrens
      Could not find quest with ID 14042! (Or could I: False)
      Could not create a performable quest objective for objective with ID 195203!
      Could not create current in quest bot!
       
      Last edited: May 23, 2011
    18. vlad0327

      vlad0327 New Member

      Joined:
      Feb 4, 2011
      Messages:
      291
      Likes Received:
      10
      Trophy Points:
      0
      the part of the first post I was referring to is:

      If I don't see a log file, I have NO IDEA what quest you were on, what events caused the issue, what the issue IS even. All the info above is absolutely useless for debugging.

      And if you have a DC you have to close and restart HB otherwise it gets partially unhooked from WoW instance. That's what your problem was.
       
    19. su3zero

      su3zero New Member

      Joined:
      May 20, 2011
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
    20. Allucard

      Allucard New Member

      Joined:
      Oct 26, 2010
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      Thanks for the quick reply!

      hugz
       
    Thread Status:
    Not open for further replies.

    Share This Page