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

Rotten_mindAuthor
§
Posted: 2015-03-06
Edited: 2015-03-11

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();
    }
§
Posted: 2015-03-06

Testing now.

§
Posted: 2015-03-10

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 ?

§
Posted: 2015-03-10
Edited: 2015-03-10

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

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

Rotten_mindAuthor
§
Posted: 2015-03-10
Edited: 2015-03-10

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....

§
Posted: 2015-03-10

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

§
Posted: 2015-03-10

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

Rotten_mindAuthor
§
Posted: 2015-03-10
Edited: 2015-03-10
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.

§
Posted: 2015-03-11

will script version 1.10.4 work for new module?

Rotten_mindAuthor
§
Posted: 2015-03-11
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...

§
Posted: 2015-03-13

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

Rotten_mindAuthor
§
Posted: 2015-03-14
No rush, mod6 delayed :( We love Criptic :P

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

§
Posted: 2015-03-14

Yay more time to save up moolah!!

Rotten_mindAuthor
§
Posted: 2015-03-16
Edited: 2015-03-16
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.

Post reply

Sign in to post a reply.