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.

Easier interface interaction

Featured Replies

Edit: I guess I had the same idea as the OSBot developers ;) http://osbot.org/forum/topic/1494-v141-upcoming/

 

It would be nice to have some way to do some easier interface interaction. I'am talking about casting magic spells or selecting prayers.

 

An example:

// Cast spellcastSpell(Spell.CAMELOT_TELEPORT); // Checks if Tab.Magic is open. If not, opens it and casts spell.// Cast spell on entitycastSpellOnEntity(Spell.CURSE, entity);// Cast spell on inventory slotcastSpellOnInventorySlot(Spell.HIGH_LEVEL_ALCHEMY, inventoryIndex);

Even better would be a dedicated class for Magic so it becomes:

magic.castSpell(Spell.CAMELOT_TELEPORT);

 

Prayers

And then the same thing for prayers:

if(prayers.isActivated(Prayer.ULTIMATE_STRENGTH)) {   prayers.togglePrayer(Prayer.ULTIMATE_STRENGTH); // Turn it off}

How do others think about this? It would make scripting a lot easier.

Edited by sxforce

I think that actually sounds great and easier for many scripters.

Nice suggestion!

this sounds like good idea would make it easier for us

it also would help to have an interface finder/searcher as the interfaces all together come over each other now

I'm sure this is our goal, to make things more simple, we just have higher priorities. Good suggestion :)

Guest
This topic is now closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.

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.