Everything posted by Apaec
-
APA Rock Crabs
UPDATE! Version 3.42 With the latest client release (.105), combined with this script update, the dynamic sigs should be back up and running. Added arrow keys to the gui to make navigating it easier. The arrows switch to either the previous or the next tab, depending on which one you press. apa
-
[Development Build] OSBot 2.3.105 - New Account Selector
YES!
-
PreKhal Slayer Beta - Apply for a Beta TODAY!
impressive ! :~)
-
Chambo's AIO Walker (Free)
please don't say you hardcoded each location by hand! I'm guessing that because the locations are colour coded you're not using you own webwalker xD but looks cool mate, good job
-
APA Auto Alcher
restart the client? works fine here
-
Are paid scripts safer than free scripts?
Well it's a dreamscripts script so no ye stronghold is fine, but botting on injection is risky no matter what apa
-
OG scripts signature dragon killerino
better than this, this button made me hide the sig x) But I think you should make the animations smoother and perhaps make it more dynamic somehow? idk apa
-
I bought scripts and now I don't have them anymore.
post a screenie of your script collection also, if the script is a monthly recurring fee, then it may have dissapeared. apa
-
Formatting time to 00:00:00:00
Defining your start time at the top of your code as you have suggested is a risky thing to do - it can sometimes return unexpected results apa
-
I drew Donald Trump in paint
who is donald trump and does 'trump' not mean 'fart' in the us? cause it does in the uk ^^
-
SDN Update issues
Updates get checked my a script manager and pushed live at 11 pm and 10 am BST.
-
APA AIO Cooker
Unfortunately alek removed the ability to grab a users osbot name using the script, meaning the dynamic sigs are currently unchanging (since 2.3.104). He says he will re-introduce it soon (within the next week i'd hope, but it would be awesome if he could get it back up and running sooner) Just FYI All dynamic signatures are currently experiencing the same problemo btw apa
-
APA Rock Crabs
It runs to reset point if it is under attack. Because worldhopper has a longer timer than usual logout timer for switching worlds, it's hard to tell whether a crab will spawn half way through the routine and stall the worldhopping system. For this reason, as a failsafe, it will run to a safe distance before hopping. If you don't like this, you can always either raise the player limit or disable worldhopping but because worldhopping shouldn't happen too often, this shouldn't scrape the exp rate all that much. But if the player is not in combat and has not been for the past 10 sec, it will hop from where it is currently standing. apa
-
APA Den Cooker
Strange.. running fine for me with tuna right now! Try Rebooting client Double checking zoom setting by manually right click > reset to default on the mouse icon Start script with empty inventory apa
-
Luring Clan
use d2hs instead of d squares much cheaper when u need to get 4 of them
-
APA AIO Cooker
glad it's working well. Enjoy! apa
-
A Beginners Guide to Writing OSBot Scripts (where to get started!) by Apaec
yes.
-
A Beginners Guide to Writing OSBot Scripts (where to get started!) by Apaec
inventory NOT Inventory edit: you can also give urself more workspace in eclipse by closing the various tabs to the right (task list etc) apa
-
A Beginners Guide to Writing OSBot Scripts (where to get started!) by Apaec
Pretty much yea so for example with bank: bank.withdraw("rune boots"); //or whatever the item and inventory: inventory.dropAll("rune boots"); //or whatever the name of the item to drop apa
-
A Beginners Guide to Writing OSBot Scripts (where to get started!) by Apaec
It might be worth taking a look at some basic java. This will give you understanding of these kinds of things. public and boolean are what the method is defined by. But you want to use the name of the method to call it so it would be inventory.dropAllExcept(id); boolean tells you it returns true or false, much like if it said int it would return 1, 2, 3 etc. apa
-
APA Script Trials
Done. But next time please use the format provided. apa
- Does Breaks work?
-
APA Ghoul Killer [Never to be seen again]
ugly code + lack of motivation
- Smoking
-
Formatting time to 00:00:00:00
That works too i have my method also built into my timer class I dislike java's duration and instant classes tho. your method does not format days though, but that would be easy to add. apa