[Browser Bot] Neverwinter Profession Script Bot menu

Shout-Out

User Tag List

Page 28 of 32 FirstFirst ... 242526272829303132 LastLast
Results 406 to 420 of 468
  1. #406
    Blargoramma's Avatar Member
    Reputation
    1
    Join Date
    May 2015
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RottenMind View Post
    Hey, dont break keyboard... if you have common sense and time join Greasyfork and we try figure out what you really want, .
    Meh, keyboard's cheap.

    I can get the bugger to load up on the dashboard, and it runs, with the little "Don't click me FFS notice", and I can get to the console through developer extensions, as tutored by the wiki, but after clicking on a profession, nadda shows up there. Same with Ctrl+Shift+J.

    I just need a list of key words to english names. eg. "Leadership_Tier4_23_Guardnoble" == "Guard Young Nobel on Trip", as trial and error guessing games would be a bit painful.

    Also, thanks for this thing, it's a life saver. Ya should stick a Paypal in the settings panel or something.

    [Browser Bot] Neverwinter Profession Script Bot
  2. #407
    RottenMind's Avatar Knight-Lieutenant
    Reputation
    13
    Join Date
    Aug 2013
    Posts
    322
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Blargoramma View Post
    Meh, keyboard's cheap.

    I can get the bugger to load up on the dashboard, and it runs, with the little "Don't click me FFS notice", and I can get to the console through developer extensions, as tutored by the wiki, but after clicking on a profession, nadda shows up there. Same with Ctrl+Shift+J.

    I just need a list of key words to english names. eg. "Leadership_Tier4_23_Guardnoble" == "Guard Young Nobel on Trip", as trial and error guessing games would be a bit painful.

    Also, thanks for this thing, it's a life saver. Ya should stick a Paypal in the settings panel or something.

    Names... you mean this, [JavaScript] NW profession names Mod6 - Pastebin.com

    ...and Paypal, NO, on its current state scripts is done by many Contributors and again NO, because its meant to be Free and last not least, NO because after paying even for free some one can try demand things for script...

    ...read all above with on yur face and you understand that big "NO" is good thing, YES?

  3. #408
    Blargoramma's Avatar Member
    Reputation
    1
    Join Date
    May 2015
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you! Exactry what I needed.

    ...and that's a shame, you deserve some dosh for this - but meh, corruption - plus PayPal is such a scam anyways. As long as you're having fun working on it, I suppose. Maybe you could recommend a charity organization?

    But if you're looking for suggestions... Is there some way to have it sell off the random trash that fills your inventory, without also having it sell off your profession resources? Cuz, those are kinda useful, but failing to sell off stuff like Ornate Pants can cause it to lock by stuffing your inventory real quick.

  4. #409
    RottenMind's Avatar Knight-Lieutenant
    Reputation
    13
    Join Date
    Aug 2013
    Posts
    322
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Blargoramma View Post
    Thank you! Exactry what I needed.

    ...and that's a shame, you deserve some dosh for this - but meh, corruption - plus PayPal is such a scam anyways. As long as you're having fun working on it, I suppose. Maybe you could recommend a charity organization?

    But if you're looking for suggestions... Is there some way to have it sell off the random trash that fills your inventory, without also having it sell off your profession resources? Cuz, those are kinda useful, but failing to sell off stuff like Ornate Pants can cause it to lock by stuffing your inventory real quick.
    "Vendoring" is feature what I wantedm most to this script after we made"OpenRewards" or was it opposite...

    ...but "Vendoring" is also feature what really shows that you should not never install this kind script from "shady" -source. It may do great damage.

    Look this, I will update main script, but now it just wait comments, section is"Junk Vendoring" and added items. Many items "vendoring" is prevented by "exclusion" filter, what made more inclusive so unwanted sells stays out. Vendoring is scary stuff if there is no safeguards!!!

    https://greasyfork.org/en/scripts/78...51800&v2=50540

    and section,

    Code:
    @@ -2857,6 +2867,11 @@
             _vendorItems[_vendorItems.length] = {pattern: /^Object_Plate_/, limit: 0};
             _vendorItems[_vendorItems.length] = {pattern: /^Object_Decoration_/, limit: 0};
             _vendorItems[_vendorItems.length] = {pattern: /_Green_T[1-7]_Unid$/, limit: 0}; // Unidentified Green Gear
    +        _vendorItems[_vendorItems.length] = {pattern: /^Object_Gem_/, limit: 0};
    +        _vendorItems[_vendorItems.length] = {pattern: /^Object_Jewelry_/, limit: 0};
    +        _vendorItems[_vendorItems.length] = {pattern: /^Object_Mug_/, limit: 0};
    +        _vendorItems[_vendorItems.length] = {pattern: /^Object_Trinket_/, limit: 0};
    +        _vendorItems[_vendorItems.length] = {pattern: /^Magic Focus$/, limit: 0};

  5. #410
    Blargoramma's Avatar Member
    Reputation
    1
    Join Date
    May 2015
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hrmm... Now I'm not sure if my source is shady or not...

    Homepage is listed: https://greasyfork.org/en/scripts/70...fessions-robot (I guess this determines where it gets its updates as well?)

    I see this:
    Code:
            if (settings["autovendor_profresults"] && _charGold < 2) { //this "gold" threshold must be global var and adjustable by users
                _vendorItems[_vendorItems.length] = {
                    pattern : /(Crafting_Resource_Pelt)_T[1-3]$/,
                    limit : 10
                }; //"Crafting_Resource_Ore_T1"  Pelt_T1
                _vendorItems[_vendorItems.length] = {
                    pattern : /(Resource_Wood)_T[1-3]$/,
                    limit : 10
                }; //"Crafting_Resource_Ore_T1"  Pelt_T1
                _vendorItems[_vendorItems.length] = {
                    pattern : /(Crafting_Resource_Ore)_T[1-3]$/,
                    limit : 10
                }; //"Crafting_Resource_Ore_T1"> Pelt_T1
                console.log("copper amount is under sale threshold", _charGold);
            }
    I assume if I comment that bit out, it'll stop vendering off ores and wood. Other than that, I've not seen it vender off stuff I want with "Vender Prof & Crafted Items" checked... I just want it to nix <blue stuff that gets put in inventory that doesn't stack, not profession resources. (I dun need gold, just inventory space. Prof resource don't really squander much of that.)

    Though - "_charGold < 2" suggests it should only do this if the character has less than 2 gold. Must not be working, I dun think any of my 13 characters have <2 gold (should double check that - some have thousands, and I have thousands in the bank, so...)
    edit: Wait, wait... My bad - I guess I did let two of my newer characters get low on cash.

    Heh, I'm impressed that the thing apparently managed to log back in while I was out, after the Thursday maintenance downtime, without me giving it my login info.
    Last edited by Blargoramma; 05-14-2015 at 04:40 PM. Reason: Gold thingie

  6. #411
    RottenMind's Avatar Knight-Lieutenant
    Reputation
    13
    Join Date
    Aug 2013
    Posts
    322
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Blargoramma View Post
    Hrmm... Now I'm not sure if my source is shady or not...

    Homepage is listed: https://greasyfork.org/en/scripts/70...fessions-robot (I guess this determines where it gets its updates as well?)

    I see this:
    Code:
            if (settings["autovendor_profresults"] && _charGold < 2) { //this "gold" threshold must be global var and adjustable by users
                _vendorItems[_vendorItems.length] = {
                    pattern : /(Crafting_Resource_Pelt)_T[1-3]$/,
                    limit : 10
                }; //"Crafting_Resource_Ore_T1"  Pelt_T1
                _vendorItems[_vendorItems.length] = {
                    pattern : /(Resource_Wood)_T[1-3]$/,
                    limit : 10
                }; //"Crafting_Resource_Ore_T1"  Pelt_T1
                _vendorItems[_vendorItems.length] = {
                    pattern : /(Crafting_Resource_Ore)_T[1-3]$/,
                    limit : 10
                }; //"Crafting_Resource_Ore_T1"> Pelt_T1
                console.log("copper amount is under sale threshold", _charGold);
            }
    I assume if I comment that bit out, it'll stop vendering off ores and wood. Other than that, I've not seen it vender off stuff I want with "Vender Prof & Crafted Items" checked... I just want it to nix <blue stuff that gets put in inventory that doesn't stack, not profession resources. (I dun need gold, just inventory space. Prof resource don't really squander much of that.)

    Though - "_charGold < 2" suggests it should only do this if the character has less than 2 gold. Must not be working, I dun think any of my 13 characters have <2 gold (should double check that - some have thousands, and I have thousands in the bank, so...)
    edit: Wait, wait... My bad - I guess I did let two of my newer characters get low on cash.

    Heh, I'm impressed that the thing apparently managed to log back in while I was out, after the Thursday maintenance downtime, without me giving it my login info.
    Greasyfork is OK, I moved there from here.... now I lurk here and there,

    Yes, U correct, but if your character runs low gold, it means bot stop, but this sell thing keeps it going, try change,

    Code:
    limit : 10
    so script sells what is over this, if its 400, then it sellsonly if there is over 400 and gold is less than 2. I thinked this many times and desided that it hurt user more to stuck sript than sell some gathered raw -materials and keep grind running.

  7. #412
    Blargoramma's Avatar Member
    Reputation
    1
    Join Date
    May 2015
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Probably wise... Thought it was selling prof resources all the time, which seemed odd - didn't realize my negligence had allowed bankruptcy to occur.

  8. #413
    yaniah's Avatar Member
    Reputation
    1
    Join Date
    Apr 2015
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok, so back from Holiday.

    So looking at the page you sent me to, I can have each toon do a specific thing?
    Leadership
    LVL:21 ,Firefall:"Protect Magical Goods Market" taskname:"Leadership_Tier4_21_Protectmagic".
    LVL:21 ,Firestar:"Train for the Protector's Tourney" taskname:"Leadership_Tier4_21_Training".

    Alchemy
    LVL:21 ,Firefall:"Mass Variegated Vitriol Extraction" taskname:"Alchemy_Tier4_Refine_Basic_Mass".
    LVL:21 ,Firestar:"Variegated Vitriol Extraction" taskname:"Alchemy_Tier4_Refine_Basic".

    This way, I can manually set it so if they are all doing leadership at lvl 21, 22, or what ever, some toons do one thing, and other toons do another?
    Is this correct?
    Right now the way I have them running, is one account makes things and then I have to send to antoehr account, kind of time consuming for it. So wondering if there is a way or if I am reading this right, that this is the way?
    Also so doing lots of stuff specifically, mostly profession items that you need, like the cloth or the rocks, If I set them to jewelcrafting, and I have one doing gather iron ore and simple pelts, Is there a way to make it so that only 3 slots do it? ANd then I can make it do another 3 slots of something else in jewelcrafting?

    Ok so jewelcrafting was a bad example becaue you can only do 3 at a time for it. But hopefully youll understand waht I mean
    Last edited by yaniah; 05-16-2015 at 09:36 AM.

  9. #414
    breadguy's Avatar Knight-Lieutenant
    Reputation
    15
    Join Date
    Sep 2012
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    am i doing something wrong, or is there a new feature i didn't notice

    sometimes, when i leave it running for a day or two, i'll come back and find the script to be "paused", with the sword coast adventures window open

  10. #415
    wyckedd3's Avatar Sergeant
    Reputation
    8
    Join Date
    Jul 2012
    Posts
    38
    Thanks G/R
    0/3
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've had this happen on two of the older versions. I don't recall exactly which versions it happened on.....but the first time, it happened because not all my toons had companions to run the SCA. The second time it happened, I never figured out why, but updating the bot made it go away.

    If it keeps happening, just turn off the auto-SCA run.
    Last edited by wyckedd3; 05-17-2015 at 12:49 AM. Reason: spelling

  11. #416
    yaniah's Avatar Member
    Reputation
    1
    Join Date
    Apr 2015
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It happens when the SCA runs on auto. Sometimes it runs when there is not enough time to complete the cycle and sometimes does not switch it over. Simply uncheck the Auto SCA and when you are around run it.

  12. #417
    breadguy's Avatar Knight-Lieutenant
    Reputation
    15
    Join Date
    Sep 2012
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by yaniah View Post
    It happens when the SCA runs on auto. Sometimes it runs when there is not enough time to complete the cycle and sometimes does not switch it over. Simply uncheck the Auto SCA and when you are around run it.
    yeah i just unchecked that, didn't even realize it was a new option haha

  13. #418
    RottenMind's Avatar Knight-Lieutenant
    Reputation
    13
    Join Date
    Aug 2013
    Posts
    322
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by breadguy View Post
    yeah i just unchecked that, didn't even realize it was a new option haha
    I have now Full SCA on my own script, 7/24 ... some gateway related bugs make it stop and it has not too much controll, but it run "Epic" dungeons, .

    I need remove totally "SCA" pause because its now checked that it has time to run. Current script has now check what prevents most cases "vendor potions if alchemy is Active". Its not prevent all mistakes but takes away major "Need potion - make - potion- ooops it vendored my potion" -loop.
    .

  14. #419
    RottenMind's Avatar Knight-Lieutenant
    Reputation
    13
    Join Date
    Aug 2013
    Posts
    322
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by yaniah View Post
    ok, so back from Holiday.

    So looking at the page you sent me to, I can have each toon do a specific thing?
    Leadership
    LVL:21 ,Firefall:"Protect Magical Goods Market" taskname:"Leadership_Tier4_21_Protectmagic".
    LVL:21 ,Firestar:"Train for the Protector's Tourney" taskname:"Leadership_Tier4_21_Training".

    Alchemy
    LVL:21 ,Firefall:"Mass Variegated Vitriol Extraction" taskname:"Alchemy_Tier4_Refine_Basic_Mass".
    LVL:21 ,Firestar:"Variegated Vitriol Extraction" taskname:"Alchemy_Tier4_Refine_Basic".

    This way, I can manually set it so if they are all doing leadership at lvl 21, 22, or what ever, some toons do one thing, and other toons do another?
    Is this correct?
    Right now the way I have them running, is one account makes things and then I have to send to antoehr account, kind of time consuming for it. So wondering if there is a way or if I am reading this right, that this is the way?
    Also so doing lots of stuff specifically, mostly profession items that you need, like the cloth or the rocks, If I set them to jewelcrafting, and I have one doing gather iron ore and simple pelts, Is there a way to make it so that only 3 slots do it? ANd then I can make it do another 3 slots of something else in jewelcrafting?

    Ok so jewelcrafting was a bad example becaue you can only do 3 at a time for it. But hopefully youll understand waht I mean
    Check names here, [JavaScript] NW profession names Mod6 - Pastebin.com

    Craptic coded new level names diffrent way, its confusing but true.

  15. #420
    ozgurturk's Avatar Member
    Reputation
    1
    Join Date
    Mar 2015
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello everyone, is that possible to use that at the same time for more than 1 account ? Whenever I open another page, account gets disconnected.

Similar Threads

  1. [Auto-Clicker] Please help for script or bot mailbox neverwinter
    By spiritdays in forum Neverwinter Bots and Programs
    Replies: 3
    Last Post: 09-09-2013, 04:47 AM
  2. Replies: 5
    Last Post: 03-01-2009, 12:26 PM
  3. Safer bot guide compile your scripts..
    By freakyflow in forum World of Warcraft Bots and Programs
    Replies: 9
    Last Post: 07-23-2008, 10:57 AM
  4. [Bot]Fisher Script
    By iradiation in forum World of Warcraft Bots and Programs
    Replies: 5
    Last Post: 03-17-2008, 04:31 PM
All times are GMT -5. The time now is 09:08 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search