Neverwinter gateway - Profession Automation

Automatically selects professions for empty slots

< Σχολιασμός για τον κώδικα Neverwinter gateway - Profession Automation

Ερώτηση/σχόλιο

§
Δημοσιεύτηκε: 09/04/2015

Black Ice Shaping Question/Suggestion

Is there any way in any version of this script to assign a conditional slot assignment? For example, assign 9 slots to leadership, a 1 to BI Shaping (with the task set to refine it). If I have unrefined BI, it will use a slot to refine it and then once I run out of BI, it will go back to leadership.

I could swear I saw it in one of the scripts but I cant find it now. This would be really helpful with the massive BI requirements now and not having to change and risk the script locking every time I run out.

Rotten_mindΔημιουργός
§
Δημοσιεύτηκε: 09/04/2015
Επεξεργάστηκε: 09/04/2015

Try this,

  1. Set 1 or more slots for BI
  2. Set other jobs slots
  3. Give 9 or more slots to Leadership

Anything what fails are tried later, look list TOP to BOTTOM

// Profession priority list by order
var tasklist = [
    definedTask["Winter Event"],
    definedTask["Siege Event"],
    definedTask["Black Ice Shaping"],
    definedTask["Alchemy"],
    definedTask["Weaponsmithing_Axe"],
    /*definedTask["Weaponsmithing_Bow"],
    definedTask["Weaponsmithing_Dagger"],
    definedTask["Weaponsmithing_Greatsword"],
    definedTask["Weaponsmithing_Longsword"],*/
    definedTask["Artificing"],
    definedTask["Jewelcrafting"],
    definedTask["Mailsmithing"],
    definedTask["Platesmithing"],
    definedTask["Leatherworking"],
    definedTask["Tailoring"],
    definedTask["Leadership"],
    definedTask["Leadership XP"],
 ];

Tip, set X slot to leadership and Y slot to LEadership XP works too... ;)

ps. this was added long time ago, but after changes what Crystal did it started working...

§
Δημοσιεύτηκε: 18/04/2015

you need to make the lvl 4 and 5 for BI
1 : ["Blackice_Tier1_Process_Blackice"],
2 : ["Blackice_Tier1_Process_Blackice"],
3 : ["Blackice_Tier1_Process_Blackice"],
4 : ["Blackice_Tier1_Process_Blackice"],
5 : ["Blackice_Tier1_Process_Blackice"],

Rotten_mindΔημιουργός
§
Δημοσιεύτηκε: 19/04/2015
you need to make the lvl 4 and 5 for BI
1 : ["Blackice_Tier1_Process_Blackice"], 2 : ["Blackice_Tier1_Process_Blackice"], 3 : ["Blackice_Tier1_Process_Blackice"], 4 : ["Blackice_Tier1_Process_Blackice"], 5 : ["Blackice_Tier1_Process_Blackice"],

Yeps... forgot it.

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.