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.

Handling Infernal wall moving

Featured Replies

Anyone have any theories on how to implement moving with the wall so you're protected during zuk wave?

I'd like to hear some thoughts.

You mean this bit? https://youtu.be/17ITEUEIP5Y?t=3965

 

You could have a series of coords, e.g.

| ----------------- | ---------------- | ------------------ |

x1,y,z                  x2,y,z                  x3,y,z                    x4,y,z

And then:

If wall x is > x1 & my player x is <= x1, move player to x2

If wall x is > x2 & my player x is <= x2, move player to x3

If wall x is > x3 & my player x is <= x3, move player to x4

etc. etc. etc. for however many points it takes for the motion to be fluid, and your player to follow the wall.

The same applies for when the wall reaches the end, and flips direction:

If wall x is < x4 & my player x is >= x4, move player to x3

If wall x is < x3 & my player x is >= x3, move player to x2

If wall x is < x2 & my player x is >= x2, move player to x1

You wouldn't necessarily program that as a series of if statements, this is just a general idea of the logic.

 

Edited by Explv

  • Author
39 minutes ago, Explv said:

You mean this bit? https://youtu.be/17ITEUEIP5Y?t=3965

 

You could have a series of coords, e.g.

| ----------------- | ---------------- | ------------------ |

x1,y,z                  x2,y,z                  x3,y,z                    x4,y,z

And then:

If wall x is > x1 & my player x is <= x1, move player to x2

If wall x is > x2 & my player x is <= x2, move player to x3

If wall x is > x3 & my player x is <= x3, move player to x4

etc. etc. etc. for however many points it takes for the motion to be fluid, and your player to follow the wall.

The same applies for when the wall reaches the end, and flips direction:

If wall x is < x4 & my player x is >= x4, move player to x3

If wall x is < x3 & my player x is >= x3, move player to x2

If wall x is < x2 & my player x is >= x2, move player to x1

You wouldn't necessarily program that as a series of if statements, this is just a general idea of the logic.

 

Thanks for this. It's very helpful! Has all the information i need!

Create an account or sign in to comment

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.