Update PvP Profit Tracker#13290
Conversation
|
This plugin requires reviews from Plugin Hub reviewers. The reviewer will request any additional changes if needed. Internal use only: Reviewer details Maintainer details |
|
Plugins which show what gear a player is risking in PVP are against Jagex's rules https://secure.runescape.com/m=news/third-party-client-guidelines?oldschool=1 |
|
That's not what this does, so let me be precise about what it reads and shows. It never reveals anything that isn't already public:
PvP Performance Tracker (also on the Hub) similarly computes deserved damage and KO chances from an opponent's visible gear and levels. This is the same class of feature: arithmetic over information the game already shows you, clearly labelled as an estimate, display-only. If there's a specific element you read as crossing the guidelines, tell me which one and I'll address it directly. |
|
You aren't allowed to estimate risk like in your first two bullet points A player can work it out themselves from the visible gear or by using Equipment Inspector but you can't just calculate that estimate automatically
|
|
I want to push back on where the line is being drawn, using what's already approved on the Hub:
Read precisely, the bullet you're quoting — "indicates to other players what items/loot will drop in PvP" — is about revealing actual drops. This plugin can't and doesn't: inventories are unreadable, and every number is labelled an estimate over worn gear only — the same total Equipment Inspector already displays. If the position is that my aggregate crosses the line even though Equipment Inspector's total doesn't, spell out the exact change you need and I'll make it — but I'd like the distinction stated, because as written I can't see the difference from approved behaviour. |
|
One more thing, on why I built this at all. PvP is the part of this game with the steepest learning curve and the thinnest tooling. The Hub is full of plugins that make PvM approachable — gear comparisons, DPS calculators, boss helpers — and that ecosystem is a big part of why new players stick with bossing. PvP has almost none of that, and it shows: new players walk into the Wilderness not understanding what they're carrying, die confused about why they kept some items and lost others, and bounce off the whole scene after one bad experience. I think there's real room for tools that make PvP more understandable and more fun while staying inside the rules, and that's the gap this update is aimed at. Walking through it piece by piece, everything here is built from what's already greenlit:
No inventories, no hidden state, no gameplay automation — display only, everything toggleable. The goal is simply more people at the crater who understand what they're doing, instead of fewer. I'm glad to keep working with you to fit the letter of the guidelines as well as the spirit. |
|
I took a look at your work before replying, because I wanted to understand where you're coming from — and honestly, we build the same kinds of things. You maintain focus-mute and ca-export here on the Hub, you've contributed to the wiki's crowdsourcing plugin, and your osrs_tools package offers real-time GE prices and calculators. That's the ecosystem all of us work in: taking data the game already exposes and organizing it so players don't have to do the bookkeeping by hand. Nobody calls a Combat Achievement exporter or a GE calculator against the rules, because organizing accessible information is exactly what this platform exists for. That's all this plugin does — for the PvP side of the game, the one corner of OSRS with almost no tooling. I'm spending my own time building this to give the PvP community what every other part of the game already enjoys from plugins like ours. If the standard really were "players must do the arithmetic themselves," it would sweep up a great deal of what's already live on the Hub — including tools we've both built and benefited from. I don't believe that's the standard, and I don't think you'd want it to be. So the question that matters is still the one above: if something specific needs to change, name it and I'll make it. Otherwise I'm happy to leave this to the assigned reviewer. |
|
we're not interested in talking to your llm |
|
yes i used an llm to help write the responses, not trying to be disrespectful.. these are my words now, i did speak into it to write my paragraphs. you are a reviewer, what can i fix to ensure it's legal and able to be pushed? just trying to make a good addon for people to use and enjoy. |
|
https://secure.runescape.com/m=news/third-party-client-guidelines?oldschool=1 "estimate" or not this breaks the following rules and we cannot accept it
|
|
ok that's clear enough, thanks for the straight answer. here's the plan: removing the risk estimate, the smite value, and the protected item assumptions. anything that guesses what another player would drop is coming out. the stat preview and hit chance stuff on the target panel comes out too since that falls under the scouting rule. what's left on the opponent side is the same thing equipment inspector already does: the gear they have on, with the GE price of each item. one question so i get this right the first time. equipment inspector also adds those prices up and shows a total when you inspect someone. is the total ok to keep, or should i drop that too? i'll make the changes, retest it, and update the commit in this PR. |
|
pushed the new version, commit hash updated. changes since the last release:
compared to what this PR originally had: the opponent overlay is gone, risk and smite numbers are gone, protected item math is gone, hit chance is gone, and there's no total anywhere. nothing calculates anything about another player, no estimates. anything beyond the stat lookup is manual and any adding up is on the player. |
Adds opponent risk tools: right-click a player and choose Risk (or receive a Bounty Hunter target) to see their visible gear, estimated risk and smite value, hiscore stats, and your own hit chance and max hit against them — special attacks included. Estimates only use worn equipment, items seen equipped during the fight, skull state and hiscores; assumptions are labelled on the overlay. Also adds a Protect Item (On)/(Off) indicator beside the risk value. Every new element is toggleable, and a one-time chat message tells players what changed.