kamilo 7 Posted August 3, 2020 Hi, i am in the process of creating a personal DPS calculator for my script, the computation is straight forward i am having issue with importing the data for all the armors weapons etc... if you know any source(s) that may contain that info please help me Currently only source is : https://oldschool.runescape.wiki/w/Category:Equipment_by_class https://oldschool.runescape.wiki/w/Category:Magic_armour and go through all the armor's on wiki and get the data either manually or PROGRAMMATICALLY (if you have ideas about this, lmk i was thinking of selenium automation of creating an all time data grabber, so that i just run it once in a while and update any new armor, etc added to the game) or maybe there's another way like rsbuddy or any other clients that may already contain this information in one place to import like the json price grabbing please help me outt!!
kamilo 7 Author Posted August 3, 2020 found this new dps calc: on the 4th spread sheet it seems to have all the items: https://docs.google.com/spreadsheets/d/1wBXIlvAmqoQpu5u9XBfD4B0PW7D8owyO_CnRDiTHBKQ/edit#gid=873875976
kamilo 7 Author Posted August 3, 2020 OR i just discovered the osrsbox.com keep updated repositories on Equipment Weapons AND they update it weekly so i can just grab it from there https://api.osrsbox.com/index.html if anyone has any advice for me lmk i think im going to take this route.
TheCloakdOne 389 Posted August 3, 2020 https://osrs-genie.com/#/ - Its already all done for you bud. Has an API too i believe
kamilo 7 Author Posted August 4, 2020 17 hours ago, TheCloakdOne said: https://osrs-genie.com/#/ - Its already all done for you bud. Has an API too i believe but i can't import that calculator into my script?
TheCloakdOne 389 Posted August 4, 2020 Look at the API's it calls, it has all the information you need. I took a brief look at his DPS calculations and i wouldnt call it "trivial" to handle all those edge cases unless its just a rought guess at DPS
kamilo 7 Author Posted August 5, 2020 21 hours ago, TheCloakdOne said: Look at the API's it calls, it has all the information you need. I took a brief look at his DPS calculations and i wouldnt call it "trivial" to handle all those edge cases unless its just a rought guess at DPS leme clarify from the start first im detecting all players nearby, then getting their gear equipped, then using their stats and equipment to compute their dps can this still be done using the way you said it? i have no problem making my own dps calc but lmk
Recommended Posts
Archived
This topic is now archived and is closed to further replies.