Neverwinter Gateway - Professions Robot

Automatically selects professions for empty slots

< Opiniones de Neverwinter Gateway - Professions Robot

Puntuación: Pasable; el script funciona, pero tiene carencias importantes

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?

mmmm ..... forgot to clarify.
in this case it starts "_Basic_Mass", and not "_Basic"

§
Publicado: 25/08/2014
Editado: 25/08/2014

о_О
// 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....

Publicar respuesta

Inicia sesión para responder.