Skip to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Apaec

Scripter III
  • Joined

  • Last visited

Everything posted by Apaec

  1. no thanks I don't need any money apa
  2. not really sure what you're trying to ask here... from what you've said i'm guessing that it cant be 0 for any of them because a, b and c are on the bottom of the fraction in the original equation and you cannot divide by 0 can you maybe post the full quesiton?
  3. giggled they know what they're doing when it comes to sweettalking customers x)
  4. The best way for you to learn is to figure this one out for yourself. That being said, i'll point you in the right direction By all means ask more questions if you get stuck btw! So. Looking at your code, you're writing it like a recipe. While in theory this should work, due to a range of the osbot api's structure and general good coding form, writing like a recipe is a bad way to do it. What you want is more if statements. So for example, in your walk to bank state, you're instantly telling it to walk path4 (whatever that is). But perhaps add a check to see if it should / needs to walk this path. If you add this kind of system for every section of the journey and make sure that there's no overlapping, you should be good to go apa
  5. http://osbot.org/forum/topic/61445-apa-script-trials-free/ here haha! Oh well np, I gave you a 23h 59 min 59 second trial anyway. I deducted a second because you posted in the wrong place x) enjoy! apa
  6. Apaec replied to Anne's topic in Spam/Off Topic
    It's okay mate we're safe in england but if you take a trip to belgium, bring a helmet and make sure u wear it at all times while walking the streets just incase
  7. Don't worry about pestering me!: ) As for the code, FORMAT IT! From first glance it looks like you've got the bracket alignment wrong in the getState() switch. It's quite hard to read tho as it's all over the place. but generally, an NPE is an easy error to fix. It just means you forgot to null check something - in this case specifically on line 52 (as it says in the stacktrace). Take a look at that line and see if you can figure out what's wrong! (hint - nullcheck the cupboard ) apa
  8. how tf can u listen to this shit
  9. 1/10
  10. glad you got it sorted would be awesome to see a screenshot of the script in action! apa
  11. UNICOW KILLER RELEASED! apa
  12. Apaec replied to Apaec's topic in Money Making
    RELEASED! thanks eric
  13. Gave you a 6h trial. Hope you like it x) apa Gave you a 24h trial. Enjoy! apa
  14. I've given you a 6h trial. Enjoy and I hope it lives up to your expectations! apa
  15. Uh, i'm not sure. If you try writing postition, it should underline in red and it will give you the option to import the relevant import. apa
  16. I've given you a 6h trial. Enjoy! apa
  17. Apaec replied to Apaec's topic in Combat & Slayer
    permanent!
  18. Apaec replied to Apaec's topic in Magic & Prayer
    Hey It seems to only happen in mirror client - @Chicken Wing is also experiencing these problems. Hopefully the devs will get round to fixing it soon - the script should work fine in injection tho! apa
  19. Apaec replied to Apaec's topic in Combat & Slayer
    UPDATE! Version 3.43 Changelog: Updated info page on Gui Stopped script re-equipping ammo if you're wielding a toxic blowpipe Looked into 'getting stuck' bug. I can pretty much confirm that this issue is not on my end and is on the client's end and we all unfortunately need to wait patiently for this to be fixed by the developers. They are aware and are working on a fix as we speak! http://osbot.org/forum/topic/83025-mirror-client-bug-report-positions/ Enjoy! apa
  20. mfw

    Apaec replied to TheRealSwaps's topic in Spam/Off Topic
    wtf
  21. it must compile with lots of errors - You need to switch through your statemachine (which you don't have) in order to get the case scenarios. As was mentioned above, you can use the framework from my tutorial to get the hang of it. Also, DON'T USE IDS! (and i'm not sure why you define them in array format either) - just use names eg cupboard.hasAction("Open"); will return true if the cupboard has the 'open' action (i.e if it's closed). Also, format your code. If you're using eclipse, the formatting shortcut is ctrl+shift + f. If you're using another IDE, then i'm not sure what it is xD Just makes it easier to read apa
  22. Apaec replied to Apaec's topic in Magic & Prayer
    Nice progress mirror mode could be the issue with the problem however perhaps try making sure your bones are in the top row of your main tab? that way the client won't need to do any tab switching (might help, not sure) apa
  23. Apaec replied to Goku1's topic in Scripting Help
    getInventory().getAmount("Logs"); does nothing on it's own, it just returns the number of logs in your invo. So for example int numberOfLogs = getInventory().getAmount("Logs"); //counts the number of logs in ur inventory and stores it in the 'numberOfLogs' variable log("Number of logs: " + numberOfLogs); //prints the number of logs in the console. So what your code would do as it stands would just empty your inventory. Take a look back at my tutorial and look at the framework I used with the state system and so on and try and figure out how the code flows. That should then help you understand how to write your woodcutter apa
  24. Lowering the resolution to 480p still most likely won't help unfortunately. I've wanted rocket league for ages but I still don't think my comp would be able to handle it might give it a shot tho, still unsure apa
  25. Apaec replied to Goku1's topic in Scripting Help
    not sure what you mean... So getInventory() is used for inventory interactions . for example: getInventory().getAmount("Yew log"); will return the number of items with the name 'yew log' in your inventory. getInventory().dropAll() will drop all the items in your inventory etc... as for interacting with trees, do it the same as I've done for the tea thiever, just change the names to the trees feel free to pm me if you have any further questions apa

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.