Greasy Fork is available in English.

Neverwinter gateway - Profession Automation

Automatically selects professions for empty slots

< Feedback on Neverwinter gateway - Profession Automation

Review: Good - script works

§
Posted: 15.05.2015.

Mailsmithing gather tasks

My mailsmith keeps doing the level 1 gathering quest for 5exp each. I am trying to set it up to do the level 21 task "Gather Adamant Ore". The level 21 script currently says ""Med_Armorsmithing_Tier1_Gather_Basic". I have tried changing it to ""Med_Armorsmithing_Tier4_Gather_Basic" but it just ignores the slots and moves to another character/task. Any help with this would be appreciated!

Rotten_mindAuthor
§
Posted: 15.05.2015.
Edited: 15.05.2015.

Check script, you could use these if they work better, DO NOT USE These name are wrong!!!!

 21 :["Med_Armorsmithing_Tier4_Gather_Basic", "Med_Armorsmithing_Tier1_Gather_Basic"], 
 22 :["Med_Armorsmithing_Tier4_Gather_Basic", "Med_Armorsmithing_Tier2_Gather_Basic"],
 23 :["Med_Armorsmithing_Tier4_Gather_Basic", "Med_Armorsmithing_Tier3_Gather_Basic"],
 24 :["Med_Armorsmithing_Tier4_Gather_Basic", "Med_Armorsmithing_Tier4_Gather_Basic"],
 25 :["Med_Armorsmithing_Tier4_Gather_Basic", "Med_Armorsmithing_Tier1_Gather_Basic"],

Also check format, edit just needed part like yo see 1 - 4 on tiers and for efficient leveling use "Residuum"... ;)

§
Posted: 15.05.2015.

Hi Rotten_mind,
I switched my lvl 21-25 with the code you provided and he still only uses "Gather Iron Ore". I made sure that the "Skip level 20 and Skip level 25" boxes were not checked. Still cannot make him craft anything in the tier 4 category :(

§
Posted: 15.05.2015.

do you have workers rank 3? that is what that specific task requires. it works here fine with those.

§
Posted: 15.05.2015.
Edited: 15.05.2015.

Yeah Kakoura, I have the workers required for the task as well. I also have Train assets on in case the workers would need to be upgraded.

§
Posted: 15.05.2015.
Edited: 15.05.2015.

Did you even restarted the script after editing it and saving it ?
Did you even reached lvl 21 in that char at all ?
And you can post here what you get in console log when script reaches that specific char.

§
Posted: 15.05.2015.

Hi Slider, Yes I restarted the script. I am unaware how to post the console log as xml. If you could point out how to do so, I will gladly post it!

Rotten_mindAuthor
§
Posted: 15.05.2015.

We look wrong direction. I never added Tier4 gatherings, but I extracted names.

Look here,

http://pastebin.com/inR0Hwv0

WE assuming solid coding but gateway fails...

taskname is, after lvl20, ;)

LVL:21 ,name:"Forge Adamantine Rings and Scales" taskname:"Crafted_Med_Armorsmithing_T4_Refine_Basic".
Rotten_mindAuthor
§
Posted: 15.05.2015.
Edited: 15.05.2015.

Funny point is that I did names extraction and mod6 stuff many months ago, but I prefer not to use "gatherings" as leveling, full lis here, look how naming changes, ;)

        0: ["Med_Armorsmithing_Tier0_Intro"],
        1: ["Med_Armorsmithing_Tier1_Gather_Basic"],
        2: ["Med_Armorsmithing_Tier1_Gather_Basic"],
        3: ["Med_Armorsmithing_Tier1_Gather_Basic"],
        4: ["Med_Armorsmithing_Tier1_Gather_Basic"],
        5: ["Med_Armorsmithing_Tier1_Gather_Basic"],
        6: ["Med_Armorsmithing_Tier1_Gather_Basic"],
        7: ["Med_Armorsmithing_Tier2_Gather_Basic"],
        8: ["Med_Armorsmithing_Tier2_Gather_Basic"],
        9: ["Med_Armorsmithing_Tier2_Gather_Basic"],
        10: ["Med_Armorsmithing_Tier2_Gather_Basic"],
        11: ["Med_Armorsmithing_Tier2_Gather_Basic"],
        12: ["Med_Armorsmithing_Tier2_Gather_Basic"],
        13: ["Med_Armorsmithing_Tier2_Gather_Basic"],
        14: ["Med_Armorsmithing_Tier3_Gather_Basic"],
        15: ["Med_Armorsmithing_Tier3_Gather_Basic"],
        16: ["Med_Armorsmithing_Tier3_Gather_Basic"],
        17: ["Med_Armorsmithing_Tier3_Gather_Basic"],
        18: ["Med_Armorsmithing_Tier3_Gather_Basic"],
        19: ["Med_Armorsmithing_Tier3_Gather_Basic"],
        20: ["Med_Armorsmithing_Tier3_Gather_Basic"],
        21 :["Crafted_Med_Armorsmithing_T4_Gather_Basic"],
        22 :["Crafted_Med_Armorsmithing_T4_Gather_Basic"],
        23 :["Crafted_Med_Armorsmithing_T4_Gather_Basic"],
        24 :["Crafted_Med_Armorsmithing_T4_Gather_Basic"],
        25 :["Med_Armorsmithing_Tier2_Refine_Basic"],

...and THX to @Oath.

BTW, check names from, I did raw list there and it seems to be correct, ;

http://pastebin.com/inR0Hwv0

§
Posted: 15.05.2015.

Thank you Rotten_mind,
That new code works flawlessly!

Post reply

Sign in to post a reply.