Neverwinter gateway - Professions Robot

Automatically selects professions for empty slots

< Neverwinter gateway - Professions Robotについてのフィードバック

質問/コメント

§
投稿日: 2016/01/04

Mastercraft tasks

Hello all

Thanks for all work you make for this tool

I would like to know if its possible to make mastercraft tasks with this tool ?

i'm working on alchemy

i would like to make this task (professions-tasks/Alchemy/Alchemy_Masterwork_Oilofvitriol) automatically

that task need also to fill slots with purple tools

thxin advance

§
投稿日: 2016/01/11

use the override chars acc settings with the fill optional assets on the char that you want to do oil of vitriol on (this will use all assest on that character, might have to buy some more workers for the other slots)

here is the script part you will need to add:

addProfile("Alchemy", {
profileName: "Masterwork Oil Vitriol",
isProfileActive: true,
useMassTask: true,
level: {
25: ["Alchemy_Masterwork_Oilofvitriol"],
},
});

§
投稿日: 2016/01/14

Another way is to use the custom profiles option:
https://github.com/Phr33d0m/NW-Profession-Bot/issues/205

返信を投稿

返信を投稿するにはログインしてください。