A lot have been asking for the boss crit resist values..i figured i would post an example or two and show how they're found and why they, and the other parameters, really arent tremendously useful.
I wont post how or where to find any tools to open and parse the fdb files, so dont ask..srry, rules is rules.
so..it all runs off a large relational database (the data or strings.fdb)..meaning there's a ton of tables and unique identifiers link the tables in some overall schema runewaker liked. the thing to keep in mind is that to keep complexity down since more than one person is/has created and worked on it for runewaker...they generally keep identifiers the same.
the npcobject table has most of the parameters..pattack, hp, crit resists etc. but very few are labeled. some are easy to figure out. here's last boss from Aeternal Circle in easy and normal versions, courtesy of Yoman the man for the easy to read format, so you can find the easier values if you want to compile all the data yourself. the second set of data is from the armorobject table we will use in a second to find the crit resists:
https://docs.google.com/spreadsheet/pub?…Y0E&output=html
so to figure things out that aren't labeled or mislabeled, take something you know and use it find out things you dont know, or make educated guesses and start all over. we want the crit resists..so what do we know that has crit resist on it? hmm..pvp gear from obsidian stronghold. so moving over to the armour table we take a piece with magical crit resist on it and look how the known number is entered and labeled.
so lets use the druid set for no reason
http://www.runesdatabase.com/itemset/610…e-of-the-cavern. magic crit resist is on the gloves, item # 227049 and its 300. from the armorobject table i see only one value = 300 in this specific glove's row. all the way down at column eqtype3value, column BB in the above spreadsheet. under eqtype3 (which we can assume is the identifier for the eqtype3
value column) it says
183.
yay, lets check the npcobject table for any 183's..hopefully with some column header similarity. and voila..only certain mobs seem to have anything with 183..and it's always located in the column group:
eqextype and the corresponding values are in
eqextypevalue. sorta simliar...bosses sure seem to have it. do the same for phys crit resist and you find it's identifier is
182. so using those identifiers Da'dalodin's crit resist values are: 27% for magic, 47% for physical.
since i suck at explaining stuffs..just use the values i gave as a fail guide i guess
these values arent super useful. crit resist cant be overcome easily (warlock mage will be interesting)...but the major reason is theres a lot of other parameters in that area and other places. dmg absorption, parry piercing, pdef of shield ignore, overcoming dodge etc etc.
as i said elsewhere..if a boss has 75k pattack so you think X amount of pdef makes you a perfect tank you may be in for some surprises. the values are also not static depending on the luascript of the fight mechanics and theres a ton of tables.
just some info from when i was bored. If i get time i will compile the numbers in a nice, easy to read spreadsheet