Neverwinter gateway - Professions Robot

Automatically selects professions for empty slots

< Feedback on Neverwinter gateway - Professions Robot

Review: Good - script works

§
Posted: 17.03.2016

New tasks - Crates for Stronghold

Any plans for an update including mod 8's new tasks?

§
Posted: 17.03.2016
Edited: 17.03.2016

The task names are:

Level 17:
Leadership_Voucher_Labor_T3

Level 23:

Leadership_Voucher_Ad_T4

Tailoring_Voucher_Gear_T4
Leatherworking_Voucher_Gear_T4
Mailsmithing_Voucher_Gear_T4
Platesmithing_Voucher_Gear_T4
Weaponsmithing_Voucher_Gear_T4
Artificing_Voucher_Gear_T4
Jewelcrafting_Voucher_Gems_T4

So you can make a custom profile, base profile "Stacked RP"

{
    "profileName": "My Mod9 Profile",
    "isProfileActive": true,
    "level": {
        "25": [
            "Leadership_Tier4_24_Wizardsseneschal",
            "Leadership_Voucher_Ad_T4",
            "Leadership_Voucher_Labor_T3",
            "Leadership_Tier4_22r_Capturebandithq",
            "Leadership_Tier4_24r_Killdragon",
            "Leadership_Tier4_21_Protectmagic",
            "Leadership_Tier4_22_Guardclerics",
            "Leadership_Tier4_25r_Huntexperiment",
            "Leadership_Tier4_21r_Killelemental"
        ]
    }
}

Or for example for base "Mass refine" in tailoring:

{
    "profileName": "New profile name here",
    "isProfileActive": true,
    "level": {
        "23": ["Tailoring_Voucher_Gear_T4","+"],
        "24": ["Tailoring_Voucher_Gear_T4","+"],
        "25": ["Tailoring_Voucher_Gear_T4","+"]
    }
}

The + there will add the tasks from the base profile, so we will have exactly the same profile as mass refine but with the addition of those 3 tasks at levels 23-25.

§
Posted: 17.03.2016

Thanks for that !

§
Posted: 17.03.2016

Thanks a lot Crazy Flake, I will give that a try

§
Posted: 25.03.2016

Where i can find names of all tasks?

Post reply

Sign in to post a reply.