• 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. Radonic

      Radonic New Member

      Joined:
      Apr 22, 2012
      Messages:
      1,213
      Likes Received:
      14
      Trophy Points:
      0
      I did like this if it make sense. Since the "real dungeon" have a Hash and the fake dungeons return the same Hash for both in and out. I made it to search for the stone object instead.
      This script is for finding champions but you should be able to apply it to your script aswell.

      Code:
      		  <If condition="(Me.IsInTown)"> 
      			<UseWaypoint questId="1" x="2980.667" y="2834.59" z="24.90045" actorId="223757" waypointNumber="6" />
      			<WaitTimer questId="1" waitTime="5000" /> 
      		  </If>
      		  <If condition="ZetaDia.CurrentWorldId == 71150 and (not Me.IsInTown) and ActorExistsAt(176002, 2236.135, 1797.281, 6.34745, 10)" > 
      			<MoveTo questId="1" pathPrecision="10" x="2236.135" y="1797.281" z="6.34745" />
      			<MoveTo questId="1" pathPrecision="1" x="2233.296" y="1793.673" z="6.359962" />
      			<WaitTimer questId="1" waitTime="100" />
      			<UseObject questId="1" actorId="176002" x="2233.924" y="1798.8" z="6.345071" />
      		  </If>
      		  <If condition="(not ZetaDia.CurrentWorldId == 154587) and (not ZetaDia.CurrentWorldId == 71150)" >
      			<ExploreArea boxTolerance="0.50" boxSize="10" until="ObjectFound" actorId="135248" />
      		    <UseTownPortal questId="1" />
      			<WaitTimer questId="1" waitTime="5000" />
      			<MoveTo questId="1" pathPrecision="10" x="2980.667" y="2834.59" z="24.90045" />
      		  </If>
      		  <If condition="ZetaDia.CurrentWorldId == 154587 and (not ZetaDia.CurrentWorldId == 71150)" >
      			<ExploreArea boxTolerance="0.50" boxSize="10" until="ExitFound" exitNameHash="-1861222193" />
      		    <UseTownPortal questId="1" />
      			<WaitTimer questId="1" waitTime="5000" />
      			<MoveTo questId="1" pathPrecision="10" x="2980.667" y="2834.59" z="24.90045" />
      		  </If>
      
      I made it to check all 4 places and in you case i would add

      Code:
      <If condition="ZetaDia.CurrentWorldId == (lvl2id) and (not ZetaDia.CurrentWorldId == 71150)" >
      then do the static lvl2
      </If>
      
      If it would find lvl2 it would skip everything else because of the If condition and continue on lvl2.

      Edit: Hope it made sense xP
       
    2. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      yeah i'll most def look into it
       
    3. zippysticks

      zippysticks New Member

      Joined:
      Jun 14, 2012
      Messages:
      452
      Likes Received:
      0
      Trophy Points:
      0
      Hey Kickazz006, I tried to PM you but can't =(, I was modifying your act 1 questing and wanted to remove all of the WaitTimer to make it go more smoothly. So far it's going well. I can send you my progress so far so you can see and hopefully remove all the WaitTimer from your profiles also. Do you have skype? PM and let me know. Thanks.
       
    4. Keptoknight

      Keptoknight New Member

      Joined:
      Jan 15, 2010
      Messages:
      219
      Likes Received:
      1
      Trophy Points:
      0
      >.>

      I downloaded your profiles via SVN. In this (Level 35) quest the bot is not using the JAR to acquire the leech from the mobs.......log report

      This is the quest called Blood Theory: Blood Theory - Quest - World of Warcraft It suppose to cast the jar while in combat but it didn't.
       

      Attached Files:

      Last edited: Aug 7, 2012
    5. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      I have to keep the waittimers in it bc it keeps wanting to say 'game done. Leaving'

      Originally I had 0 waittimers - and the bot kept derping out :(
       
    6. zippysticks

      zippysticks New Member

      Joined:
      Jun 14, 2012
      Messages:
      452
      Likes Received:
      0
      Trophy Points:
      0
      Yea, I noticed that issue too (derping out when not suppose too) and was able to solve it, you can use my starter work-in-progress profile to get an idea.
       
    7. jaymulla

      jaymulla New Member

      Joined:
      Aug 7, 2012
      Messages:
      27
      Likes Received:
      0
      Trophy Points:
      0
      Dude... ive downloaded this... and my shadow priest does not cast ANYTHING IN COMBAT> hmmmm
       
    8. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      Zippy helped me fix the NW gate - it needed a higher interactRange="30" instead of the default 10
      As far as your 2 cemetery fixes ... I liked them both, but here's what i'm going to go with:

      Code:
                <If condition="IsActiveQuestStep(37) and ZetaDia.CurrentWorldId == 71150">
                  <MoveTo questId="72221" stepId="37" name="Cemetery Waypoint" pathPrecision="10" x="2161.009" y="1826.15" z="2.944671" /> <!-- Cemetery Waypoint -->
                  <MoveTo questId="72221" stepId="37" name="W Dungeon" pathPrecision="10" x="2232.496" y="1803.422" z="5.780924" /> <!-- W -->
                  <MoveTo questId="72221" stepId="37" name="N Dungeon" pathPrecision="10" x="2046.717" y="1778.396" z="0.2782214" /> <!-- N -->
                  <MoveTo questId="72221" stepId="37" name="S Dungeon" pathPrecision="10" x="2173.517" y="1950.796" z="-4.88377" /> <!-- S -->
                  <MoveTo questId="72221" stepId="37" name="E Dungeon" pathPrecision="10" x="2069.159" y="1950.365" z="-4.872465" /> <!-- E -->
                  <MoveTo questId="72221" stepId="37" name="East Side" pathPrecision="10" x="2048.916" y="1889.375" z="0.1000019" /> <!-- East side -->
                  <ExploreArea questId="72221" stepId="37" boxTolerance="0.45" boxSize="15" exploreUntilExit="True" exitNameHash="-1861222194" /> <!-- Correct 'real' L1 Hash -->
                  <UseObject questId="72221" stepId="37" actorId="176002" isPortal="True" destinationWorldId="154587" /> <!-- Go inside the Defiled Crypt L1 Correct -->
                  <WaitTimer questId="72221" stepId="37" waitTime="5000" /> 
                </If>
      
      we will be able to explore 'static' worlds in the next public release
       
      Last edited: Aug 8, 2012
    9. Keptoknight

      Keptoknight New Member

      Joined:
      Jan 15, 2010
      Messages:
      219
      Likes Received:
      1
      Trophy Points:
      0
      Another stuck issue >.>.... Level 40 quest called Catalysm Catalysm - Quest - World of Warcraft
      Suppose to use an item in the inventory bag towards the mob but decided not to.....Log report....
       

      Attached Files:

    10. Keptoknight

      Keptoknight New Member

      Joined:
      Jan 15, 2010
      Messages:
      219
      Likes Received:
      1
      Trophy Points:
      0
      Dang Moonglade quests after level 49 are all smooth sailing lol pure Afk. Both Bot #1 and #2 are running them with no hiccups. I'm scared of Thrallmar quests :X But since I researched some of the fixes I will try it again this time with two level 58 Shammans.

      Update: So the bot went all the way to level 53-54 (WInterspring Moonglade) and it seems like there is no more quest for the bot to pick up? =( Posting log...

      UPDATE #2: lolol nevermind. It was just grinding to level 55 now on its way to Silithus. Nice! 45-55 Pure afk'ble nice!
       

      Attached Files:

      Last edited: Aug 8, 2012
    11. rookrin

      rookrin New Member

      Joined:
      Jul 27, 2012
      Messages:
      27
      Likes Received:
      0
      Trophy Points:
      0
      lunch money sent..enjoy!!!
       
    12. Keptoknight

      Keptoknight New Member

      Joined:
      Jan 15, 2010
      Messages:
      219
      Likes Received:
      1
      Trophy Points:
      0
      I am about to send him some to within 1-2 weeks.
       
    13. laria

      laria Well-Known Member

      Joined:
      Jan 15, 2010
      Messages:
      5,386
      Likes Received:
      36
      Trophy Points:
      48
      Trying the Act2 Quest Profile, my lvl 22 monk opened the a flooded passage by using both switches and opening the door.
      DemonBuddy resumes the game, stands there and then stops without moving.

      global name 'IsActiveStep' is not defined , seems to be the error connected to that.
      Active Quest is Blood & Sands where i have to collect 2 vials of blood still


      Quest Dump says :
      QuestID: 57335
      StepId: 25

      WorldId: 192687
      Name a2dun_Aqd_Something, Button is over the Name ;)
       

      Attached Files:

    14. keanhasu

      keanhasu New Member

      Joined:
      Jan 11, 2011
      Messages:
      227
      Likes Received:
      0
      Trophy Points:
      0
      I'm trying to get my char to do the level 12 quests but he can't seem to find the right area with the flight path. He talks to the flight master and just stops. Nothing happens.
       

      Attached Files:

    15. seVen

      seVen New Member

      Joined:
      Jan 31, 2010
      Messages:
      589
      Likes Received:
      20
      Trophy Points:
      0
      Make sure you didn't relog with your leveling char (questing - hitting stop doing something on another char - logging in and start), this is a known problem.
      just close and restart your bot and you should be fine.
       
    16. keanhasu

      keanhasu New Member

      Joined:
      Jan 11, 2011
      Messages:
      227
      Likes Received:
      0
      Trophy Points:
      0
      I just keeps "downloading mesh" now.
       
    17. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      working as intended
       
    18. Keptoknight

      Keptoknight New Member

      Joined:
      Jan 15, 2010
      Messages:
      219
      Likes Received:
      1
      Trophy Points:
      0
      Nice Both Bot #1 and #2 are in thrallmar went from 58-62 (updating...) pure afk so far. Works way better than before. Probably because i used the SVN client updated profiles and User interface "Auto Loot" & "Auto Dismount." But some adjustments definitely made this smooth sailing.

      Update: Nav issue at Zangamarsh lvl 62 quest The Umbrafen Tribe - Quest - World of Warcraft keep getting stuck behind tree. I reset HB then goes back get stuck again log report:

      Reminds me of my grandmother when she use to get stuck beside corners because of her wheelchair.
       

      Attached Files:

      Last edited: Aug 9, 2012
    19. DarkStorm

      DarkStorm New Member

      Joined:
      Jan 15, 2010
      Messages:
      48
      Likes Received:
      0
      Trophy Points:
      0
      I am a level 68 Pala, In netherstorm, at an NPC called Boots, who is DEAD, and wont respawn, how can i skip that quest
       
    20. Veo

      Veo New Member

      Joined:
      Apr 14, 2012
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      Hi i have a simple question
      should i overwrite the quest behavior and itemforaura plugin in the original hb folder with the ones from kick's svn?
      would be nice if i can get an answer for this. :)
       
    Thread Status:
    Not open for further replies.

    Share This Page