pash 504 Posted November 9, 2015 Author Report Share Posted November 9, 2015 thank you, are you going to do an update?this bug by ubot on load command.To report this problem with ubot support. Link to post Share on other sites
pash 504 Posted November 23, 2015 Author Report Share Posted November 23, 2015 . Link to post Share on other sites
cүвεя_נυηкιε 68 Posted December 22, 2015 Report Share Posted December 22, 2015 Hey Pash, I wonder if you could clear something up for me please I always put the Auto Memory Refresh in my big bots, but im having trouble understanding exactly how to configure ... (im not normally this stupid) the code in your example is : loop while($true) { plugin command("Advanced Ubot.dll", "auto free memory", "", 30, "False", "False", "True") wait(#delayTime) }What i dont get is which wait time is being used ? The settings "Check Every/Second" is 30 - Im assuming this means it will check every 30 secondsbut then the process is within a "Loop While" with a user set delay time So which wait time is being used ? is it checking every 30 seconds or a time from the dropdown ? and if it is checking every 30 seconds why does it need to be in a Loop While ?(and visa versa if it is checking every *user set* then does the "Check Every 30" need to be there ?) sorry for all the questions Pash,Im not questioning your plugin or ability, but just a bit confused lol CheersCJ Link to post Share on other sites
pash 504 Posted December 22, 2015 Author Report Share Posted December 22, 2015 Hi CJ.this new sample Auto mode use on load("Bot Loaded") { plugin command("Advanced Ubot.dll", "auto free memory", "Force", 30, "False", "False", "True") }Manual mode use thread { loop while($true) { plugin command("Advanced Ubot.dll", "auto free memory", "Force", 30, "False", "False", "False") wait(30) } }Free Memmory.ubot Link to post Share on other sites
cүвεя_נυηкιε 68 Posted December 22, 2015 Report Share Posted December 22, 2015 Hi CJ.this new sample Auto mode use on load("Bot Loaded") { plugin command("Advanced Ubot.dll", "auto free memory", "Force", 30, "False", "False", "True") }Manual mode use thread { loop while($true) { plugin command("Advanced Ubot.dll", "auto free memory", "Force", 30, "False", "False", "False") wait(30) } } Thanks Pash your a gem Its always the simple things that break me CheersCJ Link to post Share on other sites
UBotDev 276 Posted December 29, 2015 Report Share Posted December 29, 2015 All download URLs that I have are broken; where can I get the latest version of your plugin? Is there a version that works OK in v5? Link to post Share on other sites
pash 504 Posted December 29, 2015 Author Report Share Posted December 29, 2015 All download URLs that I have are broken; where can I get the latest version of your plugin? Is there a version that works OK in v5?Yes. work on v5 Sign up for File plug-in and license. "http://ubotplugin.com/my-account/"Unable to log in, click on "Lost your password?". Link to post Share on other sites
UBotDev 276 Posted December 29, 2015 Report Share Posted December 29, 2015 Yes. work on v5 Sign up for File plug-in and license. "http://ubotplugin.com/my-account/"Unable to log in, click on "Lost your password?".Thanks. was able to retrieve credentials, login and download. However, I'm still having some problems opening the code in UBot v5, it just freezes and never loads the code while it works in v4. While I call this plugin from "on load" I think it may be this plugin that's preventing it to open. Any idea why would that happen? I hoped that update will help but it didn't. Link to post Share on other sites
pash 504 Posted December 29, 2015 Author Report Share Posted December 29, 2015 Thanks. was able to retrieve credentials, login and download. However, I'm still having some problems opening the code in UBot v5, it just freezes and never loads the code while it works in v4. While I call this plugin from "on load" I think it's this plugin that's preventing it to open. Any idea why would that happen? I hoped that update will help but it didn't.What is the command name.There are many changes, please read "Update Log.txt".Some commands do not work with older plugins. Link to post Share on other sites
UBotDev 276 Posted December 29, 2015 Report Share Posted December 29, 2015 I keep getting the error that I've mentioned above: http://screencast.com/t/Qeam0iB3cD ...so I can't even use it now.I will update here once I find out which command is preventing it to open. Link to post Share on other sites
pash 504 Posted December 29, 2015 Author Report Share Posted December 29, 2015 I keep getting the error that I've mentioned above: http://screencast.com/t/Qeam0iB3cD ...so I can't even use it now. I will update here once I find out which command is preventing it to open.5555+ It's a program error Ubot Studio.Not from my pluginI found this at the same moment on this. Link to post Share on other sites
UBotDev 276 Posted December 29, 2015 Report Share Posted December 29, 2015 5555+ It's a program error Ubot Studio.Not from my pluginI found this at the same moment on this.I know, seems like it's working now. I've noticed that the code doesn't load only for Chrome 39, but works OK with 21 (I only noticed that ubot's "splash page" doesn't load). I'm able to load other source codes, so I first thought it's this plugin, but I guess it may also be anything else. Will have to research this and come back later. Thanks for your fast replies/support. Link to post Share on other sites
UBotDev 276 Posted December 29, 2015 Report Share Posted December 29, 2015 Having a strange problem after updating the plugin and I can't figure out which command is causing it. For some reason UI (custom HTML) dissapears once I start it: http://screencast.com/t/ukTPCCiXW Any idea why? (same happens in compiled version as well) Link to post Share on other sites
pash 504 Posted December 29, 2015 Author Report Share Posted December 29, 2015 Having a strange problem after updating the plugin and I can't figure out which command is causing it. For some reason UI (custom HTML) dissapears once I start it: http://screencast.com/t/ukTPCCiXW Any idea why? (same happens in compiled version as well)Move my command all out "on load".And try single digit increments command.Then tell me about the command name at issue. or send me you code. Link to post Share on other sites
UBotDev 276 Posted December 29, 2015 Report Share Posted December 29, 2015 Move my command all out "on load".And try single digit increments command.Then tell me about the command name at issue. or send me you code. There are only 2 commands inside on load:-determine window size min/max-splash screen Removed both of them and same happens. I've noticed that UI dissapears after I start the bot in v4 and v5 compiled bot, but it seems to work in UBot Studio v5. Becasue it happens in both I guess it's a plugin fault. Will now check other commands that get ran when I start it... Edit:I think it's actually some of the HTML code inside UI that causes it (it only happens if bot is started via UI button, works when starting it with Run button)... (although it worked before I added the plugin in both, v4 and v5). Am looking further.... Edit2: Was able to exclude this plugin as a problem, looks like it could be ubot. Thanks again for all the support. Link to post Share on other sites
pash 504 Posted December 29, 2015 Author Report Share Posted December 29, 2015 There are only 2 commands inside on load:-determine window size min/max-splash screen Removed both of them and same happens. I've noticed that UI dissapears after I start the bot in v4 and v5 compiled bot, but it seems to work in UBot Studio v5. Becasue it happens in both I guess it's a plugin fault. Will now check other commands that get ran when I start it... Edit:I think it's actually some of the HTML code inside UI that causes it (it only happens if bot is started via UI button, works when starting it with Run button)... (although it worked before I added the plugin in both, v4 and v5). Am looking further....OK, i try my plugin work normal Link to post Share on other sites
UBotDev 276 Posted December 29, 2015 Report Share Posted December 29, 2015 I figured out that the problem was in this command: plugin command("Advanced Ubot.dll", "config ui html panel", "True", "False", 0, 230) If I change Width to NaN the UI works, so width = 0 seems to be problematic (although it worked with one of the previous versions of the plugin). Link to post Share on other sites
pash 504 Posted December 30, 2015 Author Report Share Posted December 30, 2015 I figured out that the problem was in this command: plugin command("Advanced Ubot.dll", "config ui html panel", "True", "False", 0, 230) If I change Width to NaN the UI works, so width = 0 seems to be problematic (although it worked with one of the previous versions of the plugin).plugin V4.0.2.0 in test file "config ui html panel.ubot" ui text box("TEST",#t) plugin command("Advanced Ubot.dll", "config ui html panel", "True", "False", 500, 500) pause script plugin command("Advanced Ubot.dll", "config ui html panel", "False", "False", 0, 0) pause script plugin command("Advanced Ubot.dll", "config ui html panel", "True", "True", "NaN", 196) Link to post Share on other sites
Kreatus (Ubot Ninja) 422 Posted January 4, 2016 Report Share Posted January 4, 2016 What is the "$current app info" now on the latest version of advanced ubot? This code below usually worked and i cant find the equivalent commands now on your new update.set(#origAppTitle,$plugin function("Advanced Ubot.dll", "$current app info", "Title"),"Global") Link to post Share on other sites
Kreatus (Ubot Ninja) 422 Posted January 4, 2016 Report Share Posted January 4, 2016 The new licensing system sucks!These errors keeps popping up even if i licensed all the plugins already!http://content.screencast.com/users/CustomBotSolutions/folders/Snagit/media/4405b481-429b-40f2-b914-bcb890e5571f/01.05.2016-05.32.png Link to post Share on other sites
LoWrIdErTJ - BotGuru 904 Posted January 4, 2016 Report Share Posted January 4, 2016 same Link to post Share on other sites
rocket976 62 Posted January 4, 2016 Report Share Posted January 4, 2016 Everything seems ok now , minor inconvenience thanks for the continued updates Pash. Link to post Share on other sites
Kreatus (Ubot Ninja) 422 Posted January 4, 2016 Report Share Posted January 4, 2016 The new licensing system is calling home to your server pash.What if someday you decided to quit ubot and leave your server to expire? Link to post Share on other sites
SaHiN 14 Posted January 4, 2016 Report Share Posted January 4, 2016 What is the "$current app info" now on the latest version of advanced ubot? This code below usually worked and i cant find the equivalent commands now on your new update.set(#origAppTitle,$plugin function("Advanced Ubot.dll", "$current app info", "Title"),"Global") same Same, cant work on nothing.. Also prefer to use older versions of most plugins looks like days more of spnning my wheels getting no where, fixing old code to the latest updates.. The new licensing system is calling home to your server pash.What if someday you decided to quit ubot and leave your server to expire? @Pash Hi.this old server license closeplease update plugin to last version Sign up for File plug-in and license. "http://ubotplugin.com/my-account/"Unable to log in, click on "Lost your password?". Link to post Share on other sites
jamesfar 15 Posted January 5, 2016 Report Share Posted January 5, 2016 working fine on me Link to post Share on other sites
Recommended Posts