KENNYSOFT / WzComparerR2

Maplestory online Extractor
http://wcr2.kennysoft.kr
MIT License
79 stars 15 forks source link

skill 1241000 unextractable #128

Closed Jancy-49 closed 1 year ago

Jancy-49 commented 1 year ago

image cant turn object from 'System.Func`2[System.Decimal,System.Decimal]' into type 'System.Iconvertible'

PirateIzzy commented 1 year ago

The issue is caused by an error Nexon made with the mpCon formula for this skill; it's written as "30+d*(x/6)" instead of "30+d(x/6)". The d represents a "floor" (round down) to the following formula, in this case d(x/6) -> floor(x/6). The incorrect formatting of the * in between the d(x/6) causes the skill tooltip to break. image

KENNYSOFT commented 1 year ago

Kagamia@adda4ee8886fab405fd8eb722554c28364ba0354

Resolved in 3a780483951d0a2f4edfe4974a0f6f3407e55547