Greasy Fork is available in English.

Neverwinter gateway - Profession Automation

Automatically selects professions for empty slots

< Feedback on Neverwinter gateway - Profession Automation

Question/comment

§
Posted: 15.04.2016

Crafted_Med_Armorsmithing_T4_Refine_Basic_Mass

I Try to change Armorsmithing to " Crafted_Med_Armorsmithing_T4_Refine_Basic_Mass" but always startet "Crafted_Med_Armorsmithing_T4_Refine_Basic" .

25 :["Mailsmithing_Voucher_Gear_T4", "Crafted_Med_Armorsmithing_T4_Refine_Basic_Mass"],

Someone can tell me what to change?

Rotten_mindAuthor
§
Posted: 16.04.2016
I Try to change Armorsmithing to " Crafted_Med_Armorsmithing_T4_Refine_Basic_Mass" but always startet "Crafted_Med_Armorsmithing_T4_Refine_Basic" .

25 :["Mailsmithing_Voucher_Gear_T4", "Crafted_Med_Armorsmithing_T4_Refine_Basic_Mass"],

Someone can tell me what to change?

Save script, reload, sometimes you need restart browser so Tampermoneky see changes..

§
Posted: 17.04.2016

Try restart a view times, same with save and new start.
Sometimes it works but most time it will only start without _Mass at the end.
Is the link too long?

Rotten_mindAuthor
§
Posted: 18.04.2016

Name is correct and if it sometimes work then is really hard to see what fails there...

...and your profession is level 25, good if its not stuck because I use script only for RP -farming now.

§
Posted: 20.04.2016

:-(

§
Posted: 20.04.2016

try 2 profession and it works :-(

25 :["Leatherworking_Voucher_Gear_T4", "Leatherworking_Tier4_Refine_Basic_Mass", "Leatherworking_Tier4_Gather_Basic_Mass"],

25 :["Mailsmithing_Voucher_Gear_T4", "Crafted_Med_Armorsmithing_T4_Refine_Basic_Mass", "Crafted_Med_Armorsmithing_T4_Gather_Basic_Mass" ],

grm
§
Posted: 21.04.2016

Check console log for errors. There few portal bugs when it falsely return errors with level requirements or so.

Also function searchForTask is need to be redesign because professions task rely on ingredients search task, not defined task list. And _Mass is skippable for some craft_ tasks

Rotten_mindAuthor
§
Posted: 29.04.2016
Check console log for errors. There few portal bugs when it falsely return errors with level requirements or so. Also function searchForTask is need to be redesign because professions task rely on ingredients search task, not defined task list. And _Mass is skippable for some craft_ tasks

I think those "mass" -task are excluded because they were NOT efficient when leveling.

Line 1733, has this entry,

    // Skip Mass/Trading/looping Transmute -tasks
    if (entry.def.name.match(/(_Mass|_Transmute_|_Create_|(_Gather|_Refine)_Special)/)) {
        return false;
    }

    return true;

Not sure if it affect that task skip and I have no plan to make changes... maybe if game itself get some interesting content.

...I used mass -task only once to get "Speed" -slot open...

Post reply

Sign in to post a reply.