March 12, 20178 yr 1. Back in the old days, Ibot nexus used to have a bank cache feature. Every time bank was opened all the items were cached and you could check if bank contained an item from anywhere. Does OSBot have something similar or would I need to implement it myself? 2. When developing local scripts, OSBot locks the script .jar files. It causes me to be unable to recompile the jar as the file can't be modified. This happens after I start a script and then stop it. any solution?
March 12, 20178 yr 7 minutes ago, Apinarobotti said: 2. When developing local scripts, OSBot locks the script .jar files. It causes me to be unable to recompile the jar as the file can't be modified. This happens after I start a script and then stop it. any solution? Why would you recompile ?
March 12, 20178 yr Author Just now, 420 Herblore said: Why would you recompile ? Because I've made changes to the script, duh
March 12, 20178 yr Just now, Apinarobotti said: Because I've made changes to the script, duh Auw now i get it, try to close osbot ( kinda weird actually becuz i never had problems with that ) @Alek
March 12, 20178 yr Author Just now, 420 Herblore said: Auw now i get it, try to close osbot ( kinda weird actually becuz i never had problems with that ) @Alek Yeah I'm quite sure it's not supposed to be like that. My client also freezes if the script has an NPE. running Win10, 64bit Java 8
March 12, 20178 yr Question 1. No but you should have no issue recreating this for yourself. Question 2. Not had this issue before, Can you try running the client in admin mode? Edited March 12, 20178 yr by Zappster
March 12, 20178 yr 2 hours ago, Apinarobotti said: 1. Back in the old days, Ibot nexus used to have a bank cache feature. Every time bank was opened all the items were cached and you could check if bank contained an item from anywhere. Does OSBot have something similar or would I need to implement it myself? 2. When developing local scripts, OSBot locks the script .jar files. It causes me to be unable to recompile the jar as the file can't be modified. This happens after I start a script and then stop it. any solution? 1. Write it yourself, not hard 2. Your IDE might give you a warning, but it does still recompile the .jar. If you then press refresh in the script selector, the script will be reloaded.
March 12, 20178 yr 1. If you open the bank yourself at least once in the script, you can cache the bank items yourself.