• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [N] Tillers Dailies.

    Discussion in 'Honorbuddy Profiles' started by Asphodan, Oct 17, 2012.

    1. Asphodan

      Asphodan Member

      Joined:
      Jan 15, 2010
      Messages:
      286
      Likes Received:
      4
      Trophy Points:
      18
      Truth be told, I'm actually working on all the Dailies for Pandaria - but I'm having a problem.

      https://github.com/Asphodan/Profiles/blob/master/Questing/Tillers.xml -- This is the Quest profile I've started, and I was able to complete Andi's portion just fine.

      As soon as I added another NPC / Quest, the profile stopped working.. and I'm hoping someone can help me figure out what I did wrong, so I can continue working on the quests.



      I know the title is misleading; I've tried for a couple of days to get help in the base Honorbuddy forum, and that did not work. Help me out, and I'll get everyone with a full set of Daily profiles.
       
      Botanist likes this.
    2. Stinkbirdcat

      Stinkbirdcat New Member

      Joined:
      Jun 28, 2012
      Messages:
      138
      Likes Received:
      1
      Trophy Points:
      0
      check out Kick's Firelands Dailys for how he "detected" which quest is active and what npc that means to go after. it's possible that many of those functions could be broken, but worth investigating imo
       
    3. Asphodan

      Asphodan Member

      Joined:
      Jan 15, 2010
      Messages:
      286
      Likes Received:
      4
      Trophy Points:
      18
      It's not so much that I can't detect which quest is active; it's that I've somehow made the profile into a "Do nothing" profile.

      Bot doesn't try to even fly to Halfhill; it just stands there and thinks there's nothing to do.

      I've looked around, and the best I can find are some video guides - and my connection simply isn't good enough for videos. I need a text walkthrough, and I can't find a single one.
       
    4. owongo

      owongo Member

      Joined:
      Jun 20, 2010
      Messages:
      60
      Likes Received:
      0
      Trophy Points:
      6
      Two a remarks from somebody who has no idea how to write a quest profile:

      try to add

      <RunTo X="-228.8456" Y="608.3925" Z="166.8103" />

      so your toon walks up to Andi.

      and the number in

      <While Condition="HasQuestAvailable(64464)" >

      should be the ID of the Quest NPC not, that of the Quest.
       
    5. Asphodan

      Asphodan Member

      Joined:
      Jan 15, 2010
      Messages:
      286
      Likes Received:
      4
      Trophy Points:
      18
      That is exactly the information I needed. Time to get to cra cking.
       
    6. Asphodan

      Asphodan Member

      Joined:
      Jan 15, 2010
      Messages:
      286
      Likes Received:
      4
      Trophy Points:
      18
      It's now able to run to Halfhill, and pick up the quests from Farmer Yoon and Andi -- that part is figured out, and fairly straightforward.

      The daily for today is "A Gift for Old Hillpaw", but I can not make the bot run to the lake and actually do the quest.

      The parts that have to do with Hillpaw, are highlighted in green:
      https://github.com/Asphodan/Profiles/commit/739ec12ecdd173137b6b8b02fcb9b80944cc65cf

      Would love for someone to point out why the bot won't run to the hotspots.
       
    7. rusm25

      rusm25 New Member

      Joined:
      Aug 15, 2012
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      1
      Chasing the Chicken does not work
       
    8. Asphodan

      Asphodan Member

      Joined:
      Jan 15, 2010
      Messages:
      286
      Likes Received:
      4
      Trophy Points:
      18
      Working on today's batch of dailies. When you get knocked off the cliff, the bot doesn't know what to do to get back up - short flight, but the bot doesn't do that.
      Anyone know how I could fix that?
       
    9. Corny

      Corny New Member

      Joined:
      Jan 8, 2011
      Messages:
      306
      Likes Received:
      5
      Trophy Points:
      0
      add this in condition
      now the bot is looking for dailies
      Code:
      HasQuestAvailable([NPC-ID], &quot;AvailableRepeatable&quot;)
       
    10. Asphodan

      Asphodan Member

      Joined:
      Jan 15, 2010
      Messages:
      286
      Likes Received:
      4
      Trophy Points:
      18
      I tried for two hours, and I simply can not figure out why I'm unable to complete A Gift for Sho.

      Here are the relevant parts of the code:

      Pick Up Quest: https://github.com/Asphodan/Profiles/blob/master/Questing/Tillers.xml#L223
      Do The Quest: (Broken) https://github.com/Asphodan/Profiles/blob/master/Questing/Tillers.xml#L238

      I know it's commented out; it's for the sake of the profile. I've tried Interact, SimpleInteract, various combinations of MobId or ObjectId, nothing.

      Bot just runs to the pot, stands on it, and then moves on to something else.


      Another interact quest I'm having problems with is this one:
      https://github.com/Asphodan/Profiles/blob/master/Questing/Tillers.xml#L254
      I have the IDs properly set, but similar to the above... I can't interact with them. Bot just moves on, even when standing on a candle it should be clicking on.
       

    Share This Page