-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create ladydragontracker #6741
base: master
Are you sure you want to change the base?
Create ladydragontracker #6741
Conversation
New plugin |
Would wise old man groups and API usage be better for your clan? |
The consensus from a few of the more savvy leaders is that they want the data housed locally. The React frontend gives them more functionality than tools like CML and WOM. Previous "workaround" was running GroupIronman.Men with a couple different groups, however this has pushed past the scope of that. |
Why not just grab it from the highscores with a script then? I don't really see a need for this to be an entirely separate plugin, when an external Python script or something if the sort could achieve the same thing. |
Understandable, in its current form its quite raw and doing the absolute basics. Our implementation theory was to get the basics in to the community-hub and continue expanding from there, leveraging the review/build process runelite does to mitigate any major design issues we'd run into. Ultimately we're simply doing a fork of https://github.com/christoabrown/group-ironmen-tracker but due to it deviating from not using his backend/frontend deployment understood it to mean we couldn't "piggyback" off that commit without the clan having to run local builds. |
First stable build of account tracker for clan.
Using HTTPS, sends players xp values of skills to backend server which gets stored in values.
Intended for semi-private (within osrs clan) use until backend moved to public repositories.