Log in to ZYGOR
Log in with social media
OR
Log in with Zygor account

Announcement

Collapse
No announcement yet.

Tillers dailies after 5.2

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Tillers dailies after 5.2

    If you reach exalted with the Tillers and have unlocked the whole farm you can get a quest from Nana Mudclaw that will finally remove Farmer Yoon from the farm and move him to the council.
    You then will only be able to get one daily from him, the quests to plant crops are gone.

    I recommend changing the Tillers dailies guide.
    The first accept step at Farmer Yoon should only be shown if not completed the quest from Nana Mudclaw:
    http://www.wowhead.com/quest=32682
    After the accept step from Andi a new accept step for Farmer Yoon should be inserted that checks for the completed quest from Nana and advances after accepting one quest.
    Coordinates for Farmer Yoon: 52.9,51.8
    A turnin for this needs to be inserted accordingly, also with a check for the completed quest from Nana. And the current turnin needs to check for the quest being not completed.

    #2
    Added this to our task list.
    My Flight Path Follies guide

    A pessimist knows all women are bad... an optimist hopes they are.

    I reject your reality and substitute my own.

    All foreign languages are done with Google Translate.

    Comment


      #3
      I've made the necessary changes to the guide file and it worked.
      The first Farmer Yoon accept step got this switch added:
      Code:
      |only if not completedq(32682)
      The accept step I put in after the accept quest step from Andi:
      Code:
      	step
      		goto 52.9,51.8
      		.talk Farmer Yoon##58646 |tip He will only have 1 quest a day.
      		..accept The Kunzen Hunter-Chief##30336 |daily |or
      		..accept Stealing is Bad... Re-Stealing is OK##30334 |daily |or
      		..accept Stalling the Ravage##30335 |daily |or
      		..accept The Lesser of Two Evils##30333 |or
      		..accept Simian Sabotage##30337 |or
      		|only if completedq(32682)
      The first turnin to Farmer Yoon got the same line added as the accept step.
      And directly after the first turnin I inserted the following step:
      Code:
      	step
      		goto 52.9,51.8
      		.talk Farmer Yoon##58646
      		..turnin The Kunzen Hunter-Chief##30336
      		..turnin Stealing is Bad... Re-Stealing is OK##30334
      		..turnin Stalling the Ravage##30335
      		..turnin The Lesser of Two Evils##30333
      		..turnin Simian Sabotage##30337
      		|only if completedq(32682)

      Comment


        #4
        Apart from the above and the other thread the Alliance and Horde Tiller's dailies guides lack steps to complete the quest "A Gift For Ella".

        Comment


          #5
          That one is in the Ella reputation guide. A Gift for Ella is part of building up the individual reputation with her to get to Best Friend.
          My Flight Path Follies guide

          A pessimist knows all women are bad... an optimist hopes they are.

          I reject your reality and substitute my own.

          All foreign languages are done with Google Translate.

          Comment


            #6
            Cabby, you're mistaken it with the "Dish for Ella" quest.
            "A gift for..." quests are the daily quests you get from Andi.
            And the accept for this particular quest is in the Tillers dailies guide. But the steps that tell you what to do and to turn in the quest are missing.

            Comment


              #7
              Yep, I was getting them confused. I have this added to our list to get fixed.
              My Flight Path Follies guide

              A pessimist knows all women are bad... an optimist hopes they are.

              I reject your reality and substitute my own.

              All foreign languages are done with Google Translate.

              Comment

              Working...
              X