Neverwinter gateway - Profession Automation

Automatically selects professions for empty slots

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

Αναφορά: Καλός - ο κώδικας λειτουργεί

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

Script for mod6

edit, leadership XP/RP & AD, need check.

(uses same functions as before but litlle bitt better)

Mod6 ready script was allmost too easy, xD

  • Opitimize Leadership AD and Leadership XP/RP ( I wait hear how it should be done)

, other professions are just extended from 20 to 25 with old tasklist repeats.

Main script is updated before Mod6 release date, pre version is here, https://greasyfork.org/en/scripts/7808-neverwinter-gateway-professions-robot

Go gatewaytest to see changes better.


Script itself got one BIG change, xD

// Use more efficient Empowered task for Aqua Vitae if available
    if (searchItem == "Crafting_Resource_Aquavitae" && taskList.length > 1) {
        taskList.shift();
    }

, is changed,

// Use more efficient Empowered task for Aqua Vitae/Aqua Regia if available.

    if (searchItem == "Crafting_Resource_Aquavitae" && taskList.length > 1) {
        taskList.shift();
    }
    if (searchItem == "Crafting_Resource_Aquaregia" && taskList.length > 1) {
        taskList.shift();
    }
§
Δημοσιεύτηκε: 06/03/2015

Testing now.

§
Δημοσιεύτηκε: 10/03/2015

do you know 90% of lvl 20+ craftign profession(lvl 3+ for blackice) depend on the 2 alchemy crafting coponent agregate element (7 day crafting) and unified element(12 day crafting).
i look the lvl 25 task in the bot for alchemy and don't see it can you add it ?

§
Δημοσιεύτηκε: 10/03/2015
Επεξεργάστηκε: 10/03/2015

Matching tasklists is the smallest problem, and everyone could do it.

Look at this https://greasyfork.org/pl/forum/discussion/3413/x

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

Yes, I have lvl25 Alchemy... those elemental tasks are just, xD xD xD... seven days to make stuff for potion, OMG.

http://pastebin.com/inR0Hwv0

http://neverwinter.gamepedia.com/AlchemyPage2 , check potions, 8O .

 LVL:24 ,name:"Create Elemental Aggregate" taskname:"Alchemy_Tier4_Create_Elemental_Aggregate". 7 days

 LVL:25 ,name:"Create Unified Elements" taskname:"Alchemy_Tier4_Create_Elemental_Unified". 12 days

OFC, you cant see all Alchemy task if you are not completed "Research" and after completed research you cant see Research/Experimentation....

§
Δημοσιεύτηκε: 10/03/2015

ok, i said that for botting this essential element because i think it price in AH will be expensive

§
Δημοσιεύτηκε: 10/03/2015

i think those elements drop also from quests/HEs in "new" zones.

Rotten_mindΔημιουργός
§
Δημοσιεύτηκε: 10/03/2015
Επεξεργάστηκε: 10/03/2015
i think those elements drop also from quests/HEs in "new" zones.

Yes, completing quests and tasks, you gain them, but if "one potion" take 2x "Elemental Agregate", it must be RAELLY powerfull potion, xD.

Leadership -tasks drops elements "air, water" etc. (lvl20 task).

Anyway, you need 15x "Unified Elements" for Black ice if want it level 5.

§
Δημοσιεύτηκε: 11/03/2015

will script version 1.10.4 work for new module?

Rotten_mindΔημιουργός
§
Δημοσιεύτηκε: 11/03/2015
will script version 1.10.4 work for new module?

Yes.

...but each profession must stay on LVL20, because 1.10.4 has tasklist only up lvl20 so after mod6 if you use ver. 1.10.4 you need do tasks what gives ZERO EXP or modify tasklist support lvl20 - 25...

§
Δημοσιεύτηκε: 13/03/2015

No rush, mod6 delayed :(
We love Criptic :P

Rotten_mindΔημιουργός
§
Δημοσιεύτηκε: 14/03/2015
No rush, mod6 delayed :( We love Criptic :P

Yup, saw that, better delay than throw out mod3.4.5 repeats...

§
Δημοσιεύτηκε: 14/03/2015

Yay more time to save up moolah!!

Rotten_mindΔημιουργός
§
Δημοσιεύτηκε: 16/03/2015
Επεξεργάστηκε: 16/03/2015
it's delayed for that post !! :'( http://nw-forum.perfectworld.com/showthread.php?859961-Thought-this-would-be-helpful-for-people-MOD-6-Preparations

That was good post to read and if it caused delay, then one big "day one exploit" was avoided.

Check inventory space for mod6, LEadership drops

  • 12 x different type refinestone from "Thaumturgpack"
  • other leadership rewards drop extra 3 - 9 RP stones

Not sure how good RP -drops RNG is, but saving rank1 - 2 enchants + potions fill up inventory really fast.

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

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