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

Announcement

Collapse
No announcement yet.

Engineering steps 39. Not enough mining

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

    Engineering steps 39. Not enough mining

    Just a minor complaint, but I'm on step 39 of the Engineering Guide (Alliance) and it says I need a minimum of 200 mining to gather those myself... However, only 100 is required for Iron Ore and 150 is required for Mithril.

    #2
    It says 200 because you need the 200 skill to learn smelt Mithril which is the first step of the farming section there. Since you only need to mine up 36 Iron ore that's not enough to take you from 100 to the 150 needed for farming the Mithril. Will add this to the list to be re-worked.

    I'm thinking the following changes should probably be made:

    Search: #include go_farm,skill="Mining",req="200",goto="eng_130-210_farm"
    Replace: #include go_farm,skill="Mining",req="150",goto="eng_130-210_farm"

    Search:
    .collect 70 Solid Stone##7912
    .collect 132 Mithril Ore##3858
    .collect 15 Gold Ore##2776
    #include "max_skill_warning",skill="Mining",goto="eng_1 30-210_farm"
    Replace:
    .collect 70 Solid Stone##7912
    .collect 132 Mithril Ore##3858
    .collect 15 Gold Ore##2776
    .skill Mining,200
    #include "max_skill_warning",skill="Mining",goto="eng_1 30-210_farm"

    Search:
    step
    label "eng_130-210_farm"
    #include "trainer_Mining"
    .skillmax Mining,300
    .learn Smelt Mithril##10097
    'Your _Mining_ skill is too low to learn this; You can proceed with farming, but your skill gains will stop at 225. It's better to skill up first. |only if skill("Mining")<200 and skillmax("Herbalism")<300
    step
    label "farm"
    'Skipping 1st part of farming |next "+farm2" |only if step:Find("+farming"):IsComplete()
    'Proceeding to farm |next |only if default
    Replace:
    step
    label "eng_130-210_farm"
    'Skipping 1st part of farming |next "+farm2" |only if step:Find("+farming"):IsComplete()
    'Proceeding to farm |next |only if default

    Finally Search:
    step
    goto Felwood,63.4,20.7
    .from Irontree Chopper##48453+
    .collect 22 Mageweave Cloth##4338
    step
    #include "vendor_Blacksmithing"
    .buy 4 Coal##3857
    Replace:
    step
    goto Felwood,63.4,20.7
    .from Irontree Chopper##48453+
    .collect 22 Mageweave Cloth##4338
    step
    #include "trainer_Mining"
    .skillmax Mining,300
    .learn Smelt Mithril##10097
    'Your _Mining_ skill is too low to learn this; You can proceed with farming, but your skill gains will stop at 225. It's better to skill up first. |only if skill("Mining")<200
    step
    #include "vendor_Blacksmithing"
    .buy 4 Coal##3857
    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