DinoDevs / GladiatusCrazyAddon

This was "A browser addon for the Gladiatus browser game."
https://gladiatus.dinodevs.com
GNU General Public License v3.0
41 stars 30 forks source link

Application Rank allocation #394

Open SleepingShadow-bit opened 2 years ago

SleepingShadow-bit commented 2 years ago

-Enhancement - Is it possible to add the rank "Admin" to an application?

IMG_20220803_215118

FrutyX commented 2 years ago

It seems the script is loading available ranks, I am not sure if this is possible, but we keep it open for Apo & Thanos.

FrutyX commented 2 years ago

Just leaving a note here, this is no easy task, because of the way this was implemented. It's locking on the delete rank button, and of course Admin/Master can't be be deleted, so they are excluded. Locking the right element (text in it) and applying will require much more changes to the script, I am not saying it's impossible, but it's very... tricky.

let rule = /<th>([^<]+)<br>\s*<a href="index\.php\?mod=guild&submod=deleteRank&rankId=(\d+)&sh=/;

FrutyX commented 2 years ago

By the way, an extremely easy workaround that can be done in the game, just create a new rank (basically) Administrator2 with Admin permissions, and you are done, problem solved, lol.