Neverwinter gateway - Profession Automation

Automatically selects professions for empty slots

< Feedback on Neverwinter gateway - Profession Automation

Question/comment

§
Posted: 21.05.2015

Alchemy Restricting

First off thanks to all who made this possible. I was curious if there is a way to restrict alchemy or other professions to only do lower level tasks. Thanks

Rotten_mindAuthor
§
Posted: 21.05.2015

there is easy way... brb to it.

Rotten_mindAuthor
§
Posted: 21.05.2015
Edited: 22.05.2015

Go here,

pastebin.com/inR0Hwv0

Check names for task you like.

"My Alchemy is level 9 and I want it stay there and do this task".

 Alchemy_Tier2_Aquavitae_2 : "Empowered Aqua Vitae"

Do edit, /this is outcommented/, if alchemy not do "experiment" it never level. So I added desired task and out commented unwanted, also level must same as your profession.

        0: ["Alchemy_Tier0_Intro_1"],
        1: ["Alchemy_Tier1_Experiment_Rank2", "Alchemy_Tier1_Experimentation_Rank1"],
        2: ["Alchemy_Tier1_Experiment_Rank3", "Alchemy_Tier1_Experimentation_Rank2"],
        3: ["Alchemy_Tier1_Experiment_Rank4", "Alchemy_Tier1_Experimentation_Rank3"],
        4: ["Alchemy_Tier1_Experiment_Rank5", "Alchemy_Tier1_Experimentation_Rank4"],
        5: ["Alchemy_Tier1_Experiment_Rank6", "Alchemy_Tier1_Experimentation_Rank5"],
        6: ["Alchemy_Tier1_Experiment_Rank7", "Alchemy_Tier1_Experimentation_Rank6"],
        7: ["Alchemy_Tier2_Experiment_Rank08", "Alchemy_Tier2_Experimentation_Rank07"],
        8: ["Alchemy_Tier2_Experiment_Rank09", "Alchemy_Tier2_Experimentation_Rank08"],
        9: ["Alchemy_Tier2_Aquavitae_2"/*"Alchemy_Tier2_Experiment_Rank10", "Alchemy_Tier2_Experimentation_Rank09"*/],
        10: ["Alchemy_Tier2_Experiment_Rank11", "Alchemy_Tier2_Experimentation_Rank10"],
        11: ["Alchemy_Tier2_Experiment_Rank12", "Alchemy_Tier2_Experimentation_Rank11"],
        12: ["Alchemy_Tier2_Experiment_Rank13", "Alchemy_Tier2_Experimentation_Rank12"],
        13: ["Alchemy_Tier2_Experiment_Rank14", "Alchemy_Tier2_Experimentation_Rank13"],
        14: ["Alchemy_Tier3_Experiment_Rank15", "Alchemy_Tier3_Experimentation_Rank14"],
        15: ["Alchemy_Tier3_Experiment_Rank16", "Alchemy_Tier3_Experimentation_Rank15"],
        16: ["Alchemy_Tier3_Experiment_Rank17", "Alchemy_Tier3_Experimentation_Rank16"],
        17: ["Alchemy_Tier3_Experiment_Rank18", "Alchemy_Tier3_Experimentation_Rank17"],
        18: ["Alchemy_Tier3_Experiment_Rank19", "Alchemy_Tier3_Experimentation_Rank18"],
        19: ["Alchemy_Tier3_Experiment_Rank20", "Alchemy_Tier3_Experimentation_Rank19"],
        //20: ["Alchemy_Tier3_Protection_Potion_Major", "Alchemy_Tier2_Aquaregia", "Alchemy_Tier3_Refine_Basic", "Alchemy_Tier3_Gather_Components"], //disable for mod6
        20 : ["Alchemy_Tier3_Experiment_Rank21", "Alchemy_Tier3_Experimentation_Rank20"], // Enable for mod6
        21 : ["Alchemy_Tier4_Experiment_Rank22", "Alchemy_Tier4_Experimentation_Rank21"],
        22 : ["Alchemy_Tier4_Experiment_Rank23", "Alchemy_Tier4_Experimentation_Rank22"], //,"Alchemy_Tier4_Aquaregia_2"],
        23 : ["Alchemy_Tier4_Experiment_Rank24", "Alchemy_Tier4_Experimentation_Rank23"],
        24 : ["Alchemy_Tier4_Create_Elemental_Aggregate","Alchemy_Tier4_Experiment_Rank25", "Alchemy_Tier4_Experimentation_Rank24"],
        25 : ["Alchemy_Tier4_Experimentation_Rank25","Alchemy_Tier4_Create_Elemental_Unified","Alchemy_Tier4_Create_Elemental_Aggregate","Alchemy_Tier4_Aquaregia_2"], //"Alchemy_Tier2_Aquaregia", "Alchemy_Tier3_Refine_Basic","Alchemy_Tier4_Potency_Potion_Superior", "Alchemy_Tier4_Protection_Potion_Superior"],
§
Posted: 21.05.2015

What about if my alchemy is level 10 and I want to do these 2 tasks only. Sorry I'm such a noob :(

Alchemy_Tier1_Rejuvenation_Potion_Minor : "Minor Rejuvenation Potion",
Alchemy_Tier1_Force_Potion_Minor : "Minor Potion of Force",

§
Posted: 21.05.2015

