Greasy Fork is available in English.

Neverwinter gateway - Profession Automation

Automatically selects professions for empty slots

< Commentaires sur Neverwinter gateway - Profession Automation

Question / commentaire

§
Posté le: 2016-04-15

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_mindAuteur
§
Posté le: 2016-04-16
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..

§
Posté le: 2016-04-17

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_mindAuteur
§
Posté le: 2016-04-18

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.

§
Posté le: 2016-04-20

:-(

§
Posté le: 2016-04-20

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
§
Posté le: 2016-04-21

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_mindAuteur
§
Posté le: 2016-04-29
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...

Poster une réponse

Connectez-vous pour poster une réponse.