kev123 132 Posted March 2, 2014 Report Share Posted March 2, 2014 Bulk reset plugin Multi List reset commandhttp://robobest.com/wp-content/uploads/2014/03/bulkimagereset.png Put all your lists you want to be cleared. Note needs to be in text format as shown in the picture. Bulk Variable sethttp://robobest.com/wp-content/uploads/2014/03/bulkreset.pngPut all the variables you want to be set in list of variables and the value to set the to in reset value note needs to be in text format as shown in the picture you can get the plugin from here anyone who has downloaded my other plugins should have a email. http://robobest.com/2014/03/02/bulk-reset-plugin/ 3 Quote Link to post Share on other sites
UBotDev 276 Posted March 2, 2014 Report Share Posted March 2, 2014 Looks great, thanks for sharing. I guess this only works with global vars/lists? Quote Link to post Share on other sites
giganut 109 Posted March 2, 2014 Report Share Posted March 2, 2014 Just grabed the plugin, thanks a bunch! Quote Link to post Share on other sites
kev123 132 Posted March 2, 2014 Author Report Share Posted March 2, 2014 Looks great, thanks for sharing. I guess this only works with global vars/lists?yep global due to the api limits aymen has a good plugin for local stuff Quote Link to post Share on other sites
Steve 30 Posted March 2, 2014 Report Share Posted March 2, 2014 very cool. thanks! Quote Link to post Share on other sites
wilriv21 16 Posted March 2, 2014 Report Share Posted March 2, 2014 Thank you very much. Quote Link to post Share on other sites
rocket976 62 Posted March 2, 2014 Report Share Posted March 2, 2014 Nice, thank you this will come in handy Quote Link to post Share on other sites
a2mateit 395 Posted March 2, 2014 Report Share Posted March 2, 2014 Nice one kev! This will come in handy for sure. And the price is just right Quote Link to post Share on other sites
kev123 132 Posted March 3, 2014 Author Report Share Posted March 3, 2014 thanks guys I should have mentioned you can create dynamic variables as well. I managed to get to about 10000 before ubot blew up. example set(#inc, 0, "Global")loop(10) { plugin command("Variablemulti.dll", "Bulk Variable Set", #inc, "#var{#inc}") increment(#inc)} 1 Quote Link to post Share on other sites
Sanjeev 46 Posted March 3, 2014 Report Share Posted March 3, 2014 Amazinggg! Thanks kev123! Quote Link to post Share on other sites
don 1 Posted March 3, 2014 Report Share Posted March 3, 2014 This is really amazing... thanks Kev! Quote Link to post Share on other sites
Code Docta (Nick C.) 639 Posted March 3, 2014 Report Share Posted March 3, 2014 Another winner, thanks man!! Quote Link to post Share on other sites
jamesfar 15 Posted March 3, 2014 Report Share Posted March 3, 2014 i can not download your pluginit says i already subscribe. but i got no email to download Quote Link to post Share on other sites
Bot-Factory 602 Posted March 3, 2014 Report Share Posted March 3, 2014 thanks guys I should have mentioned you can create dynamic variables as well. I managed to get to about 10000 before ubot blew up. example set(#inc, 0, "Global")loop(10) { plugin command("Variablemulti.dll", "Bulk Variable Set", #inc, "#var{#inc}") increment(#inc)} Argh.. Awesome! This is a killer feature. Having that in a free plugin is awesome! Thanks a lot for that! Dan Quote Link to post Share on other sites
zenos 13 Posted March 3, 2014 Report Share Posted March 3, 2014 i can not download your pluginit says i already subscribe. but i got no email to download Same for me Quote Link to post Share on other sites
kev123 132 Posted March 3, 2014 Author Report Share Posted March 3, 2014 sorry to the guys who got missed of the auto email I have sent it to you Quote Link to post Share on other sites
zenos 13 Posted March 3, 2014 Report Share Posted March 3, 2014 sorry to the guys who got missed of the auto email I have sent it to youThank you, your plugin rock ! Quote Link to post Share on other sites
Kreatus (Ubot Ninja) 422 Posted March 3, 2014 Report Share Posted March 3, 2014 Nice one kev. Thanks Quote Link to post Share on other sites
zenos 13 Posted March 4, 2014 Report Share Posted March 4, 2014 is it possible with your amazing plugin to make a loop and increment a variable (#compte) like this : set(#checksicompteok, 0, "Global") loop($list total(%Accounts)) { if($comparison("#compte{#inc}", "=", "true")) { then { alert("{$list item(%Accounts, #checksicompteok)} ok") } else { alert("{$list item(%Accounts, #checksicompteok)} dead") } } increment(#checksicompteok) increment(#inc)} This is making me crasy, if someone would please help me ? Quote Link to post Share on other sites
kev123 132 Posted March 5, 2014 Author Report Share Posted March 5, 2014 is it possible with your amazing plugin to make a loop and increment a variable (#compte) like this : set(#checksicompteok, 0, "Global") loop($list total(%Accounts)) { if($comparison("#compte{#inc}", "=", "true")) { then { alert("{$list item(%Accounts, #checksicompteok)} ok") } else { alert("{$list item(%Accounts, #checksicompteok)} dead") } } increment(#checksicompteok) increment(#inc)} This is making me crasy, if someone would please help me ? from my understanding your looking for a dynamic comparison right? example ($comparison("variable here can change everytime"=", "true")) Quote Link to post Share on other sites
zenos 13 Posted March 5, 2014 Report Share Posted March 5, 2014 Thank you for your answer Yes, I have variables made dynamicly (#compte0, #compte1, #compte2...) the number of variables #compte depends on a total list.... These variables could be 'true' or 'false' (checkbox) so i need to make a loop to compare if #compte0 = true then alert OK , else alert DEAD. If #compte1 = true then alert OK , else alert DEADEtc... I can give you my code on PM not to poluate your thread if you want Quote Link to post Share on other sites
kev123 132 Posted March 5, 2014 Author Report Share Posted March 5, 2014 you can use bills plugin that has case. or if its a lot of variables i'll add dynamic comparsion command to this plugin which will allow you to do this. Quote Link to post Share on other sites
zenos 13 Posted March 7, 2014 Report Share Posted March 7, 2014 you can use bills plugin that has case. or if its a lot of variables i'll add dynamic comparsion command to this plugin which will allow you to do this.Thank you , but what is the plugin you're talking about ? I don't know Bill ... Quote Link to post Share on other sites
giganut 109 Posted March 19, 2014 Report Share Posted March 19, 2014 Is there any way you could add bulk increment? I would really like to see this. Quote Link to post Share on other sites
kev123 132 Posted March 19, 2014 Author Report Share Posted March 19, 2014 Is there any way you could add bulk increment? I would really like to see this.yes I will look into it Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.