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

Announcement

Collapse
No announcement yet.

Improvement Suggestion: Farming Routes

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

    Improvement Suggestion: Farming Routes

    Hi, recently I've been leveling mining and farming ore and I keep running into the issue that either I want to follow a route that was given to me during leveling Blacksmithing.

    So what I would wish is select different routes based on zones. Even multiple ones in same zone or ability to record your own.

    Best Regards

    Guldhan

    #2
    As an test I tested adding the following:

    ZygorGuidesViewer:RegisterGuide("Profession Guides\\Mining\\Farming Guides\\Fel Iron Ore (Terokkar Forest)",{
    author="support@zygorguides.com",
    condition_suggested=function() return skill('Mining') >= 300 end,
    condition_valid=function() return skill('Mining') >= 300 end,
    condition_valid_msg="Your Mining skill must be at least 300 to gather Fel Iron Ore.",
    description="Fel Iron Ore can be gathered in Hellfire Penninsula.",
    },[[
    step
    map Terokkar Forest/0
    path follow smart; loop on; ants curved; dist 30
    path 35.40,32.74 33.58,34.03 29.99,37.04 30.47,39.42 32.84,42.87
    path 30.44,45.85 29.70,48.78 28.72,50.90 26.87,53.21 25.26,54.90
    path 22.49,56.46 19.34,61.21 18.69,64.00 16.44,70.63 17.61,76.00
    path 18.15,78.38 22.26,77.14 25.28,77.55 26.12,74.18 26.50,71.57
    path 25.34,67.90 26.92,64.72 29.12,65.04 30.87,68.34 29.75,76.55
    path 31.88,79.19 34.91,78.98 39.83,81.85 44.04,81.54 46.83,80.38
    path 49.20,79.14 53.35,76.87 54.01,72.24 54.28,68.65 55.01,65.28
    path 55.48,59.55 53.36,55.57 50.80,57.73 45.51,49.16 42.88,47.33
    path 40.15,46.05 38.17,43.37 36.85,41.76 36.79,39.20 38.01,36.66
    path 41.76,36.07 44.39,34.92 46.83,35.38 49.86,36.73 53.65,33.89
    path 57.14,33.39 55.14,40.09 56.82,44.38 58.56,48.62 59.64,51.65
    path 61.28,51.80 62.93,51.53 68.24,52.26 70.55,50.49 72.12,46.95
    path 71.97,42.17 73.79,38.31 74.41,36.29 74.10,34.91 73.22,32.72
    path 70.82,30.89 67.47,30.75 65.28,30.03 62.62,26.46 60.72,23.08
    path 57.70,22.89 55.83,24.97 53.00,24.89 51.03,23.50 50.19,20.50
    path 51.97,16.80 50.62,15.37 47.54,12.14 45.79,11.52 42.95,8.83
    path 42.59,15.18 43.28,17.66 41.87,20.90 42.92,23.48 37.45,31.00
    click Fel Iron Deposit##181555+
    |tip They look like green mineral clusters around this path.
    |tip Enter caves along the path.
    |tip Make sure you enable "Find Minerals" in the tracking menu on the minimap.
    collect Fel Iron Ore##23424 |n
    '|confirm
    ]])

    in the ZygorProffessionsCommonClassic.lua file. the path is based on a step when farming Fel Iron in Terokkar Forest from the BS guide and it seems to just work fine... How come all the various farming guides arn't available from the selection(since you allready got the data )?
    Last edited by guldhan; January 16, 2023, 08:59 PM.

    Comment


      #3
      As an alternative, would it be possible to import routes from the addon "Routes" ?

      Comment


        #4
        Importing routes is not something that can be done at this time so that would have to go on the suggestion pile as well.
        Become a Fan of Zygor Guides on Facebook:
        http://www.facebook.com/pages/Zygor-...04933799556988

        Follow Zygor Guides on Twitter:
        http://twitter.com/zygorguides

        Comment

        Working...
        X