B3akers/csgo-fake-opening

skin rarity issue

Closed this issue · 3 comments

xevss commented

skin rarity messes up and makes normal skins appear as reds etc , example image attached
image

same issue, only red items drop ;/

i think it's only dropping reds because econ_paint_kit_definition::get_rarity_value() is only returning 32, so the if statement at line 129 in csgo_sdk.cpp is always passing and the rarity value gets set to 6, dunno how to fix though

fixed