Greasy Fork is available in English.

Neverwinter Gateway - Professions Robot

Automatically selects professions for empty slots

< 腳本Neverwinter Gateway - Professions Robot的回應

評論:正評 - 腳本一切正常

§
發表於:2014-12-10
編輯:2014-12-19

Neverwinter BrowserBot Mustex/Bunta/Bluep & all edits

Bunta/Mustex Script is reposted so updates are now easier handel.

https://greasyfork.org/en/scripts/7061-neverwinter-gateway-professions-robot



None of these changes are coded by me so Authors are those who did code, all candies I found I added in and it still work, only thing what cause some odd behaviors is "Open reward", but it no interfere script work.

NOTE!


// ==UserScript==
// @name Neverwinter gateway - Professions Robot
// @description Automatically selects professions for empty slots
// @namespace https://greasyfork.org/en/scripts/771-neverwinter-gateway-professions-robot
// @include https://gateway.playneverwinter.com
// @include https://gateway.playneverwinter.com/*
// @include https://gatewaysitedown.playneverwinter.com
// @include https://gatewaysitedown.playneverwinter.com/*
// @include http://gateway.playneverwinter.com
// @include http://gateway.playneverwinter.com/*
// @include http://gatewaysitedown.playneverwinter.com
// @include http://gatewaysitedown.playneverwinter.com/*
// @originalAuthor Mustex/Bunta
// @modifiedBy NW Gateway Professions Bot Developers & Contributors

/* NW Gateway Professions Bot Developers & Contributors

NW Gateway Professions Bot Developers
-----------------------------------
Bluep, Numberb, mac-nw,

NW Gateway Professions Bot Contributors
-----------------------------------
Kakoura, Nametaken, rotten_mind,
*/
// @version 1.05.0.1c
// @license http://creativecommons.org/licenses/by-nc-sa/3.0/us/
// @grant GM_getValue
// @grant GM_setValue
// @grant GM_listValues
// @grant GM_deleteValue
// ==/UserScript==

/* RELEASE NOTES
1.05.0.1c
- UI feature: Limit the gateway popup notification messages that appear at the top of the screen to a max of 2 notifications. The oldest (first) notification will always be removed when reaching the limit.
1.05.0.1b
- Added Reward Chest Opening Option
- Added All button when selling from inventory
- Added condition check for profession slot input val > 0 when processing tasks
1.05.0.1 (v1, mod 5)
- Started with bluep's edits (https://greasyfork.org/en/forum/discussion/270/x)
- Edited back in leadership asset priority (https://greasyfork.org/en/forum/discussion/comment/7213/#Comment_7213)
- Edited in Jewelcrafting for Mod5 (https://greasyfork.org/en/forum/discussion/comment/6930/#Comment_6930)
- Modified the default leadership tasks to prioritize AD generation (feel free to rever)
/* End Bunta's Edits?


ps.READ last post and comment how it feels...

§
發表於:2014-12-11

For me there is in this version no Settings window in the upper right corner. When I use this modified script https://www.diffchecker.com/5a7b9itp from Phr33d0m the Settiings window exists

Sorry for my bad English. This text has been translated with Google translate

§
發表於:2014-12-11
編輯:2014-12-11

can someone else check if this works with Chrome Version 39.0.2171.95 m and Tampermonkey 3.9 ? i overwrote the previous one and tried refreshing page and restarting browser but i get no controls top right for script and page sits there doing nothing. if i overwrite the new one with 1.0.0.3 it works fine again

§
發表於:2014-12-11

I use myself Chrome portable + Tampermonkey with autoupdate.

First posted script had fault on Leadership tasklist by douple copy paste.

I recommend start new thread for changes or post Rewrited script, because I use modified script and its not working well with Firefox.

§
發表於:2014-12-11
編輯:2014-12-11

it works now. will test it a bit but first thing i noticed is that the options box doesnt scroll (i can not see all my characters there) i need to zoom out to be able to see the whole window. will update-edit here while i test it.

BUG :
a. it hangs and stands still if for example i select 9 leadership tasks and only have workers for less than 9

Feature suggestions :
a. Please add a scroll bar for people with many characters so that the options window can scroll. Zooming out is working to see all but is not efficient.
b. if possible to group digits by the thousands at diamonds total. for example instead of 1000000 to display 1.000.000

§
發表於:2014-12-16
編輯:2014-12-16

First thanks for your work in combining all of this work into one.
Second would it be possible add a feature that moves all the ad from the characters to 1 character? Like do this daily or some variable number of days.

§
發表於:2014-12-16

Does this work with greasemonkey 2.3

§
發表於:2014-12-16
Does this work with greasemonkey 2.3

I use only Portable Chrome + Tampermonkey with autoupdate.

§
發表於:2014-12-16
First thanks for your work in combining all of this work into one.
Second would it be possible add a feature that moves all the ad from the characters to 1 character? Like do this daily or some variable number of days.

Look link below and make it work,

http://www.ownedcore.com/forums/mmo/neverwinter/neverwinter-bots-programs/457009-browser-bot-neverwinter-profession-script-bot-5.html#post3136600

, IDK -How To make it work with Buntas script.

§
發表於:2014-12-17
First thanks for your work in combining all of this work into one.
Second would it be possible add a feature that moves all the ad from the characters to 1 character? Like do this daily or some variable number of days.
Look link below and make it work,

http://www.ownedcore.com/forums/mmo/neverwinter/neverwinter-bots-programs/457009-browser-bot-neverwinter-profession-script-bot-5.html#post3136600

, IDK -How To make it work with Buntas script.

If someone manage to make this works please share the result here because that is an awesome feature that will help people with a lot of chars on the same account .
Btw its i like a lot of your work in this update with the new features like the total ad for account and the timer for next task, keep the good work.

§
發表於:2014-12-17
編輯:2014-12-17

Quick change to format AD count in next run window:

find:


$("#prinfopane").empty().append("

Professions Robot
Next task for " + settings["nw_charname" + charcurrent] + "

Diamonds: " + curdiamonds + "

");

Change to:


$("#prinfopane").empty().append("

Professions Robot
Next task for " + settings["nw_charname"+charcurrent] + "

Diamonds: " + curdiamonds.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",") + "

");
§
發表於:2014-12-17

thanks mac-nw for the format change help.

§
發表於:2014-12-17

There is lotsa more edits done this script and some good improvements... I just need test all first to see what they do, but they look and feel Great!!!

I post Edited script where is "mac-nw" latest additions and after script is accepted by users here I can start NEW Script page so "LEgacy of Mustex/Bunta Neverwinter Browser Bot" can continue.

Reminder!!!

If I fed up to maintain script changes then one of YOU must take over and I will NOT became MIA, just just say when I quit, ;).


ps. How we name this Script, its not mine it is still Mustex/Bunta & several others are contributed time for it... mac-nw is latest and not forgotten, ;).

§
發表於:2014-12-18

Maybe change the contribution notes to something like this:


// @originalAuthor Mustex
// @modifiedBy     NW Gateway Professions Bot Developers & Contributors

/* NW Gateway Professions Bot Developers & Contributors

NW Gateway Professions Bot Developers
-----------------------------------
bunda, Bluep, Numberb, mac-nw, etc

NW Gateway Professions Bot Contributors
-----------------------------------
rotten_mind, etc etc (user contribution & small fixes)
*/

