BoutCheetah

Other BoutCheetah Stuff => Report A Bug => Solved Bug Reports => Topic started by: Purple on October 10, 2013, 08:08:18 AM

Title: Level requirements are messed up
Post by: Purple on October 10, 2013, 08:08:18 AM
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.
Title: Re: Level requirements are messed up
Post by: Cooky on October 10, 2013, 08:08:36 AM
I noticed that too
Title: Re: Level requirements are messed up
Post by: loewe98 on October 10, 2013, 09:04:04 AM
Quote from: Cooky on October 10, 2013, 08:08:36 AM
I noticed that too
Title: Re: Level requirements are messed up
Post by: ghostkid17 on October 10, 2013, 11:12:35 AM
Visual bug, you can still use the items.
Title: Re: Level requirements are messed up
Post by: Purple on October 10, 2013, 11:24:48 AM
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.
Title: Re: Level requirements are messed up
Post by: 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.  ::)
Title: Re: Level requirements are messed up
Post by: Cooky on October 12, 2013, 06:52:07 AM
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
Title: Re: Level requirements are messed up
Post by: Madprox on October 12, 2013, 10:49:44 AM
This has been updated and will be fixed when the next patch releases.