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.

Equipment Data (Reqs, Bonuses, etc)

Featured Replies

I created this dump so I could calculate best equipment. It was created using a scrapper from the osrs wikia site, so the data isn't 100% accurate. Please let me know of any errors and I will fix them :)

 

Format of armor (everything but weapons):

THIRD_AGE_FULL_HELMET("3rd age full helmet",
	new CombatBonus(0, 0, 0, -5, -2),
	new CombatBonus(47, 49, 43, -3, 48),
	new OtherBonus(0, 0, 0, 0),
	true, true, 1, CombatType.MELEE, EquipmentSlot.HAT, 
	new SkillRequirement()
		.add(Skill.DEFENCE, 65))

And weapons:

THIRD_AGE_BOW("3rd age bow",
	new CombatBonus(0, 0, 0, 0, 80),
	new CombatBonus(0, 0, 0, 0, 0),
	new OtherBonus(0, 0, 0, 0),
	true, true, false, true, 1.5, 6, CombatType.RANGED,
	new SkillRequirement()
		.add(Skill.RANGED, 65)
	new CombatStyle("Accurate", AttackType.RANGED, AttackStyle.RANGED_ACCURATE),
	new CombatStyle("Rapid", AttackType.RANGED, AttackStyle.RANGED_RAPID),
	new CombatStyle("Longrange", AttackType.RANGED, AttackStyle.RANGED_LONGRANGE))

 

All enums can be found here:

https://github.com/Lem0ns/QuantumAPI/tree/master/src/rip/quantum/enums/equipment

Edited by Lemons
Added weights to enums

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

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.