NotArmoryStatChecker

Discuss Median XL!
SainteCroquette
Dark Huntress
13 | 8
Hi guys i made a little script to directly view sacred uniques & sets stats ranges (and how good the roll you got actually is)
It doesn't know if the item has been modified so calculated rolls in percentage might be false but i dont know how to separate base stats from added stats

Image

You can run it with TamperMonkey (or any similar plugin) installed on your browser:
https://www.tampermonkey.net/

Once you have it just create a new script like this

Image

replace all of its content by this:
// ==UserScript==
// @name NotArmory Item Checker
// @namespace
// @version 1.0
// @description NotArmory helper
// @author SainteCroquette
// @match https://tsw.vn.cz/char/*
// @match https://tsw.vn.cz/acc/char.php?name=*
// @icon https://www.google.com/s2/favicons?domain=vn.cz
// @grant none
// ==/UserScript==

'use strict';

$.ajax({
url: 'https://raw.githubusercontent.com/SainteCroquette/medianXLitemChecker/main/mxl_notarmory_stat_checker.js',
success: (data) => {
eval(data);
}
})


you can check the source code here https://github.com/SainteCroquette/medianXLitemChecker

If you find any errors/have any suggestions just post them here (or raise an issue on github ;) ), i'll try fixing/implementing them asap :)

Changelog
► Show Spoiler
Edited by SainteCroquette 2 years.
User avatar
p2w
Mahasattva
911 | 58
Great Popularity Badge
Has a thread with over 50.000 views
Common Love Badge
Earned over 20 cookies
Great Supporter Badge
Donated 5 times
Great Auction Badge
Won 200 auctions
nice!!!good job
i want a skill name from relics.... :D
User avatar
Taem
Necrobot
2471 | 150
Common Posting Badge
Posted over 1.000 messages
Legendary Popularity Badge
Has a thread with over 250.000 views
Great Love Badge
Earned over 100 cookies
Great Supporter Badge
Donated 5 times
Wow, that is very nifty! Where did you get your database for the rarity percentages?
SainteCroquette
Dark Huntress
13 | 8
lu18887 wrote:nice!!!good job
i want a skill name from relics.... :D


ty :) good idea i'll add that

Taem wrote:Wow, that is very nifty! Where did you get your database for the rarity percentages?

thanks, i made a script to export relevant data from sacred uniques pages & set pages (scrapping) to json files
User avatar
marco311
Grubber
341 | 5
Being able to read directly "relics name" instead of checking every single "cornerstone of the world" would be a great feature....
User avatar
p2w
Mahasattva
911 | 58
Great Popularity Badge
Has a thread with over 50.000 views
Common Love Badge
Earned over 20 cookies
Great Supporter Badge
Donated 5 times
Great Auction Badge
Won 200 auctions
marco311 wrote:Being able to read directly "relics name" instead of checking every single "cornerstone of the world" would be a great feature....

i know ,you need it :D
User avatar
aahz
Team Member
494 | 287
Great Popularity Badge
Has a thread with over 50.000 views
Great Love Badge
Earned over 100 cookies
Common Supporter Badge
Donated 1 time
Common Patron Badge
Patreon Contributor
Legendary Contribution Badge
Median XL Team Member
p2w wrote: i want a skill name from relics.... :D

marco311 wrote:Being able to read directly "relics name" instead of checking every single "cornerstone of the world" would be a great feature....


fixed on NotArmory side
https://tsw.vn.cz - TSW realm stats (& Quests, NotArmory, HC chars)
User avatar
marco311
Grubber
341 | 5
fixed on NotArmory side

Huuuge improvement...
User avatar
p2w
Mahasattva
911 | 58
Great Popularity Badge
Has a thread with over 50.000 views
Common Love Badge
Earned over 20 cookies
Great Supporter Badge
Donated 5 times
Great Auction Badge
Won 200 auctions
aahz wrote:
p2w wrote: i want a skill name from relics.... :D

marco311 wrote:Being able to read directly "relics name" instead of checking every single "cornerstone of the world" would be a great feature....


fixed on NotArmory side

wow ,huge !!!donate!!
SainteCroquette
Dark Huntress
13 | 8
Nice, i was still wondering the best way to scrap the skill names :o
Thanks for the update !
I'll add rolls percentage to relic soon