Every item within the shop that isn't level 1 has a red level number indicating that i'm not a high enough level to use it.
I noticed that too
Visual bug, you can still use the items.
Quote from: ghostkid17 on October 10, 2013, 11:12:35 AM
Visual bug, you can still use the items.
Of course you can, otherwise the bug would've been fixed by now.
There problem is due to the max level being based off 8 bits. Basically it loops after 255, so a lv 256 would be considered as a lv 0(? might be a lv 1 but going with lv 0), 257 as a lv 1 and etc. Happens in many places, like mvp (which just breaks at 0/1), friends list, guild invite, and shop. ::)
Quote from: Rossbach on October 12, 2013, 04:54:24 AM
There problem is due to the max level being based off 8 bits. Basically it loops after 255, so a lv 256 would be considered as a lv 0(? might be a lv 1 but going with lv 0), 257 as a lv 1 and etc. Happens in many places, like mvp (which just breaks at 0/1), friends list, guild invite, and shop. ::)
but im only lvl 216 and it does it to me too
This has been updated and will be fixed when the next patch releases.