Loading. Please Wait...
|
|
|
[closed] Equipment Ranges, closed - please use the pinned thread |
|
Dec 15 2017, 05:42
|
skillchip
Group: Catgirl Camarilla
Posts: 5,753
Joined: 31-December 06
|
Updated, look for strangeness
|
|
|
Dec 23 2017, 20:08
|
Basara Nekki
Group: Gold Star Club
Posts: 7,499
Joined: 13-September 12
|
|
|
|
Dec 27 2017, 22:12
|
Maharid
Group: Catgirl Camarilla
Posts: 2,373
Joined: 27-April 10
|
Peerless Cobalt Power Gauntlets of Balance ADB 16.34 (Wiki 16.33) AAB 19.02% (Wiki 18.42%) Attack Crit Chance 5.14% (Wiki 5.02%) Magical Mitigation 5.66 (Wiki 5.65) Great piece with good increases, expecially Hit Bonus (~+3,25%) and Crit Bonus (~+2,4%). (IMG:[ invalid] style_emoticons/default/smile.gif) Original owner Ckyc (got from a Xmas Unique Trophy).
|
|
|
|
|
|
Dec 31 2017, 19:31
|
Basara Nekki
Group: Gold Star Club
Posts: 7,499
Joined: 13-September 12
|
QUOTE(mundomuñeca @ Dec 31 2017, 14:46) Fair Leather Leggings Resist chance = 5.38 (Wiki max 5.22) Sometimes humble tools may surprise you (IMG:[ invalid] style_emoticons/default/smile.gif) Your information is incorrect. It is not the number you see that is important, but rather the base value (fixed value). In this case, the base value is 4.9 (pass the mouse pointer over the attribute and you will see a small box with a number - this is the base value).
|
|
|
|
|
|
Dec 31 2017, 22:55
|
mundomuñeca
Group: Members
Posts: 4,221
Joined: 14-July 17
|
QUOTE(Basara Nekki @ Dec 31 2017, 20:31) Your information is incorrect. It is not the number you see that is important, but rather the base value (fixed value). In this case, the base value is 4.9 (pass the mouse pointer over the attribute and you will see a small box with a number - this is the base value).
Ooops, you're right; sorry, my bad (IMG:[ invalid] style_emoticons/default/sad.gif)
|
|
|
|
|
|
Jan 4 2018, 04:00
|
Superlatanium
Group: Gold Star Club
Posts: 7,577
Joined: 27-November 13
|
Someone asked me why my database's numbers are different from those on the wiki for Leg Rapier Slaughter ADB. I'm using the following: CODE SELECT eqs.`key`,MIN( CAST( eqs.value AS DECIMAL(9,2) ) ), MAX( CAST( eqs.value AS DECIMAL(9,2) ) ) FROM hentaiverse_equipment AS eq INNER JOIN hentaiverse_equipment_meta AS eqs ON eq.`id` = eqs.`equipmentID` WHERE (eqs.`key` = 'weaponDamage' OR eqs.`key` = 'Attack Damage') AND eq.eid > 71001000 AND eq.type = 'Rapier' AND eq.suffix = 'Slaughter' AND (eq.quality = 'Legendary' OR eq.quality = 'Peerless') Which spits out 44.26 - 51.33, but Wiki Lmin is 42.8. Did I mess up? https://ehwiki.org/wiki/Equipment_Ranges#Rapier[ reasoningtheory.net] https://reasoningtheory.net/viewranges
|
|
|
|
|
|
|
|
|
Jan 4 2018, 12:22
|
Noni
Group: Catgirl Camarilla
Posts: 12,950
Joined: 19-February 16
|
QUOTE(Superlatanium @ Jan 4 2018, 03:00) Someone asked me why my database's numbers are different from those on the wiki for Leg Rapier Slaughter ADB. I'm using the following: CODE SELECT eqs.`key`,MIN( CAST( eqs.value AS DECIMAL(9,2) ) ), MAX( CAST( eqs.value AS DECIMAL(9,2) ) ) FROM hentaiverse_equipment AS eq INNER JOIN hentaiverse_equipment_meta AS eqs ON eq.`id` = eqs.`equipmentID` WHERE (eqs.`key` = 'weaponDamage' OR eqs.`key` = 'Attack Damage') AND eq.eid > 71001000 AND eq.type = 'Rapier' AND eq.suffix = 'Slaughter' AND (eq.quality = 'Legendary' OR eq.quality = 'Peerless') Which spits out 44.26 - 51.33, but Wiki Lmin is 42.8. Did I mess up? https://ehwiki.org/wiki/Equipment_Ranges#Rapier[ reasoningtheory.net] https://reasoningtheory.net/viewrangesThe SQL looks correct. Could be the eq.eid > 71001000, does the wiki use that too? If not, that could cause the lower Lmin
|
|
|
|
|
|
Jan 4 2018, 12:33
|
Superlatanium
Group: Gold Star Club
Posts: 7,577
Joined: 27-November 13
|
Ah, you're probably right. I thought I was being permissive enough with >71m because "Please only post equipment with ID's over 72,000,000" but when I decrease the minimum EID to 68m (from 69m), it gives me a min of 42.80. Given that no other rapiers have ADB near that low, it seems like reasonable evidence for the possibility that the queries used to generate the wiki information might occasionally be looking at EIDs still from 0.81.
|
|
|
|
|
|
Jan 4 2018, 13:02
|
Scremaz
Group: Gold Star Club
Posts: 24,304
Joined: 18-January 07
|
ah, yes. afaik the break point should be somewhere around 67M (and chipp could be using this one as well), but admin never confirmed this. it's more a calculation of ours. should also be the same EID used on SmartSearch.
also, i remember there were some derped ranges here and there, so he manipulated them a bit later. going with a slightly higher minimum EID may be a solution, yep.
[edit]: or even to deliberately remove lower-range items with only one occurrence
This post has been edited by Scremaz: Jan 4 2018, 13:15
|
|
|
Jan 5 2018, 12:05
|
Nayas
Group: Members
Posts: 700
Joined: 6-February 11
|
link in 1st post 404s Has there been any updates to the script or should I just continue to use the one included in hvtoolbox?
|
|
|
Jan 5 2018, 12:12
|
Superlatanium
Group: Gold Star Club
Posts: 7,577
Joined: 27-November 13
|
It was basically just this: CODE const rangesToSend = []; rangesToSend.push({ 'eid' : item.eid, 'key' : item.key });
//repeat for all items you want to send: loop over all items in inventory? function sendRanges(){ if (rangesToSend.length === 0) return; const exists = new XMLHttpRequest(); const data = new FormData(); data.append('action', 'store'); data.append('equipment', JSON.stringify(rangesToSend)); exists.open("POST","https://hvitems.niblseed.com/",false); exists.send( data ); }
|
|
|
Jan 5 2018, 13:46
|
Scremaz
Group: Gold Star Club
Posts: 24,304
Joined: 18-January 07
|
QUOTE(Superlatanium @ Jan 5 2018, 11:12) It was basically just this:
included in OP post.
|
|
|
Jan 5 2018, 20:56
|
Nayas
Group: Members
Posts: 700
Joined: 6-February 11
|
ah okay, toolbox has the same part of code
|
|
|
|
|
|
Jan 9 2018, 00:51
|
skillchip
Group: Catgirl Camarilla
Posts: 5,753
Joined: 31-December 06
|
Cutoff used in queries is 67250000 SELECT eqs.`key`,MIN( CAST( eqs.value AS DECIMAL(9,2) ) ), MAX( CAST( eqs.value AS DECIMAL(9,2) ) ) FROM hentaiverse_equipment AS eq INNER JOIN hentaiverse_equipment_meta AS eqs ON eq.`id` = eqs.`equipmentID` WHERE (eqs.`key` = 'weaponDamage' OR eqs.`key` = 'Attack Damage') AND eq.eid > 67250000 AND eq.type = 'Rapier' AND eq.suffix = 'Slaughter' AND (eq.quality = 'Legendary' OR eq.quality = 'Peerless') Results field min max Also, I don't like the fact my opening post was edited! It's like editing my wiki pages. !!! (IMG:[ invalid] style_emoticons/default/smile.gif) weaponDamage 42.80 51.33 Cutoff point was arbitrarily chosen after the update. Switching to 68250000 min increases to 44.20 This post has been edited by skillchip: Jan 9 2018, 00:56
|
|
|
|
|
|
|
|
|
Jan 9 2018, 21:18
|
skillchip
Group: Catgirl Camarilla
Posts: 5,753
Joined: 31-December 06
|
Probably easy to get a cutoff ID "fast" by getting min values above each equipment ID in sql and seeing where the jump is in a specific type of equipment. Problem of doing that before was that not all values might be seen, shouldnt be an issue now as long as ranges havent changed since the last change.
|
|
|
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:
|
|
|
|
|
|
|