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.

[Webwalker] Requesting webwalker links

Featured Replies

  • Developer

If you find any missing webwalking links please gather the info for us and send it to me or @Patrick on Discord.

If you have somehting that does not fit these formats, just let us know all info you have and what's different.
Common formats:

__Agility obstacle__
agility(object_position: Position, object_name: &str, action: &str, from: Position, target: Position, agility_level: i32
**Example:**
agility(Position::new(3141, 3513, 0), "Underwall tunnel", "Climb-into", Position::new(3142, 3513, 0), Position::new(3137, 3516, 0), 21, result);


__Agility obstacle with condition__
agility_conditional(object_position: Position, object_name: &str, action: &str, from: Position, target: Position, agility_level: i32, condition: C)
**Example:**
agility_conditional(Position::new(3424, 3476, 0), "Ornate railing", "Squeeze-through", Position::new(3423, 3476, 0), Position::new(3424, 3476, 0), 65, |p| p.is_quest_completed(&Quest::PriestInPeril), result);


__Object Barriers/normal links (with/without condition)__
barriers_object_interact(object_position: Position, object_name: &str, action: &str, from: Position, target: Position, condition: C)
**Example:**
barriers_object_interact(Position::new(3293, 3746, 0), "Stairs", "Climb-down", Position::new(3293, 3749, 0), Position::new(3406, 10145, 0), always_true_if_member, result);
barriers_object_interact(Position::new(3659, 3508, 0), "Energy Barrier", "Pay-toll(2-Ecto)", Position::new(3660, 3509, 0), Position::new(3660, 3507, 0), |p| p.is_quest_completed(&Quest::GhostsAhoy) || p.get_inventory_amount_by_name("Ecto-token") >= 2, result);


__NPC Barriers/normal links with dialogue__
barriers_npc_interact_dialogue(npc_name: &str, action: &str, from: Position, target: Position, condition: C, dialogue: &[&str])
**Example:**
barriers_npc_interact_dialogue("Customs officer", "Pay-Fare", Position::new(2954, 3146, 0), Position::new(3032, 3217, 1), |p| p.get_inventory_amount_by_id(995) >= 30, &["Can I journey on this ship?", "Search away, I have nothing to hide.", "Ok."], result);
  • Khaleesi changed the title to [Webwalker] Requesting webwalker links
  • Khaleesi 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.