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: 06.09.2015

Script changes to Gather and forge for Tier 1 to Tier 3 basic items items

I have found this thread but it does not cover how to add in the forging items from gathered materials.

https://greasyfork.org/en/forum/discussion/3453/x

I am just learning Java and am trying to understand the script.

Say I want to do mailcrafting gather and forge rings for tier 1 to tier 3 how would I change this:

If all you wish to do is gather, you can use this set to replace your current jewelcrafting tasks:

level: {
0:["Jewelcrafting_Tier0_Intro"],
1:["Jewelcrafting_Tier1_Gather_Basic"],
2:["Jewelcrafting_Tier1_Gather_Basic"],
3:["Jewelcrafting_Tier1_Gather_Basic"],
4:["Jewelcrafting_Tier1_Gather_Basic"],
5:["Jewelcrafting_Tier1_Gather_Basic"],
6:["Jewelcrafting_Tier1_Gather_Basic"],
7:["Jewelcrafting_Tier2_Gather_Basic","Jewelcrafting_Tier1_Gather_Basic"],
8:["Jewelcrafting_Tier2_Gather_Basic","Jewelcrafting_Tier1_Gather_Basic"],
9:["Jewelcrafting_Tier2_Gather_Basic","Jewelcrafting_Tier1_Gather_Basic"],
10:["Jewelcrafting_Tier2_Gather_Basic","Jewelcrafting_Tier1_Gather_Basic"],
11:["Jewelcrafting_Tier2_Gather_Basic","Jewelcrafting_Tier1_Gather_Basic"],
12:["Jewelcrafting_Tier2_Gather_Basic","Jewelcrafting_Tier1_Gather_Basic"],
13:["Jewelcrafting_Tier2_Gather_Basic","Jewelcrafting_Tier1_Gather_Basic"],
14:["Jewelcrafting_Tier3_Gather_Basic","Jewelcrafting_Tier2_Gather_Basic","Jewelcrafting_Tier1_Gather_Basic"],
15:["Jewelcrafting_Tier3_Gather_Basic","Jewelcrafting_Tier2_Gather_Basic","Jewelcrafting_Tier1_Gather_Basic"],
16:["Jewelcrafting_Tier3_Gather_Basic","Jewelcrafting_Tier2_Gather_Basic","Jewelcrafting_Tier1_Gather_Basic"],
17:["Jewelcrafting_Tier3_Gather_Basic","Jewelcrafting_Tier2_Gather_Basic","Jewelcrafting_Tier1_Gather_Basic"],
18:["Jewelcrafting_Tier3_Gather_Basic","Jewelcrafting_Tier2_Gather_Basic","Jewelcrafting_Tier1_Gather_Basic"],
19:["Jewelcrafting_Tier3_Gather_Basic","Jewelcrafting_Tier2_Gather_Basic","Jewelcrafting_Tier1_Gather_Basic"],
20:["Jewelcrafting_Tier3_Gather_Basic","Jewelcrafting_Tier2_Gather_Basic","Jewelcrafting_Tier1_Gather_Basic"],
21:["Jewelcrafting_Tier3_Gather_Basic","Jewelcrafting_Tier2_Gather_Basic","Jewelcrafting_Tier1_Gather_Basic"],
22:["Jewelcrafting_Tier3_Gather_Basic","Jewelcrafting_Tier2_Gather_Basic","Jewelcrafting_Tier1_Gather_Basic"],
23:["Jewelcrafting_Tier3_Gather_Basic","Jewelcrafting_Tier2_Gather_Basic","Jewelcrafting_Tier1_Gather_Basic"],
24:["Jewelcrafting_Tier3_Gather_Basic","Jewelcrafting_Tier2_Gather_Basic","Jewelcrafting_Tier1_Gather_Basic"],
25:["Jewelcrafting_Tier3_Gather_Basic","Jewelcrafting_Tier2_Gather_Basic","Jewelcrafting_Tier1_Gather_Basic"],
},

If you only want the basic ore and pelts, you can just make it
only "Jewelcrafting_Tier1_Gather_Basic" on each line.

thanks for any tips.

Rotten_mindAuthor
§
Posted: 07.09.2015
Edited: 07.09.2015

Tasklist contains allways lowest tier Gathering to avoid uneeded "training" or stucks.

If you replace "gather" with "Refine", eg. (remember, case sensitive)

["Jewelcrafting_Tier3_Refine_Basic","Jewelcrafting_Tier2_Refine_Basic","Jewelcrafting_Tier1_Refine_Basic"]

, then buy-able items are bought from shop eg. solvent, coal, with gold and refining is done.

Most tasks are listed here,

http://pastebin.com/inR0Hwv0

§
Posted: 07.09.2015

Thanks

Post reply

Sign in to post a reply.