How do I edit what assets are used with tasks, I want Black Ice tasks to first use assets, then persons, and I want all the other professions to first use Forgehammer of Gond, then mithral assets.
How do I edit what assets are used with tasks, I want Black Ice tasks to first use assets, then persons, and I want all the other professions to first use Forgehammer of Gond, then mithral assets.
I would like some of my guys to make the aqua vitral, and the aqua regia, how would I put that in. I guess it would have to be until after level 25?
I have to say THANK YOU!!!!! I was able to edit the script to make the rings, instead of the necklaces. All the other ones I have tried to edit before, it just wouldn't take it. Can't tell you how happy that makes me![]()
Last edited by yaniah; 04-15-2015 at 09:16 AM. Reason: Added
Anyone's gateway broken again?
Just a suggestion for a future update: How about adding "Auto vendor Major Potions" to the checkboxes? The value of potions have plummeted since Mod 6 came out, and I think many would agree it is no longer worth the time or inventory space to save stacks of them any more, on characters you're not actively playing.
Whether you add this in or not, thank you Rotten for all your work. I've only been using this for a month or so, and already I've seen a number of serious improvements.
...but but....and lotsa
... and it was simple....
https://greasyfork.org/en/scripts/70...fessions-robot
Just get TAB redirect and Multilogin... I wondering if I ever get APBI -sourcecode, but Buntas bot has soon all it needs... this version what run multiple TAB's is basicly same as main version, check it out and have fun...
ps. each account must have same chracter count... this needs change but IDK how.
pss. true what you say, but I MUST thank them and Bunta, this stuff is exiciting. Im gonna make "Tiny Core" linux with stripped chrome and look how many accounts it can run.... and then I must continue C#/++ learning for totally embedded bot...
APBI takes 50 - 100Mt memory each process, Buntas MultiTAB -mod takes 60 - 150 Mt each TAB + heads, bot spare my PC powwer 5x more than 10x Chrome...
Last edited by RottenMind; 04-21-2015 at 07:01 PM.
Just to give you a heads up, Rotten...
Potion vendoring seems broken in the newest version.....stacks are building up
EDIT: re-installed, and it works now
Last edited by wyckedd3; 04-27-2015 at 10:14 AM.
is there a way to stop auto update ? every time you update this script you **** uo with i personalized for me
So as I am learning how to do this, for the most part I can take part of the script and take what I want, and copy and paste it to where I want it. Like in jewelcrafting, I want it to make a certain thing. Works great, because I know where that one starts from a different script. So I am trying to do alchemy. Please be patient with me
In all the scripts for alchemy though there are no tier 1, tier 2 items, so I am not sure how to do it. How do you know what is T1 and T2, T3, and T4? Would it be possible to have a guy make 3, Simple vitriol Extraction, 3 Complex Vitriol Extraction, 3 Mass Variegated Vitriol Extraction? How would I make it write that? I know it needs to 'gather supplies' but I'm not really sure where to start this? Because to do these items, it will need another task beforehand to complete that task.
Great, then you can help with this to make it run AM and PM, so it will be sure that SCA -rolls ared one...
...but maybe first your Vitriol stuf.
Look, [JavaScript] NW profession names Mod6 - Pastebin.com .
Get parts you want names "Profession_task" and look also Level
Edit tasklist example,
My Alchemy is now level4 and I dont want it level up, just make lotsa vitriols,
original is this,
Out comment using /* outcommented */Code:4: ["Alchemy_Tier1_Experiment_Rank5", "Alchemy_Tier1_Experimentation_Rank4"],
Make your favour true,Code:4: [/*"Alchemy_Tier1_Experiment_Rank5", "Alchemy_Tier1_Experimentation_Rank4"*/],
So now your Alchemy never level up and do given task. Task must be possible on that level so level 4 you cant set task Aquaregia, but if you are lvl25 you can set this,Code:4: ["Alchemy_,´my_new_task", "Alchemy_set_gatheringifneed"/*"Alchemy_Tier1_Experiment_Rank5", "Alchemy_Tier1_Experimentation_Rank4"*/],
Here is fancy code snippet for SCA it in current script but has small mistakes on it,Code:25: ["Alchemy_,´my_new_task from Tier 1 - 4", "Alchemy_set_gatheringifneed"/*"Alchemy_Tier1_Experiment_Rank5", "Alchemy_Tier1_Experimentation_Rank4"*/],
Code:/** * Created by RM on 29.4.2015. * Runs daily SCA -rolls in GAteway Bot */ function dailySCA() { if (settings["dailySCA"]) { var char, today, thisday, thishour, dailyroll, dateforlastroll; char = settings["charcount"]; today = new Date(); thisday = today.getDate(); thishour = today.getHours(); dailyroll = GM_getValue("dailyswordcoast", 0); dateforlastroll = GM_getValue("dateforlastrolls", 0); console.log(thisday, dateforlastroll, dailyroll, chardelay, thishour); if (thisday > dateforlastroll) { GM_setValue("dateforlastrolls", thisday); dailyroll = 0; } if (dailyroll < (4 || undefined) && chardelay > 10000 * char && (thishour > 15 || thishour > 23)) { unsafeWindow.location.hash = unsafeWindow.location.hash.replace(/\)\/.+/, ')' + "/adventures"); processSwordCoastDailies(); dailyroll++; GM_setValue("dailyswordcoast", dailyroll); } } }
You should prolly aim to add the profession tasks to a different file from the actual script. Currently every time the script auto-updates i get stuck with your choices on profession tasks, which ofc is out of my profession resources I am stacking up. Really annoying
Any one can use this, I dont start using external libraries because script is still small and making libraries requires more maintaining.
Autoupdate is Tampermonkey feature, you may turn it off. There is also some good directions to make Tampermonkey make updates from local files and local files updates from selected source so user can overview updates himself and do needed changes.Code:// @require file://C:\Users\meh\Documents\Scripts\test.js
Script must have default settings so first time users can start it and there is less questions.
I think most annoying thing is that I abandon this project like many other has done before so I see that your little trouble goes away when you turn off "Autoupdate" and start using local source for updates...
...and it is still free of charge, well supported, updated and if you feel its SAFE to use, huh....
BTW, this was last cool thing I found... its little bit unstable so cant add it on script, but maybe start using it on private build, FULL SCA automation,
https://github.com/LaskonSoftware/NWGatewayAutomation