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.

Seers' Bank Teleport

Featured Replies

1. A description of the suggestion

Currently there is no teleport support to Seers' village in the API. We have to do something like this

MagicSpell seers_bank_tele = NormalSpells.CAMELOT_TELEPORT;
			if(TELEPORT_AREA.contains(myPlayer())) {
				getMagic().hoverSpell(seers_bank_tele);
				getMouse().click(false);
			}				

2. How will this suggestion impact scripters and/or botters?

It's a nice addition to new coming scripters such as myself.

3. Post any examples such as code or pictures to supplement your description (optional)

MagicSpell seers_bank_tele = NormalSpells.SEERS_CAMELOT_TELEPORT

 

I don't want to be rude but I have really no idea what is going on here. Does NormalSpells.CAMELOT_TELEPORT not work? From what you are saying it looks like if you teleport twice it brings you right to the bank? Sorry for not understanding, I'd really like some clarification.

  • Author

When you have Seers' bank teleport configured with the kandarin hard diary complete, and you attempt to do NormalSpells.CAMELOT_TELEPORT. It  will right click camelot teleport in the spellbook and click cast. This overrides the configured teleport setup ingame.  My code snippet may not be the correct work around for the time being  but its what I know.

Here's how it works in the current setup.

Camelot teleport set to seers' bank by default.
Bot checks if spellbook is open, otherwise opens spellbook.
Right click's on Camelot Teleport and presses "cast".
Teleports to camelot instead of seers' bank.

So the bot is detecting that it is set to Seers' bank and manually overrides then right clicks everytime and casts camelot teleport.

I hope thats a little more specific.

 

Ah okay, so there's a right-click option on Camelot Teleport in which you can teleport to Seers instead with the correct Diary completed.

  • 5 weeks later...
  • Alek locked this topic
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.