Everything posted by Neodork
-
[New!] Store class library - Access a store easily
I could do that, but in that case I would be passing an instance of Script to the Store library. There is no need for us to use the methods inside the Script class all we need is to use the MethodProvider which is the super class of Script. But if you prefer to pass the instance of the class Script to the Store library I won't stop you. You're able to cast from sub to super class so there will be no problem in doing so.
- [New!] Store class library - Access a store easily
-
[08/14/2013] Website Downtime
Glad to have the forums back. Been very satisfied with the fact my bots kept running!
-
[New!] Store class library - Access a store easily
Actually storeItem.interact(String action); is the right way to go, because it is not necessarily used for buying, you can also select the value action for example. In this case the interact method can be used to select all options in the store. I would not understand the logic of passing an integer argument as the is no Buy X action in a store. I don't intend to use all fields the OSBot so I didn't extend it. Also casting from a super class to a subclass is not possible.
-
Run away from combat
Actually that's script dependent as there is a hook for running away from combat. I love how people dare to say they play "Legit" on these forums.
-
Private scripts?
Which means you are allowed to ask money for it, you're not allowed to sell/promote it on the forums outside of the SDN. A payment for a private script (for one person) could be considered a donation. When you plan on actually selling the script it's more categorized under payment, as you're requesting people money for the script. Nonetheless I think this rule should get a better description.
-
ILL DO ANYTHING FOR 3.70$ PAYPAL. lmao
Haha, rofl paypal won't allow me to send money when I have low balance ^^. In which case you'd have to wait till I sell my gold to receive it, my bad.
-
ILL DO ANYTHING FOR 3.70$ PAYPAL. lmao
this is my Paypal http://puu.sh/3Wfg3.png Brandon McIntyre is the name i left you it as a comment PMS are not working for me on OSBot keep getting 404 Error. I Luv yous I've seen it remove the E-mail from here please as I do not deem it safe to put your paypal E-mail on the forums.
-
ILL DO ANYTHING FOR 3.70$ PAYPAL. lmao
I'll send you 2.30$ for free, give (PM) me your paypal e-mail.
-
Recent Downtime And What We're Doing About It!
Ah perfect, I was waiting for this day to come!
-
IMPORTANT: Our Database Has Been Leaked!
Well that's a bit less good thing my password is some random hash already.. Pretty hard to figure out..
-
[New!] Store class library - Access a store easily
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:
-
JAGEX ARE IDIOTS! HAHAA
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.
-
SDN improvements plan
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?
-
Lol @ friends OSBot account
Ah ok, in which case this is kind of concerning..
-
Lol @ friends OSBot account
In which case you used Advertising other bots isn't allowed. to test this with? Are you sure OSBot usernames and passwords are also send in plaintext?
-
I finally got around to making my own loader
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.
-
Updates To Be Expected In 1.8.x!
Oooh I am very pleased with these new release goals!