The limit on total effects you can have, anything that gives you a buff/debuff icon, is 32. However, some time in the SI period it was changed so you could only have 28 positive effects, leaving 4 slots free for negative effects like mezz, that you'd otherwise be immune to.Esselinithia said:26: 26 as a limit doesn't look logical if you see the programming side of it, 32 would look like a natural limit, that is based on code itself. If it is 26 (or 25, and you had one effect that doesn't count) then it is a rule of the game. Mostly to reduce the effects of having two buffbots, and imho with the healer + shaman combo mids had an advantage, but the buff limit made them equal. It is here to prevent people with 3+ accounts use insane amount of buffs and get above everyone else.
It's a question of code speed. It's a lot faster cpu-time-wise to have a static sized number of buffs when the server has to take care of up to 3000 players, rather than continually having to allocate smaller and larger areas of memory to store a person's buffs.Zebolt said:Finally.
What I don't understand is why they had to put a cap on it in the first place and now raise it to 50 instead of removing it ^^
It might be feasible to do something in between, a fixed size area until it's full, but I guess Mythic chose the fastest solution, both when it comes to programming time and execution time.