Automatically selects professions for empty slots
< Feedback on Neverwinter gateway - Profession Automation
You have edited button names for RU gateway?
I have no account to Ru gateway so cant get "button" names for it.
var enabledButton = $("div.footer-body > div.input-field.button:not('.disabled') > button:contains('Начать поручение')");
var enabledButton = $("div.footer-body > div.input-field.button:not('.disabled') > button:contains('Start Task')");
I have only Ru gateway account, so yes, i have it :) Can you give me list of items to translate? Here or by mail?
Also, here it partial Ru-gateway adaptation for Bunta's version (all professions works for me, but totally obsolete): https://greasyfork.org/ru/scripts/4889-neverwinter-online-profession-ru-server/code
You might need:
// Go back
$("div.footer-body > div.input-field.button > button:contains('Назад')").click();
Check "Optional Assets", then must make test, ;)
var enabledButton = $("div.footer-body > div.input-field.button:not('.disabled') > button:contains('Start Task')");
var enabledButton = $("div.footer-body > div.input-field.button:not('.disabled') > button:contains('Aufgabe beginnen')");
var enabledButton = $("div.footer-body > div.input-field.button:not('.disabled') > button:contains('Начать поручение')");
var buttonList = $("h3:contains('Optional Assets:')").closest("div").find("button");
var buttonList = $("h3:contains('Optionale Ressourcen:')").closest("div").find("button");
$("div.footer-body > div.input-field.button > button:contains('Back')").click();
$("div.footer-body > div.input-field.button > button:contains('Назад')").click();
$("div.footer-body > div.input-field.button > button:contains('Zurück')").click();
Optional Assets:
Дополнительные средства:
Is there any script to download for russia server? ill be very pleased if u share some
vollthegreat@gmail.com
It wount be shered to nobody else...
This script is done to work RU -gateway,
http://gateway.nw.ru.perfectworld.eu/
, also it should work with different language version too.
Just do install, tooltips and menus on "script" are english, but it work RU- gateway.
...and it must be shared to anyone who want use it, ;) .
Russian Gateway
/* RELEASE NOTES
1.10.0 - Release
- Multi Url support for testing
* gatewaytest
* RU gateway (gateway.nw.ru.perfectworld.eu)
* Gateway
Hi. Can I help you with it?