[Browser Bot] Neverwinter Profession Script Bot menu

User Tag List

Page 12 of 32 FirstFirst ... 8910111213141516 ... LastLast
Results 166 to 180 of 468
  1. #166
    vyserage09's Avatar Member
    Reputation
    1
    Join Date
    May 2014
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm, i never thought about that, but your right. Once i start doing the high end tasks, chests will probally start to pile up. We need the feature to auto open chests and auto sell to vendor items we can list (from the chests). I hope somebody out there can add this!

    [Browser Bot] Neverwinter Profession Script Bot
  2. #167
    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 vyserage09 View Post
    Hmm, i never thought about that, but your right. Once i start doing the high end tasks, chests will probally start to pile up. We need the feature to auto open chests and auto sell to vendor items we can list (from the chests). I hope somebody out there can add this!
    Chest opener we have and hopefully we got some JAVA -guy who look "sell item" logic, but anyway some trash fills up inventory like "rank2 enchants" because GAteway cant refine them...

    Maybe we start new script page on Greasyfork for "community" maintained "Mustex/Buntas NW Browser Bot", .

  3. #168
    W@RRIOR's Avatar Member
    Reputation
    1
    Join Date
    Jun 2014
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RottenMind View Post
    Look this two(three) links,

    This works but something is missing because after opening chest gateway disconnect,

    Open Rewardchest add, this also need "sell item" option so your inventory not fill up!!!

    https://greasyfork.org/en/forum/discussion/2394/x


    This has good part on it but I have idea how to get it work with Bunta´s script,

    http://www.ownedcore.com/forums/mmo/...ml#post3136600 ([Browser Bot] Neverwinter Profession Script Bot)

    , so if anyone have time and JAVA knowledge, look those link stuff and try perfect Bunta´s(Mustex) script to its final stage, .




    Oh, I allmost forgot this,

    Phr33d0m added AD counter per account, works with Bluep/Bunta´s script, fun addon,

    https://greasyfork.org/en/forum/disc.../#Comment_7707
    i like this 2 addon Thx a lot !!

  4. #169
    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 wtsgold201 View Post
    good man
    Look Greasyfork, you find it from there. Buntas script is CC -licensed so if you really are one of those Goldspammers then you should not to use it, .

    Bunta himself is MIA, like all NW Gateway automation Authors.

  5. #170
    electropica's Avatar Member
    Reputation
    3
    Join Date
    Sep 2013
    Posts
    117
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I tried to add winter event but i think i missed something.

    Code:
    {
                taskName:"WinterEvent",
                level: {
                    0:["Event_Winter_Tier0_Intro"],
                    1:["Event_Winter_Tier1_Refine_2","Event_Winter_Tier1_Gather"],
                },
            },
    Code:
    charSettings.push({name: 'WinterEvent'+i, 	      title: 'WinterEvent',    def: '0', 				type:'text', 	 tooltip:'Number of slots to assign to WinterEvent'});
    Last edited by electropica; 12-18-2014 at 04:19 PM.

  6. #171
    W@RRIOR's Avatar Member
    Reputation
    1
    Join Date
    Jun 2014
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice electropica need same for summer festival

    its a 3LvL prof if i remember like summer
    Last edited by W@RRIOR; 12-18-2014 at 08:19 PM.

  7. #172
    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 electropica View Post
    I tried to add winter event but i think i missed something.

    Code:
    {
                taskName:"WinterEvent",
                level: {
                    0:["Event_Winter_Tier0_Intro"],
                    1:["Event_Winter_Tier1_Refine_2","Event_Winter_Tier1_Gather"],
                },
            },
    Code:
    charSettings.push({name: 'WinterEvent'+i, 	      title: 'WinterEvent',    def: '0', 				type:'text', 	 tooltip:'Number of slots to assign to WinterEvent'});

    Nothing wrong on that, just Proffession name EDIT, did mistake with proffession name, IDK why your list not working?

    Code:
    charSettings.push({name: 'WinterEvent'+i,		  title: 'WinterEvent',    def: '0', 				type:'text', 	 tooltip:'Number of slots to assign to WinterEvent'});
    Code:
                //WinterEvent
                taskName:"WinterEvent",
                level: {
                    0:["Event_Winter_Tier0_Intro"], 
                    1:["Event_Winter_Tier1_Rankup","Event_Winter_Tier1_Shiny_Lure","Event_Winter_Tier1_Refine","Event_Winter_Tier1_Gather"], // 
                    2:["Event_Winter_Tier1_Rankup_2","Event_Winter_Tier1_Shiny_Lure_Mass","Event_Winter_Tier1_Refine_2","Event_Winter_Tier1_Gather_2"], //
                    3:["Event_Winter_Tier1_Mesmerizing_Lure","Event_Winter_Tier1_Gather_3"], //"Event_Winter_Tier1_Lightwine"
    Last edited by RottenMind; 12-19-2014 at 12:40 AM. Reason: fixed name

  8. #173
    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 orka View Post
    please testing & fix

    Code:
    //Add global var
    var _minASTRALtoZEN = 100000; //minimum amount AD to start exchange
    var _visitEXCHANGEcount = 0; //
    
    
    // Page definitions
    var pages = {
        LOGIN: {
            name: "Login",
            path: "div#login"
        },
        GUARD: {
            name: "Account Guard",
            path: "div#page-accountguard"
        },
        CHARSELECT: {
            name: "Character Select",
            path: "div.page-characterselect"
        },
        FRONTPAGE: {
            name: "Front Page",
            path: "div.page-front"
        },
        PROFESSIONS: {
            name: "Professions",
            path: "div.page-professions"
        },
    	EXCHANGE: {  // <-- !!!
            name: "Exchange",
            path: "div.page-exchange"
        },
    };
    function pagePROFESSIONS() {
    
    	WaitForElement("")
    
    
        .then(function () {
            return professionCollectRewards();
        })
        .then( function () {
            // assign tasks if slots available
            if (professionAssignTasks()) {
                // dfdNextRun.resolve();
                return;
            }
    // <-- !!!
    		if ( ( unsafeWindow.client.dataModel.model.ent.main.currencies.diamonds > _minASTRALtoZEN &&  _visitEXCHANGEcount < 5 ) || ( unsafeWindow.client.dataModel.model.loginInfo.choices[0].name == unsafeWindow.client.dataModel.model.ent.main.name ) ) {
    			if ( _visitEXCHANGEcount < 0 ) {
    				 //choices[0], skip
    				_visitEXCHANGEcount++;
    			} else {
    				_visitEXCHANGEcount++;
    				_log('pageEXCHANGE: switching to exchange page, ' + _visitEXCHANGEcount);
    				$("a.exchange").click();
    				dfdNextRun.resolve();
    				return; //????
    			}
    		}
    // <-- !!!
            characterSwitch();
        });
    }
    
    // function process()
        switch (getCurrentPage()) {
    
            case pages.CHARSELECT:
                pageCHARSELECT();
                break;
            case pages.FRONTPAGE:
                pageFRONTPAGE();
                break;
    		case pages.EXCHANGE: // <-- !!!
    			pageEXCHANGE();
    			break;
            case pages.PROFESSIONS:
                pagePROFESSIONS();
                break;
            case pages.LOGIN:
                pageLOGIN();
                break;
            default:
                _log('No logic defined for current page, sleeping for: ' + delay.LONG + 'ms.');
                dfdNextRun.resolve(delay.LONG);
        }
    
    
    
    //add new function ;p
    
    function _dropExchange( _orderID ) {
    	var i;
    	_dfd = $.Deferred();
    	try {
    		for (i = 0; i < _orderID.length; i++ ) {
    			if ( _orderID[i] > 0) {
    				unsafeWindow.client.sendCommand("GatewayExchange_WithdrawOrder", { orderId: _orderID[i] });
    					WaitForElement("button.closeNotification").done(function () {
    						$('button.closeNotification').click();
    					});
    				_log("Cancel order: " + i);
    				_orderID[i] = 0; //set 0 id
    			} else if ( _orderID[i] < 0 ) {
    				var _exchRedy = unsafeWindow.client.dataModel.model.exchangeaccountdata.readytoclaimescrow;
    				if (_exchRedy > 0) {
    					//withdraw diamonds /index 0 char/
    					unsafeWindow.client.sendCommand("GatewayExchange_ClaimTC", { amount: _exchRedy });
    					WaitForElement("button.closeNotification").done(function () { $('button.closeNotification').click(); });
    					_log("Withdraw diamonds: " + _exchRedy);
    				}
    			}
    		}
    	} catch (e) {}
    
        setTimeout(function () {
    		_dropExchange( _orderID);
    	}, (delay.SHORT));
    	_dfd.resolve();
    }
    
    function pageEXCHANGE() {
    
    	var _exch;
    	var _orderID = [];
    	var _diamonds = unsafeWindow.client.dataModel.model.ent.main.currencies.diamonds;
    
    	if ( _diamonds > _minASTRALtoZEN && unsafeWindow.client.dataModel.model.loginInfo.choices[0].name != unsafeWindow.client.dataModel.model.ent.main.name) {
    		if (unsafeWindow.client.dataModel.model.xchangeaccountdata !== null) {
    			_exch = unsafeWindow.client.dataModel.model.exchangeaccountdata;
    
    			var _quantity;
    			var _price = 500; // = _exch.globaldata.maxmtcprice;
    
    			_quantity = Math.floor( _diamonds / _price ); // ZEN
    			if (_quantity > _exch.globaldata.maxquantityperorder) { _quantity = _exch.globaldata.maxquantityperorder; } //max 5000 ZEN
    
    			if ( _exch.openorders.length < _exch.globaldata.maxplayeropenorders ) { //max 5 orders
    				unsafeWindow.client.sendCommand(
    					"GatewayExchange_CreateBuyOrder", {
    						quantity: _quantity,
    						price: _price
    				});
    				// ??? Wait for the notification and close it
    				WaitForElement("button.closeNotification").done(function () {
    					$('button.closeNotification').click();
    				});
    				_log("Exchange: " + ( _quantity * _price) + " AD -> " + unsafeWindow.client.dataModel.model.ent.main.name );
    			} else {
    				_log("Max orders " + _exch.openorders.length + " ? " + _exch.globaldata.maxplayeropenorders);
    			}
    		} else {
    			_log("Exchange: null");
    		}
    	} else if (unsafeWindow.client.dataModel.model.loginInfo.choices[0].name == unsafeWindow.client.dataModel.model.ent.main.name ) {
    		_visitEXCHANGEcount = -1; //skip next cycle, choices[0]
    		if (unsafeWindow.client.dataModel.model.xchangeaccountdata !== null) {
    			_exch = unsafeWindow.client.dataModel.model.exchangeaccountdata;
    
    			if (_exch.readytoclaimescrow > 0) {
    				//withdraw diamonds /index 0 char/
    				unsafeWindow.client.sendCommand("GatewayExchange_ClaimTC", { amount: _exch.readytoclaimescrow });
    				WaitForElement("button.closeNotification").done(function () { $('button.closeNotification').click(); });
    			}
    
    			for (i = 0; i <  _exch.openorders.length; i++ ){
    				_orderID.push( _exch.openorders[i].orderid );
    			}
    			_orderID.push( -1 ); // withdraw
    
    			_dropExchange( _orderID );
    		}
    	}
    	_log("Return to professions page");
        $("a.professions").click();
        dfdNextRun.resolve();
    }
    AD transfer under construction...

    This is under testing now. Not sure how much this code is used but "feature" is added and just looking if its safe to use... lucky we found some "script-kids" who like tamper with monkey... (I use Chrome +TamperMonkey) 8D

    (Take peek link below)

    https://www.dropbox.com/s/nc4wp0veoj...magic.png?dl=0
    Last edited by RottenMind; 12-18-2014 at 10:23 PM.

  9. #174
    electropica's Avatar Member
    Reputation
    3
    Join Date
    Sep 2013
    Posts
    117
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's not only that WinterEven isn't working but all my task for the char i set a slot for the even aren't starting.
    No task running for the char this morning. I have set even to 0 and other tasks started.

    I haven looked here : https://greasyfork.org/en/forum/discussion/2450/x
    What is the last version 1.05.0.1c or 1.05.0.2 ?
    Why 2 versions ?

    I am trying 1.05.0.1c.
    First result is that 5th slot of my 9th char is working now yet still nothing good with winter event.
    Last edited by electropica; 12-19-2014 at 01:43 AM.

  10. #175
    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 electropica View Post
    It's not only that WinterEven isn't working but all my task for the char i set a slot for the even aren't starting.
    No task running for the char this morning. I have set even to 0 and other tasks started.

    I haven looked here : https://greasyfork.org/en/forum/discussion/2450/x
    What is the last version 1.05.0.1c or 1.05.0.2 ?
    Why 2 versions ?

    I am trying 1.05.0.1c.
    First result is that 5th slot of my 9th char is working now yet still nothing good with winter event.
    I tested script with 16 character (not Live server) and there was random failures, script try start 4x same task and fails, but it happens randomly.

    ...multiple versions because not sure if changes are good for all and any way we soon repost whole script to Greasyfork so updates and installs became easier...

  11. #176
    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)
    Mustex/Bunta´s Neverwinter gateway - Professions Robot script is now reposted in Greasyfork because original Authors are now with MIA -status.

    https://greasyfork.org/en/scripts/search?q=Neverwinter (check recent updates)

    This way updates are easier to maintain.

    Check pages to see changes.

    Problems, fixes or any script related stuff are handled by community so answer time can be long. I read Ownedcore because this is APBI home and Greasyfork because I maintain Browser Bot updates there,

  12. #177
    electropica's Avatar Member
    Reputation
    3
    Join Date
    Sep 2013
    Posts
    117
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    + Transfers AD to one chracter (account)
    AWESOMEEEEEEEEEEEE !!! :gusta:

    edit : i have updated.
    5th task bug is back but was working in previeous version but winter even works. Yet if can add pole craft before everything else it will be better.
    AD transfert works prefectly.
    Last edited by electropica; 12-20-2014 at 05:37 AM.

  13. #178
    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 electropica View Post
    AWESOMEEEEEEEEEEEE !!! :gusta:

    edit : i have updated.
    5th task bug is back but was working in previeous version but winter even works. Yet if can add pole craft before everything else it will be better.
    AD transfert works prefectly.
    Interesting (bad for you OFC),

    do you mind send me chracter count + slots you use per character, I can replicate part of that issue but it is "random" when it occurs and "Ctrl + F5" takes it away, also if you "rant" on Greasyfork forum then I dont have to transfer your "rant"... you know how lazy people are, .

    Anyway AD -transfer per chracter to Banker was bigger concerns for me and THAT feedback is GOLD.

  14. #179
    electropica's Avatar Member
    Reputation
    3
    Join Date
    Sep 2013
    Posts
    117
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have 9 char.
    Slot used per char for leadership are : 8, 2, 7, 7, 7, 7, 7, 4, 5
    So it's the "last" slot that doesn't work.
    The 5th of the 9th char.

  15. #180
    vyserage09's Avatar Member
    Reputation
    1
    Join Date
    May 2014
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is the gateway down? when i try to load the gateway the page show's the title gateway but whole screen stay's white. Have tried with multiple browsers and still the same.

    EDIT: Its up again :P
    EDIT: And its down again! Only let me on once and i close it and start up my other guy and its blank page again, wtf!
    EDIT: Solved I tried a new macro last night that opens up 10 accounts, waits 2 1/2 minutes, closes them, then repeats for the next set of 10 accounts, and repeats this over and over until it reaches the last account then it waits 10 minutes and does everything again. Well i guess the website thinks im a DDOS attack or something so its blocking me. I changed my IP (VPN) and it works right away so im sure thats what it is. I have no idea how long it is going to block me lol. Also occasionaly it lets ONE account on, but when i login it say's invalid pass
    Last edited by vyserage09; 12-20-2014 at 11:18 AM.

Page 12 of 32 FirstFirst ... 8910111213141516 ... LastLast

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 01:11 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search