Not like this is my main online handle anyway :p

§
發表於:2014-12-18

Is it possible that some one could add refine and gather fallback tasks to all of the appropriate professions? I tried to do this and broke the script... I had to revert to one of the previously posted scripts. Because of this, I am requesting someone who knows what they are doing to post something. Thank you in advance.

Regards,
S

§
發表於:2014-12-18

rotten mind if u update or edit the original post please add a date of the update/edit to know which one is the latest.

§
發表於:2014-12-19
Maybe change the contribution notes to something like this:

// @originalAuthor Mustex
// @modifiedBy     NW Gateway Professions Bot Developers & Contributors

/* NW Gateway Professions Bot Developers & Contributors

NW Gateway Professions Bot Developers
-----------------------------------
bunda, Bluep, Numberb, mac-nw, etc

NW Gateway Professions Bot Contributors
-----------------------------------
rotten_mind, etc etc (user contribution & small fixes)
*/
Not like this is my main online handle anyway :p

Well, if that format not break "Rules" then it will be good way show who did and what.

To rpga, "fallback" task can be tier1 "refining", but if profession dont have "refining" (Black ice shaping), then it might be need some extra code to automate.

I can "tamper" with tasklist and update them.

To kakoura, yes can be good to add date when update is done, but you can allways check latest rev. number too.

BTW, what you think reposting whole script to Greasyfork so updates will be then easier and install just click?

§
發表於:2014-12-19

Can you add the winterevent tasklist? I found some old code but i don't know anything about coding and i only do copy and paste (but this time it seens not working, the settings and play buttons disapear.

{
taskName:"WinterEvent",
level: {
0:["Hire a Master of Lights"],
1:["Refine Light Pods"],
2:["Lightwine","Refine Motes of Light","Refine Light Pods","Fish For Light Pods"],
3:["Refine Light Pods","Refine Motes of Light"],
},
},

{name: 'WinterEvent', title: 'Simril Lightcrafting Tasks ', def: '1', type:'text', tooltip:'Number of slots to assign to Simril Lightcrafting'},

And i think "Lightwine" is in rank 3 but not necessary...
Thanks for your help.

§
發表於:2014-12-19
編輯:2014-12-19

I can "tamper" with tasklist and update them.
.
.
.
BTW, what you think reposting whole script to Greasyfork so updates will be then easier and install just click?


It would be nice if the appropriate level gathers were the backups. That way if you don't have appropriate level crafters, they would actually upgrade. I was mostly worried about it for leveling up.


I think a reposting would be great. :)

發表回覆

登入以回復