Thanks so much! I think I got it :) Is there a way to make this work with multiple levels? For example I have level 25 alchemy on 1 character and 13 on the other and 7 on the last.

Rotten_mindAuthor
§
Posted: 22.05.2015

all

Thanks so much! I think I got it :) Is there a way to make this work with multiple levels? For example I have level 25 alchemy on 1 character and 13 on the other and 7 on the last.

My Alchemy is on that level what level that specific profession is so make changes whole line, look below

        0: ["Alchemy_Tier0_Intro_1"],
        1: ["here I stay level one if need"/*"Alchemy_Tier1_Experiment_Rank2", "Alchemy_Tier1_Experimentation_Rank1"*/],
        2: ["Alchemy_Tier1_Experiment_Rank3", "Alchemy_Tier1_Experimentation_Rank2"],
        3: ["If get here I stay here" /*"Alchemy_Tier1_Experiment_Rank4", "Alchemy_Tier1_Experimentation_Rank3*/"],
        4: ["Alchemy_Tier1_Experiment_Rank5", "Alchemy_Tier1_Experimentation_Rank4"],
        5: ["Alchemy_Tier1_Experiment_Rank6", "Alchemy_Tier1_Experimentation_Rank5"],
        6: ["Alchemy_Tier1_Experiment_Rank7", "Alchemy_Tier1_Experimentation_Rank6"],
        7: ["Alchemy_Tier2_Experiment_Rank08", "Alchemy_Tier2_Experimentation_Rank07"],
        8: ["Alchemy_Tier2_Experiment_Rank09", "Alchemy_Tier2_Experimentation_Rank08"],
        9: ["Alchemy_Tier2_Aquavitae_2"/*"Alchemy_Tier2_Experiment_Rank10", "Alchemy_Tier2_Experimentation_Rank09"*/],
        10: ["Alchemy_Tier2_Experiment_Rank11", "Alchemy_Tier2_Experimentation_Rank10"],
        11: ["Alchemy_Tier2_Experiment_Rank12", "Alchemy_Tier2_Experimentation_Rank11"],
        12: ["Alchemy_Tier2_Experiment_Rank13", "Alchemy_Tier2_Experimentation_Rank12"],
        13: ["Alchemy_Tier2_Experiment_Rank14", "Alchemy_Tier2_Experimentation_Rank13"],
        14: ["Alchemy_Tier3_Experiment_Rank15", "Alchemy_Tier3_Experimentation_Rank14"],
        15: ["Alchemy_Tier3_Experiment_Rank16", "Alchemy_Tier3_Experimentation_Rank15"],
        16: ["Alchemy_Tier3_Experiment_Rank17", "Alchemy_Tier3_Experimentation_Rank16"],
        17: ["Alchemy_Tier3_Experiment_Rank18", "Alchemy_Tier3_Experimentation_Rank17"],
        18: ["Alchemy_Tier3_Experiment_Rank19", "Alchemy_Tier3_Experimentation_Rank18"],
        19: ["Alchemy_Tier3_Experiment_Rank20", "Alchemy_Tier3_Experimentation_Rank19"],
        //20: ["Alchemy_Tier3_Protection_Potion_Major", "Alchemy_Tier2_Aquaregia", "Alchemy_Tier3_Refine_Basic", "Alchemy_Tier3_Gather_Components"], //disable for mod6
        20 : ["Alchemy_Tier3_Experiment_Rank21", "Alchemy_Tier3_Experimentation_Rank20"], // Enable for mod6
        21 : ["Alchemy_Tier4_Experiment_Rank22", "Alchemy_Tier4_Experimentation_Rank21"],
        22 : ["Alchemy_Tier4_Experiment_Rank23", "Alchemy_Tier4_Experimentation_Rank22"], //,"Alchemy_Tier4_Aquaregia_2"],
        23 : ["Alchemy_Tier4_Experiment_Rank24", "Alchemy_Tier4_Experimentation_Rank23"],
        24 : ["Alchemy_Tier4_Create_Elemental_Aggregate"/*,"Alchemy_Tier4_Experiment_Rank25", "Alchemy_Tier4_Experimentation_Rank24"*/],
        25 : ["Alchemy_Tier4_Experimentation_Rank25","Alchemy_Tier4_Create_Elemental_Unified","Alchemy_Tier4_Create_Elemental_Aggregate","Alchemy_Tier4_Aquaregia_2"], //"Alchemy_Tier2_Aquaregia", "Alchemy_Tier3_Refine_Basic","Alchemy_Tier4_Potency_Potion_Superior", "Alchemy_Tier4_Protection_Potion_Superior"],
Rotten_mindAuthor
§
Posted: 22.05.2015
Edited: 22.05.2015

With this script you cant say,

+ character X do this
+ slot X do that

or

+ character x use this tool on slot x

etc. so that way script is dump because it just run "train". XD

Some other script like AutprofessionbotInfinite (ownedcore) can handle per character slot settings but its GeckoFX(embedded browser) very good if you know your stuff!

For this script I think we just look current functionality, stability and safety... Full SCA will be added after we found how to run it so it will not hang script sometimes (few time week I got script dead)

§
Posted: 22.05.2015

I think i found a work around... I added the /* */ on the level 7 and 13 line and it seems to be working so far.

Post reply

Sign in to post a reply.