Lemons Posted December 10, 2017 Share Posted December 10, 2017 (edited) 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 December 10, 2017 by Lemons Added weights to enums 9 1 Quote Link to comment Share on other sites More sharing options...
Prozen Posted December 10, 2017 Share Posted December 10, 2017 Thanks for the nice data. Quote Link to comment Share on other sites More sharing options...
Jammer Posted December 10, 2017 Share Posted December 10, 2017 Awesome Quote Link to comment Share on other sites More sharing options...
Eagle Scripts Posted December 10, 2017 Share Posted December 10, 2017 (edited) Lemons back at it again Edited December 10, 2017 by Eagle Scripts Quote Link to comment Share on other sites More sharing options...
progamerz Posted December 10, 2017 Share Posted December 10, 2017 Awesome snippet from an awesome and skilled guy Quote Link to comment Share on other sites More sharing options...
ProjectPact Posted December 10, 2017 Share Posted December 10, 2017 Who is Lemons? Never heard of him before. Quote Link to comment Share on other sites More sharing options...