Jump to content

Neodork

Members
  • Posts

    166
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Neodork

  1. Ah perfect, I was waiting for this day to come!
  2. Well that's a bit less good thing my password is some random hash already.. Pretty hard to figure out..
  3. Hello OSBot scripters, Today I bring to you, a new store class library. I plan to maintain and modify this to work flawlessly. Until the OSBot team is able to add it into their API. I happen to know that there is already an library like this. However that library wasn't maintained or offered support for which I plan to do. Any feedback given will be appreciated and considered. 1. Setting up: A. You add the class files to your source and compile them with it. B. You import the Jar as an external library and include it with your script for usage. 2. Store example: //Make a store instance Store store = new Store(this.bot.getAPI()); //Check if store is open if(store.isOpen()){ //Buy something }else{ //Open the store } 3. Item example: //get item from the store StoreItem item = store.getStoreItem("Bronze arrow"); //interacting with the item if(item != null && item.getAmount>0){ item.interact("Buy 10"); sleep(1000); } Link: Store.java StoreItem.java Releases: v0.2 - Store.jar v0.1 - Store.jar Changelogs:
  4. Now that's rather odd.. This is the second report I've seen about this today. I would suggest not using your 1-3 days banned accounts. I myself dispose of any account as soon as it gets a ban.
  5. Developing MiNeCo..

  6. This would be rather nice to stimulate sales. But I wonder if it doesn't also stimulates private scripts. None the less I support this. The SDN reminds me of how Bukkit used to handle Plugins. They were send in then tested and scanned for malicious code. When passed they were released and the person who send in the request could take charge of his project. If not the user would receive feedback why not. Sounds very reasonable to me. How will you manage these people? Will they be Members/VIP/Sponsors/Mods/Staff? Or will a new user group be selected of verified trusted members?
  7. As I was about to say, this has nothing to do with scripts or the SDN. So please if you're not willing to look into his source try not to respond to the thread. It looked rather nice to me, but then again I have 0 experience maintaining loaders.
  8. Oooh I am very pleased with these new release goals!
×
×
  • Create New...