你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/771-neverwinter-gateway-professions-robot/discussions/9183,源站連結 點此以跳轉。
Automatically selects professions for empty slots
< 脚本 Neverwinter Gateway - Professions Robot 的反馈
mmmm ..... forgot to clarify.
in this case it starts "_Basic_Mass", and not "_Basic"
о_О
// Use more efficient Empowered task for Aqua Vitae if available.
if (searchItem == "Crafting_Resource_Aquavitae" && taskList.length > 1) { taskList.shift(); }
--------------------------------------------------------
// Use more efficient Empowered task for Aqua Vitae if available.
if (searchItem == "Crafting_Resource_Aquavitae" && taskList.length > 1) { taskList.shift(); }
if (searchItem == "Crafting_Resource_Vitriol_Yellow" && taskList.length > 1) { taskList.shift(); }
if (searchItem == "Crafting_Resource_Vitriol_Silver" && taskList.length > 1) { taskList.shift(); }
work....
Script for RU Server
hello! I'm trying to get this script to work on the RU server.
for this I had to change address with "gateway.playneverwinter.com" on "gateway.nw.ru.perfectworld.eu"
script almost works. selects the desired recipe makes for him reagents. but ...
Searching for task: Alchemy_Tier3_Experimentation_Rank15
Found required ingredient: Potion_Tidespan_3
Searching ingredient tasks for: Alchemy
Attempting search for ingredient task: Alchemy_Tier2_Tidespan_Potion_Mass
Found required ingredient: Crafting_Resource_Vitriol_Silver
Searching ingredient tasks for: Alchemy
Attempting search for ingredient task: Alchemy_Tier2_Refine_Basic_Mass
the problem is only with the silver and the Yellow vitriol. with simple and complex no problems. probably an error response from the server.
Could you tell what line you need to enter in the script that would be appropriate when looking fixedly vitriol was set not to create mass?