Jump 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.

Czar

Global Moderator
  • Joined

  • Last visited

Everything posted by Czar

  1. Daaaaamn GJ alek! I was expecting 2.3.X like next month or something, nice speed
  2. Czar replied to Joseph's topic in Scripting Help
    getBot().getUsername(); Maybe, I haven't checked
  3. gjdm, but what was the interface update? was it the one I talked about earlier about the lines and stuff?
  4. Czar replied to Czar's topic in Archive
    Thanks guys But I am still working on my slayer script (I'm already late for the release), so I just thought I'd add an update here to show everybody I didn't abandon this project. I figured I'd work on updates which can be applied to both scripts to save time :P
  5. Czar replied to Czar's topic in Archive
    Version 1.95 - Implemented webwalking into this script - Added Kill task, so you can kill any npc, any time - Added death walk - Added gear analyser which identifies the highest bonus gear within your inventory, equipment and bank - Added gear upgrade which takes/loots/buys items better than your best gear (e.g. picks up bronze full helm when killing minotaurs) - Added option for getting the 10k from Stronghold of Security EDIT: If any mods see this, can you please change the name of the thread to CzarQuester, I don't want to call it Ironman because it is misleading.
  6. Czar replied to Czar's topic in VIP Scripts
    Ah unlucky, which other scripts did you use?
  7. Czar replied to Czar's topic in Archive
    The second I finish off my slayer script, I will return to this, sorry to keep you waiting!
  8. Czar replied to holyfoxx's topic in Scripting Help
    If you need any more help just pm @OP remove the client. So its just this.getInventory() because in osbot2 they changed it around. Client. Is just for old osbot.
  9. Did somebody say... Counter strike? 1v1 me pls
  10. Czar replied to holyfoxx's topic in Scripting Help
    If inventory isn't full, drop? Remember to remove the ! before the boolean (it was !isEmpty now !isFull) they are opposite so it should be if (getInventory().isFull()) Or is the isFull causing an actual error?
  11. 1) Don't generate jar files while testing a script, you should do that in the end, otherwise you must restart etc. What I do, is just make your project folder on Users/OSBot, and change your output folder to OSBot/scripts, so all the .class goes there and you can just save script on your ide, and refresh scripts on OSBot and you don't have to restart client every time you make an update 2) A trade request is a message, so you must add a messagelistener to your script by doing the following; put this in your onStart method: getBot().addMessageListener(this); and then add the overriden method onMessage(Message m) the message will be String msg = m.getMessage(); and to check if its a trade, just do m.getMessageType(), which is an enum and contains RECEIVE_TRADE (in your case) As for the last question I've never handled trading in a script so I'm unable to assist you there, but there's an open source merching bot (which handles trades) in the snippet section iirc.
  12. gjdm , keep up the updates
  13. Czar replied to Alek's topic in Releases
    Gj man
  14. Tysm I really appreciate the support
  15. It's completely free for now, until I make it do everything
  16. Well, not anymore I just finished the script If any moderators sees this, please lock this thread because I'm going to make my SDN script thread now.
  17. I'm just working on the new thread, a video, and a nice paint, and some screenshots, sorry to keep you guys waiting!
  18. Czar replied to boyyo11's topic in Scripting Help
    public NPC getTarget(final String npc) { return getNpcs().closest(new Filter<NPC>() { public boolean match(NPC n) { if (!n.getName().equalsIgnoreCase(npc)) { return false; } if (n.getInteracting() != null) { return false; } return true; } }); } You can use a Filter<> to to find the best npc, in this case it's the npc which isn't interacting with anything, and is called whatever you put in the getTarget method, so: NPC guard = getTarget("Guard"); if (guard != null) { // attack } And it will attack every NPC with the name 'guard', also, try to use names instead of IDs when it comes to npcs and objects, since the IDs can change from time to time. You can greatly expand on the filter by adding more stuff like getMap().canReach for extra failsafes etc. As for the camera movement, the while() is unnecessary because you are already checking if its visible.
  19. Good idea, I will record a video of the script
  20. Okay the script is finished Sorry that it took so long, I wanted to make it perfect before I released. Latest updates: - Tested a lot of the slayer monsters, the routes, and teleports - 875 gp to saniboch for Brimhaven cave - Ectophial filling after teleporting (if user has it) - Slayer tower floor 2 and 3 - Lumbridge cave completed - Zanaris teleportation with dramen staff added - Task skipping with Turael - Shilo village travelling by talking to Hajedy Guys, before you use the script, if you want to kill metal dragons, make sure you are high enough combat or have range/mage otherwise just choose to skip it in the GUI. Also, green dragons are unavailable for now because they are in the wildy, it will skip them until the next update. Make sure to have food, weapon, some teleports (recommended), at least 10k gp in total and enjoy!
  21. Czar replied to scape's topic in Resolved
    EDIT: Thought he meant for other scripts.
  22. You will start from 1, and it will complete the varrock museum minigame to reach 9 slayer & hunter, then it will go to the best slayer master for your combat level, stock up on slayer items and train slayer from there. http://2007.runescape.wikia.com/wiki/Varrock_Museum Thanks guys for the support
  23. Thank you Just finished up on kalphite cave and added all ship chartering with their maximum prices, from 1k gp to 4.1k gp. Still need smoke dungeon. EDIT: Got 10 slayer monsters left #nosleep4lyf
  24. Czar replied to Alek's topic in Spam/Off Topic
    Damn nice, but does it run OSBot?
  25. Czar replied to hello11's topic in Archive
    Reply to pm

Account

Navigation

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.