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

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      I added it in for the Shado Pan and August celestials.

      I see you don't use all of my daily profiles :p hehe
       
    2. BaturalNoobs

      BaturalNoobs Member

      Joined:
      Feb 10, 2012
      Messages:
      511
      Likes Received:
      4
      Trophy Points:
      18
      Hi Brodie,

      I have a suggestion for the Shieldwall profile's "Lion's Landing" section that should speed it up.

      The quests either take place in the forest (i.e. north) or the beach (i.e. south) with a couple taking place in both.

      Currently the quest order is:

      I think the profile should go much faster if the quests are re-arranged like so:

      These quests appear in lines 793-821 of [Rep] Shieldwall [Brodie]. Thanks and keep up the great work!
       
      Last edited: Jan 19, 2013
    3. leonel916

      leonel916 New Member

      Joined:
      Jun 22, 2012
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      Shado-pan and August Celestials : It keeps saying I need to be Revered to Golden Lotus but I already Im though. The scripts were working fine yesterday and now its telling me this.
       
    4. acesap

      acesap New Member

      Joined:
      Jan 14, 2013
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      Hey Kicks love the bot got me to level 66. Now i hit a problem in Outlands. It won't work properly for me. Once i load the script and press start this is what happens. Picture Below
      Prob1.PNG
       
    5. BaturalNoobs

      BaturalNoobs Member

      Joined:
      Feb 10, 2012
      Messages:
      511
      Likes Received:
      4
      Trophy Points:
      18
      Haha you got me! Nah, actually I'm only using your daily profiles now and was just this to get around having to stop at Shado-Pan town when I wasn't revered with Golden Lotus. It never got to the August Celestials or Tillers checks.
       
    6. stealthy

      stealthy Member

      Joined:
      Jun 25, 2011
      Messages:
      84
      Likes Received:
      0
      Trophy Points:
      6
      The August Celestials profile has a bug in the reputation check. The current one is checking that your current reputation is at or above revered, and if it is, stopping and saying you're not revered. The current condition check is...

      Code:
      <If Condition="Me.GetReputationLevelWith(1269) &gt;= WoWUnitReaction.Revered" >
      		<CustomBehavior File="Message" Text="You are not Revered with Golden Lotus. Stopping in 5 seconds." LogColor="Green"  />
      		<CustomBehavior File="UserDialog" ExpiryTime="5" ExpiryAction="InputEnabled_Continue" AllowBotStop="True" SoundCue="Exclamation" SoundCueInterval="1" Text="Your current reputation level with Golden Lotus is too low! \n\n This profile requires at least Revered with Golden Lotus to operate.\n Skipping profile and continuing grind." />
      		<CustomBehavior File="UserSettings" StopBot="true" />
      	</If>
      It should be...

      Code:
      <If Condition="Me.GetReputationLevelWith(1269) &lt; WoWUnitReaction.Revered" >
      		<CustomBehavior File="Message" Text="You are not Revered with Golden Lotus. Stopping in 5 seconds." LogColor="Green"  />
      		<CustomBehavior File="UserDialog" ExpiryTime="5" ExpiryAction="InputEnabled_Continue" AllowBotStop="True" SoundCue="Exclamation" SoundCueInterval="1" Text="Your current reputation level with Golden Lotus is too low! \n\n This profile requires at least Revered with Golden Lotus to operate.\n Skipping profile and continuing grind." />
      		<CustomBehavior File="UserSettings" StopBot="true" />
      	</If>
       
    7. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      Current quest order is actually:

      [*]32153 Hero Killer (south)

      [*]32150 Supply Block (south)

      [*]32151 Tower Defense (north)

      [*]32152 Siege Damage (north to south) (if theres no Resource Gathering)

      [*]32149 Resource Gathering (north) (if there's no Siege Damage)

      [*]32148 Attack! Move! (north and south) (finish up left over kills)

      What you were reading is quest turn in order.
       
      Last edited: Jan 19, 2013
    8. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      ::SVN UPDATE::

      Due to the increasing quantity and diversity of my profiles, I am closing out the MoP Daily Experience SVN (as well as my others) to bring them all together into one location. This changeover will require you to change the download location of your existing folders, or simply setup a new folder to receive the new files.

      I will not be deleting the files within the old SVNs for at least a week or two, to assure the change-over. After that, any attempt to access the old SVNs will return only a text file with information on the new SVN.
      Expect to see this update later this weekend, or possibly Monday.

      The MoP Daily Experience Forum page will remain open and monitored of course. However, updates may become slightly less often, but more plentiful in quantity of changes (less revision numbers to count).

      Thank you all for your support, KCCO, and may the RNGs be with you all.
       
    9. Tasmanian

      Tasmanian New Member

      Joined:
      Nov 21, 2012
      Messages:
      73
      Likes Received:
      0
      Trophy Points:
      0
      Okay, good to know. So, should i start at the tillers Quests?
       
    10. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      How To Attach A Log [Kick]
       
    11. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      Before you start one of the planting profiles. Come back to it later, or stop the dailies profile after its finished the farming daily.

      These two are not made to working in conjunction. This will require your intervention.
       
    12. Evilbuddy

      Evilbuddy New Member

      Joined:
      Dec 24, 2012
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      [00:11:19.016 N] Moving to Type: QuestPickUp
      [00:11:19.016 D] Could not generate path from {2007.226, -346.5285, 35.45228} to {301.1074, -3685.806, 27.10916} (time used: 0 milliseconds) @ FindEndPoly

      Trying to pick up fr.wowhead.com/quest=871
       
    13. acesap

      acesap New Member

      Joined:
      Jan 14, 2013
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      View attachment 5344 2013-01-19 18.45.txt

      Here i attached the correct log. Outlands wasn't working correctly for me when leveling, Had the most issues in Zangarmarsh.

      Also When i start Dungeon bot. When it says "Queuing For Dungeon" on my wow screen it says "You Did Not Select Any Valid Slots" When Tank/Healer/Dps are all checked. Any idea?
       
      Last edited: Jan 19, 2013
    14. Jalockin

      Jalockin Member

      Joined:
      Aug 29, 2012
      Messages:
      441
      Likes Received:
      0
      Trophy Points:
      16
      first of all this profile is awesome, tho sometimes little more babysitting than i would want and sometimes it runs with no issues for an entire day.
      Now..... after the brown nosing :)

      I guess you don't like alliance much Kick ^^

      Atleast my NE druid went into some sort of madness the same second he hit 69..... he tried to get to northrend, but it didn't happen - AT ALL, he went to Shat to go to SW, which is what he is supposed to do -> but from here the bot goes nuts.
      1. it runs to mage quarter (where he ofc spawns after porting from Shat) then it tries to run somewhere, don't know where tho, but ended up running back and forth between to points not so far from the herbalism trainer 2-3 mount lengts. Even after a complete reboot and several start/stop routines it does the same, well I can move it to northrend my self thats not a biggie.
      2. the bot enters northrend *puff* even more nuts, it instantly starts to fly east (all the way to howling fjord) takes about 10min with normal flying, lands near the little taunka village and does nothing (it could have just taken the FP to here which would have taken less time) but thats not the real issue, the issue is that the bot just stops, and even if I restart the bot (shut it down) it does the exact same thing flies to a point then backtrack following the road ofc killing whatever mobs it might aggro and stops.

      here's the log: View attachment Northrend madness.txt

      It's all gibberish to me, so please help me out, I'd rather not level him the rest of the way by hand.

      J.
       
    15. Tasmanian

      Tasmanian New Member

      Joined:
      Nov 21, 2012
      Messages:
      73
      Likes Received:
      0
      Trophy Points:
      0
      Ok, thanks ;)
       
    16. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63

      Hi, Acesap, and thanks for the log.

      Two things....

      1. Your installation of Honorbuddy is damaged. The Questbot is unable to locate the Message behavior. The Message behavior is one that ships with Honorbuddy, and there is no way it should be missing unless the installation was incorrect or has been damaged. Please find the guide below that should walk you through getting Honorbuddy set up correctly.


      2. You cannot use "Questing" as a valid "Mixed Mode" selection. Questing must be done by itself--you may not do it in conjunction with BGs or Dungeons, or anything else. This is because quest state is not properly preserved if you enter and leave a dungeon/BG, and no quest profile writer will support using questing in this fashion.
      Please do a fresh install of Honorbuddy (into a new directory), and you should be able to continue with questing. If not, please show us a fresh log, so we can have another look.
      >>> You must either choose to do "Questing", or do BG/Dungeons and some other activity (like grinding) <<<​

      cheers,
      chinajade
       
    17. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      Hi, Jalockin, and thanks for the log!

      Honorbuddy believes it has completed a number of the Northrend quests, and this is not true. This is caused by a corrupt cache. To remedy...
      • Shut down WoW and Honorbuddy
      • Delete the WoW/Cache/, WoW/Data/Cache/, and Honorbuddy/Cache/ directories
      • Restart WoW and Honorbuddy
      Caches can get corrupted a few of ways:
      • You switch toons, or do a quick log out/in, without restarting Honorbuddy
      • You simultaneously run multiple sessions of Honorbuddy from the same directory on disk
      • There are other (user caused) triggers, but these are the most common.
      To be clear, this is an Honorbuddy bug, and not a profile problem. If you're not off-and-away after this, please show us a fresh log after making the corrections.

      cheers,
      chinajade
       
    18. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      Hi, hotShotLover, and thanks for the log.

      Kick is aware of this issue, but has yet to repair it. For now, when you run into these VendorType messages, go to your trainer, and learn any new spells that are available for you, then restart Honorbuddy.

      These problems should cease once you are past level 5, and on to the next Quest hub.

      cheers & sorry for the inconvenience,
      chinajade
       
    19. xkayxvenx

      xkayxvenx New Member

      Joined:
      Sep 3, 2012
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      Trying to use this bot in N.STV, but it keeps getting stuck on getting the Flight Path. Just using this Kick's and NuckChorris as my CC. First time trying out botting so if you could help me?
       
    20. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      Hi, Xkayxvenx,

      We'd love to help, but can't without your full log attached so we can see what is going awry for you.


      cheers,
      chinajade
       
    Thread Status:
    Not open for further replies.

    Share This Page