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

      znuffie Banned

      Joined:
      Feb 23, 2010
      Messages:
      864
      Likes Received:
      30
      Trophy Points:
      28
      What he said. I'm facing exactly the same problem(s). Looting too much shit from Mailbox, and trying to mill < 5 herbs over and over.
       
    2. jawn

      jawn Member

      Joined:
      Jan 15, 2010
      Messages:
      698
      Likes Received:
      4
      Trophy Points:
      18
      Love this plugin :) I installed it.. had errors the first time around but was because of my own mistake (put Allarounder not Allrounder) for the directory name LOL. Anyways, its working great.

      A recomendation (if its even possible). If your missing required components like the ink set or such, it just repeatedly errors out in-game. Is there a way to check that if it errors out so many times it will move to the next possible thing?
       
    3. tjwow2011

      tjwow2011 Member

      Joined:
      Jan 25, 2011
      Messages:
      222
      Likes Received:
      0
      Trophy Points:
      16
      Big problems with The End of the Line quest chain, it doesn't work... char is dieing from lack of breath, then can not get back to corpse unable to path. Swims down, fights the mobs, never uses item, dies from drowning.


      Commented the quest and it's objectives out, did quest by hand, then restarted bot to get it to continue.
       
      Last edited: Feb 20, 2011
    4. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      that chain unlocks all of wyrmrest, i'll actually be on it in the next 20 minutes (my bot just finished strengthening the ancients)

      but the main issue are the mobs.

      if there were no mobs, the bot would do it *perfectly*

      it's the issue that you're getting into combat and then the bot usually moves :(
       
      Last edited: Feb 20, 2011
    5. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      added a lot more MyCTM's to end of the line quest, it should work properly now

      basically it agro's both sides of the ring, then it goes to the point that it needs to use item.

      it also breaths before doing this.

      if your toon is weak, you'll want the anti-drowning plugin
       
    6. tjwow2011

      tjwow2011 Member

      Joined:
      Jan 25, 2011
      Messages:
      222
      Likes Received:
      0
      Trophy Points:
      16
      Already have the anti-drown plugin, still drowns, lol, not sure why.... Anyway, got past that point by doing that particular quest by hand. Ran into new problem in the Ruby Dragonshire, doing the quest - "Return them to the Earth".... I think the bot is only counting the number of times it clicks a fallen dragon, and not the actual number of times completed, because it's doing 5 out of 6 fine, then trying to turn in the quest with needing one more to complete it. Manually clicked the last one, bot moved on.
       
    7. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      sometimes you get into agro, i'll increase it from 6 to 7

      and im on this quest, too ;)
       
    8. tjwow2011

      tjwow2011 Member

      Joined:
      Jan 25, 2011
      Messages:
      222
      Likes Received:
      0
      Trophy Points:
      16
      Cool, that should help, if not, perhaps add in a "is quest complete" line before the turn in line?

      BTW, you have this line-

      <PickUp QuestName="Mystery of the Infinite" QuestId="12470" GiverName="Chromie" GiverId="27856" />


      But I can't find where it does the quest, or turns it in? Do I need to do this one by hand, or just ignore it?
       
      Last edited: Feb 20, 2011
    9. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      it's not that easy ;)

      It's easier to increase the number, i could put 2 if statements there (ie: if 1 didn't work, the next 1 should) but then that is extremely messy.

      natfoth's Quest Behaviors actually repeat if the quest isn't completed and it should be... so i'm just waiting for that on "useitemon" which is Nesox's ... yes, nat does have a useitemon, but hb-shipped should be fixed like this, too. (natfoths has different arguments)

      PHP:
              <PickUp QuestName="Return to the Earth" QuestId="12417" GiverName="Ceristrasz" GiverId="27506" />
                  <If 
      Condition="((HasQuest(12417)) &amp;&amp; (!IsQuestCompleted(12417)))" >
                      <
      Objective QuestName="Return to the Earth" QuestId="12417" Type="CollectItem" ItemId="37727" CollectCount="6" />
                      <
      CustomBehavior File="UseItemOn" QuestId="12417" ObjectType="Npc" MobId="27530" ItemId="37727" NumOfTimes="7" WaitTime="5000" CollectionDistance="1000" X="3678.148" Y="950.5617" Z="57.32401" />
                  </If>
              <
      TurnIn QuestName="Return to the Earth" QuestId="12417" TurnInName="Ceristrasz" TurnInId="27506" />
      NumOfTimes="7"

      is easier than having 2 if statements that are the same (and the bot would re-collect all 6 acorns)

      your profile may be different than mine, as i'm using the alpha version, yours is probably the one that I chopped up for release
       
    10. tjwow2011

      tjwow2011 Member

      Joined:
      Jan 25, 2011
      Messages:
      222
      Likes Received:
      0
      Trophy Points:
      16
      I'm using the one that is at the top of this thread. And whatever is easiest to do to make it work :) Only having a few hiccups, most of it works well, just have to check on it every hour or so, make sure it's not having a heartattack..... Can't wait til you get it all ironed out and it's fully afkable, got several more toons to take thru this :) You're doing a great job :)
       
    11. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      :)

      I'm really trying! Quest bot is sooooo much more a pita than grinding bot.

      I could have made a *lot* of grinding profiles by the time this one alone was done (not including BC or Hyjal).

      But hey, my hyjal profile is pretty bad ass :) Can't wait until we get more CB's so it's all afk (or mostly)
       
    12. tjwow2011

      tjwow2011 Member

      Joined:
      Jan 25, 2011
      Messages:
      222
      Likes Received:
      0
      Trophy Points:
      16
      Hey man, yer doing great, keep it up, I know it's a pain, but when questing is so much more safe than grinding, it's all worth it in the end, and you and Killa are doing a fantastic job getting these things so that we can just hit start, and relax, it will come together I have faith. I'm really looking forward to the Mt Hyjal profile when this mage I'm running thru this profile hits 80, I know it's gonna rock, so keep it up bud, I know ya can get er right :)
       
    13. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      tjwow2011
      Lifetimer

      being a lifetimer... it's going to pwnface. the first 1/2 kind of sux, but the 1/2 i added a lot of goodies into. Yes, on the 2nd half you will have to interact some, but the bot flies for you, so you don't have to complain at it fighting 1000000 mobs otw somewhere
       
    14. Natfoth

      Natfoth Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,446
      Likes Received:
      37
      Trophy Points:
      0
      V1.2.3
      - Will now Auto Load the next profile after the first one has finished, No longer need to stop the bot
      - Fixed the cinematic a bit more
      - Fixed the last quest of the Worgen zone
      - Did a few Behavior fixes
      - Updated some If Statements again
      - Fixed A Love Eternal
       
      Last edited: Feb 21, 2011
    15. basketboy

      basketboy Member

      Joined:
      Dec 3, 2010
      Messages:
      56
      Likes Received:
      1
      Trophy Points:
      8
      Last edited: Feb 21, 2011
    16. makaveliS

      makaveliS New Member

      Joined:
      Jul 1, 2010
      Messages:
      61
      Likes Received:
      0
      Trophy Points:
      0
      You can make a sifting of ore for jewelers?
       
    17. azerus

      azerus New Member

      Joined:
      Jan 7, 2011
      Messages:
      333
      Likes Received:
      0
      Trophy Points:
      0
      zone : borean tundra
      town : Fizzcrank airstrip
      npc quest : Jinky Wingnut
      quest : Lefty Loosey, Righty Tighty
      don't kill the last mob : ED-210

      bot think quest is completed and go back to npc to try to complete, but can't
      i stopped manually coz it non stop talk to npc to complete
      after i clicked stop wow crashed

      i posted the entire log, but the issue is only at the end

      i use ur alpha project for this
      Quest : Lupus Pupus
      where u need to use item on wolf, bot kill them insteed of using item on them
       
      Last edited: Feb 21, 2011
    18. makaveliS

      makaveliS New Member

      Joined:
      Jul 1, 2010
      Messages:
      61
      Likes Received:
      0
      Trophy Points:
      0
      I figured. We would implement the sale of the vendor?
       
    19. BPAlpha

      BPAlpha New Member

      Joined:
      Jan 15, 2010
      Messages:
      594
      Likes Received:
      41
      Trophy Points:
      0
      can implement this !! if its would be used.. again can make a list and sell to vendor whats in list?? would this be ok.. and as for bugs i know most of them and will be fixed in next release :)
       
    20. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      it's fixed on my end, i just have to fix it for the released profile. thanks az
       
    Thread Status:
    Not open for further replies.

    Share This Page