h0nestbot Posted October 8, 2018 Share Posted October 8, 2018 Please respond to my pm @Explv. Quote Link to comment Share on other sites More sharing options...
Keyster99 Posted November 17, 2018 Share Posted November 17, 2018 When I try to use the manager in ubuntu the local scripts do not load me, in my pc it works fine but in ubuntu no, I have the script in the osbot scripts folder and I get this Spoiler Setting memory at 1024MB Debug enabled on port 44633 Starting OSBot in low cpu mode Starting OSBot in no render mode Starting local script with name: \"VarrockBartender\" [DEBUG][11/17 09:55:01 PM]: Injected 2 field list filters [DEBUG][11/17 09:55:01 PM]: Injected 2 field filters [DEBUG][11/17 09:55:01 PM]: Injected 2 method list filters [DEBUG][11/17 09:55:01 PM]: Injected 3 method filters In debug mode! Listening for transport dt_socket at address: 44633 Setup proxy authentication! Stealth injection class-filter enabled! Successfully loaded OSBot! [INFO][11/17 09:55:02 PM]: Loaded 1 RS accounts! Loaded 1 local scripts and 5 SDN scripts. [INFO][11/17 09:55:03 PM]: Welcome to OSBot 2.5.27! [INFO][11/17 09:55:05 PM]: Updated injection hooks for client revision : 176! [DEBUG][Bot #1][11/17 09:55:05 PM]: Initializing stealth injection bot... [INFO][Bot #1][11/17 09:55:05 PM]: Downloading latest RS2 old-school client parameters... [INFO][Bot #1][11/17 09:55:05 PM]: Downloading latest RS2 old-school client... [DEBUG][Bot #1][11/17 09:55:09 PM]: Injected bot reference into client! [DEBUG][Bot #1][11/17 09:55:09 PM]: Injected world accessors! [DEBUG][Bot #1][11/17 09:55:10 PM]: Injected 37 class and 322 field accessors! [DEBUG][Bot #1][11/17 09:55:10 PM]: Injected canvas! [DEBUG][Bot #1][11/17 09:55:10 PM]: Injected 2 model update calls! [DEBUG][Bot #1][11/17 09:55:10 PM]: Injected 8 definition calls! [DEBUG][Bot #1][11/17 09:55:10 PM]: Injected 36 definition transformation calls! [DEBUG][Bot #1][11/17 09:55:10 PM]: Injected random.dat patch for bot #1 [DEBUG][Bot #1][11/17 09:55:10 PM]: Injected 3 tooltip callbacks! [DEBUG][Bot #1][11/17 09:55:10 PM]: Injected 3 config callbacks! [DEBUG][Bot #1][11/17 09:55:11 PM]: Injected 18 head message callbacks! [DEBUG][Bot #1][11/17 09:55:11 PM]: Injected 4 chatbox message callbacks! [DEBUG][Bot #1][11/17 09:55:12 PM]: Injected 23 draw skip points! [DEBUG][Bot #1][11/17 09:55:13 PM]: Injected 0 hit splat callbacks! [DEBUG][Bot #1][11/17 09:55:13 PM]: Injected 3 equipment callbacks! [DEBUG][Bot #1][11/17 09:55:13 PM]: Injected 3 login return code callbacks! [DEBUG][Bot #1][11/17 09:55:14 PM]: Injected 19 analysis callbacks! [DEBUG][Bot #1][11/17 09:55:15 PM]: Loading RS world : 3171 [INFO][Bot #1][11/17 09:55:15 PM]: Initializing 36 API modules... [INFO][11/17 09:55:15 PM]: Started bot #1 Waiting for the game to load before starting script... Starting script... Could not find script : "VarrockBartender" Bot exited with code : 0 Quote Link to comment Share on other sites More sharing options...
ItPoke Posted November 18, 2018 Share Posted November 18, 2018 Just by looking at the last 2 lines, I would guess that you wrote the script name wrong, or don't have the script installed. Quote Link to comment Share on other sites More sharing options...
valis Posted December 1, 2018 Share Posted December 1, 2018 Any suggestions to fix this? Quote Latest version: 8.2 Exception in Application start method java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:389) at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:328) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:767) Caused by: java.lang.RuntimeException: Exception in Application start method at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:917) at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$154(LauncherImpl.java:182) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.NoClassDefFoundError: javax/servlet/ServletContextListener at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:763) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:468) at java.net.URLClassLoader.access$100(URLClassLoader.java:74) at java.net.URLClassLoader$1.run(URLClassLoader.java:369) at java.net.URLClassLoader$1.run(URLClassLoader.java:363) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:362) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) at java.lang.ClassLoader.loadClass(ClassLoader.java:411) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at file_manager.LocalScriptLoader.getScriptFromClass(LocalScriptLoader.java:57) at file_manager.LocalScriptLoader.addScriptsFromJar(LocalScriptLoader.java:50) at file_manager.LocalScriptLoader.getLocalScripts(LocalScriptLoader.java:38) at gui.dialogues.input_dialog.ScriptDialog.<init>(ScriptDialog.java:32) at gui.tabs.ScriptTab.<init>(ScriptTab.java:11) at gui.ManagerPane.<init>(ManagerPane.java:65) at main.ExplvOSBotManager.start(ExplvOSBotManager.java:32) at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$161(LauncherImpl.java:863) at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$174(PlatformImpl.java:326) at com.sun.javafx.application.PlatformImpl.lambda$null$172(PlatformImpl.java:295) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.application.PlatformImpl.lambda$runLater$173(PlatformImpl.java:294) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95) at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method) at com.sun.glass.ui.gtk.GtkApplication.lambda$null$48(GtkApplication.java:139) ... 1 more Caused by: java.lang.ClassNotFoundException: javax.servlet.ServletContextListener at java.net.URLClassLoader.findClass(URLClassLoader.java:382) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 29 more Exception running application main.ExplvOSBotManager Quote Link to comment Share on other sites More sharing options...
JoRouss Posted December 11, 2018 Share Posted December 11, 2018 Hi! How do you launch 2 bots in the same window? My second bot is being shut down because I'm not VIP. Thank and great work! Quote Link to comment Share on other sites More sharing options...
Deadpan Posted December 12, 2018 Share Posted December 12, 2018 Does this support mirrored mode WITH proxies? Quote Link to comment Share on other sites More sharing options...
brayden921 Posted December 12, 2018 Share Posted December 12, 2018 Am I the only dumb one who is having trouble downloading / launching this? Quote Link to comment Share on other sites More sharing options...
JoRouss Posted December 13, 2018 Share Posted December 13, 2018 (edited) It's not launching for me anymore EDIT: Launching from the console, I noticed a NoClassDefFound. I deleted my script from the scripts folder and it worked instantly. Edited December 13, 2018 by JoRouss Quote Link to comment Share on other sites More sharing options...
JoRouss Posted December 13, 2018 Share Posted December 13, 2018 (edited) My custom script works with osbot, but not with explv bot manager I get ClassNotDef error with mysql-connector-java:5.1.40 I don't really know what to do at this point... EDIT: Noob error... I had the dependency set as "Extract into output root" instead of "Put into output root". EDIT2: Turns out if I dont "Extract into output root", its not finding the library "Put into" does not work or I need another way to find it. Edited December 13, 2018 by JoRouss Quote Link to comment Share on other sites More sharing options...
brayden921 Posted December 13, 2018 Share Posted December 13, 2018 1 hour ago, JoRouss said: My custom script works with osbot, but not with explv bot manager I get ClassNotDef error with mysql-connector-java:5.1.40 I don't really know what to do at this point... EDIT: Noob error... I had the dependency set as "Extract into output root" instead of "Put into output root". After you download from Gethub how do you set it up? Quote Link to comment Share on other sites More sharing options...
JoRouss Posted December 13, 2018 Share Posted December 13, 2018 13 hours ago, brayden921 said: After you download from Gethub how do you set it up? Hmmm I just put the jar on my desktop and double click it Quote Link to comment Share on other sites More sharing options...
Kramnik Posted January 1, 2019 Share Posted January 1, 2019 Just started using CLI and this helps alot in managing, thank you but somehow bots doesn't stop when I press it Quote Link to comment Share on other sites More sharing options...
shocked bow Posted January 4, 2019 Share Posted January 4, 2019 (edited) this is insane and works like a charm thank you very much. Question: How do i get script parameters from another script? and how do i know the format to enter it into the parameter field? Edited January 4, 2019 by shocked bow Quote Link to comment Share on other sites More sharing options...
Koschei Posted January 9, 2019 Share Posted January 9, 2019 This is going to be so helpful, thanks. Seems like Explv always has helpful tools for Runescape botting. Love the map tool too 1 Quote Link to comment Share on other sites More sharing options...
m3dusa Posted January 11, 2019 Share Posted January 11, 2019 I'm looking for advice on the parameters and what it necessarily means? I'm using Perfect scripts and a few other misc. ones. Any help would be greatly appreciated! Quote Link to comment Share on other sites More sharing options...