Page 1 of 6
1
2
3
... LastLast
  1. #1

    Inflating item levels - 2.1bil bosses by end of expansion

    At this rate blizzard is going to hit the health cap 2.14bil before the end of the expansion. Heroic elegon has 1bil health (502), sha of fear has 1.6bil health (509) and we're going up to 540-550 (Ra-den probably drops "elite") or so with the next patch and then in 5.3 we're apparently getting item upgrade back to see another 8 item levels on top of that.

    So I'm guessing we're going to see very few bosses with damage increasing mechanics, and the last tier will have a boss that dies, and comes back or heals. Next expansion blizzard is going to either have to do something clever or go back to their idea of stat reduction across the board. Should be interesting to see.

  2. #2
    amount of hp and current ilevel doesn't really matter in regards to power ups on encounters - they can always pump the boss or put some kind of limitation(like only 10 people can attack at a time) or some sort.

    id be more worried with people going over 1 mil HP at the end of the xp.

  3. #3
    They might do what they did with H Sha of Fear / H Ragnaros. Once the boss reaches X% health it come back at Y% health with new abilities.

  4. #4
    How do you know that the code of the game does not allow health higher than 2.14 billion? I am not doubting you, this is just the first time I have heard of it and I am curious how we came to know this.

  5. #5
    Yeah nearly 100 ivl difference in 2 raid tiers (463 - 550 (estimated)). I have a feeling blizzard is intentionally massively inflating Ilvls this expansion just so to minimize the player outcry and opposition for when they put in the Ilvl crunch next expansion.

  6. #6
    Or they will just assign an extra interger to handle the health overflow. It would literally only require 1 extra CPU cycle per health check. Performance loss for the average computer would be about a millionth of a percent.

  7. #7
    or they can add more targets or mobs that have mechanics which mean you can't ignore them, so less dps goes on the boss.

    why is 2.14billion the cap? i assumed they fixed or edited all that stuff when they changed the gold cap.

  8. #8
    Deleted
    Quote Originally Posted by kNite View Post
    Yeah nearly 100 ivl difference in 2 raid tiers (463 - 550 (estimated)). I have a feeling blizzard is intentionally massively inflating Ilvls this expansion just so to minimize the player outcry and opposition for when they put in the Ilvl crunch next expansion.
    I'm pretty sure Attumen's loot has item level 115 -> makes bc 115-164 and so 49 difference. ~42%


    bc 115-164. 49 difference. ~42% (attumen the huntsman - kiljaeden) (thanks to keashaa :P)
    wotlk 200-284. 84 difference ~42% (maexxna 10man - lich king 25hc)
    cata 359-416. 57 difference ~16% (lets assume *2, so 32% as only +5 level) (magmaw nonheroic - madness of deathwing heroic)
    mop 476-550. 74 difference ~16% (lets assume *2, so 32% as only +5 level) (mogushan vault LFR - unknown, wild guessing probably higher numbers in the end)

    with the numbers we reach atm, plain +xx amount of itemlevel is too much/not enough is wrong. you cant compare plain numbers if the values are different.
    so even if we double the amount, as its "only" a +5 level xpac, the itemlevel difference seems still quite as expected. nothing out of order, usual thing as the numbers get higher, that the plain amount gets higher in order to keep up with the percentage.
    Last edited by mmocb691fa1770; 2013-01-24 at 09:12 AM. Reason: fixed due to wrong ilvl of entry raid @ mop / i suck at copypasting numbers

  9. #9
    Quote Originally Posted by kNite View Post
    Yeah nearly 100 ivl difference in 2 raid tiers (463 - 550 (estimated)). I have a feeling blizzard is intentionally massively inflating Ilvls this expansion just so to minimize the player outcry and opposition for when they put in the Ilvl crunch next expansion.
    While a bit of a tinfoil-hat-ish theory at first glance, this might actually be correct, i can't find another way to explain Blizz going for such insane stat-inflation otherwise (Not after almost stat-crunching in MoP-release because of overly big stats/DPS/HPS), if they can make the majority of the players complain about hideous level of stats they can implement their cherished stat-crunch with way less opposition (And then mess it up somehow of course :P )

  10. #10
    Quote Originally Posted by digitalizm View Post
    bc 125-164. 39 difference. ~31%
    wotlk 200-284. 84 difference ~42%
    cata 359-416. 57 difference ~16% (lets assume *2, so 32% as only +5 level)
    mop 463-550. 87 difference ~19% (lets assume *2, so 38% as only +5 level)

    with the numbers we reach atm, plain +xx amount of itemlevel is too much/not enough is wrong. you cant compare plain numbers if the values are different.
    so even if we double the amount, as its "only" a +5 level xpac, the itemlevel difference seems still quite as expected. nothing out of order, usual thing as the numbers get higher, that the plain amount gets higher in order to keep up with the percentage.
    we will have another raid tier or 2 in MoP, so the 550 would be analogous to ulduar or maybe ToGC in wrath (232/264), not the 284 of heroic ICC.
    Quote Originally Posted by tkjnz
    If memory serves me right, a fox is a female wolf.

  11. #11
    Quote Originally Posted by digitalizm View Post
    bc 125-164. 39 difference. ~31% (attumen the huntsman - kiljaeden)
    wotlk 200-284. 84 difference ~42% (maexxna 10man - lich king 25hc)
    cata 359-416. 57 difference ~16% (lets assume *2, so 32% as only +5 level) (magmaw nonheroic - madness of deathwing heroic)
    mop 476-550. 74 difference ~16% (lets assume *2, so 32% as only +5 level) (mogushan vault LFR - unknown, wild guessing probably higher numbers in the end)

    with the numbers we reach atm, plain +xx amount of itemlevel is too much/not enough is wrong. you cant compare plain numbers if the values are different.
    so even if we double the amount, as its "only" a +5 level xpac, the itemlevel difference seems still quite as expected. nothing out of order, usual thing as the numbers get higher, that the plain amount gets higher in order to keep up with the percentage.
    I could be wrong but I believe the 5.0 raid tier began at an ilevel of 476 not 463.

  12. #12
    Quote Originally Posted by iscalio View Post
    How do you know that the code of the game does not allow health higher than 2.14 billion? I am not doubting you, this is just the first time I have heard of it and I am curious how we came to know this.
    I'm guessing his (reasonable) assumption is that boss health is stored as a signed int variable, which goes from -2,147,483,647 to 2,147,483,647. In other words, max boss health = 2,14 billion. Even if it's stored as an unsigned int for some reason, it would be postponing the problem to around 4,3 billion.

    Of course, Blizzard could've had a moment of foresight back when this was built and put health into a long or something, which would mean we won't see the cap any time soon, as an unsigned long foes from −9,223,372,036,854,775,808 to 9,223,372,036,854,775,807.

  13. #13
    Quote Originally Posted by Sevyvia View Post
    I'm guessing his (reasonable) assumption is that boss health is stored as a signed int variable, which goes from -2,147,483,647 to 2,147,483,647. In other words, max boss health = 2,14 billion. Even if it's stored as an unsigned int for some reason, it would be postponing the problem to around 4,3 billion.

    Of course, Blizzard could've had a moment of foresight back when this was built and put health into a long or something, which would mean we won't see the cap any time soon, as an unsigned long foes from −9,223,372,036,854,775,808 to 9,223,372,036,854,775,807.
    but requires a bit more computational power

  14. #14
    Deleted
    Quote Originally Posted by herpecin View Post
    we will have another raid tier or 2 in MoP, so the 550 would be analogous to ulduar or maybe ToGC in wrath (232/264), not the 284 of heroic ICC.
    we wont probably reach 600 (which would be, if we'd double the amount ~50%), think we will end up at 580~ maybe 58x ilvl for the last tier (i dont expect a fourth tier of content, so..). still seems quite comparable to the other addons 25-45% should be the range, am I wrong or do you all just want to see something "wrong" when there isnt? You also have to keep in mind, that the ratings per percent values dropped a lot. Plain "woa +1000 rating" arent comparable to the numbers back then.
    that the numbers have to be fixed in order to avoid 3478327847392847893 damage per spell is out of question, the itemlevel inflation is a problem which never really existed. every addon out of every corner they came and said "woa look at those items, this addon is broken, too much inflation"

    Quote Originally Posted by Xeraxis View Post
    I could be wrong but I believe the 5.0 raid tier began at an ilevel of 476 not 463.
    fixed that already, you quoted the fixed one, so my fault obviously

  15. #15
    Quote Originally Posted by digitalizm View Post
    fixed that already, you quoted the fixed one, so my fault obviously
    Oops that will teach me to not refresh one last time before posting.

  16. #16
    Quote Originally Posted by Sevyvia View Post
    I'm guessing his (reasonable) assumption is that boss health is stored as a signed int variable, which goes from -2,147,483,647 to 2,147,483,647. In other words, max boss health = 2,14 billion. Even if it's stored as an unsigned int for some reason, it would be postponing the problem to around 4,3 billion.

    Of course, Blizzard could've had a moment of foresight back when this was built and put health into a long or something, which would mean we won't see the cap any time soon, as an unsigned long foes from −9,223,372,036,854,775,808 to 9,223,372,036,854,775,807.
    Or it's possible that the game engine was tweaked to use 64 bit intergers since almost nobody has a 32 bit CPU anymore.

  17. #17
    Deleted
    Quote Originally Posted by Sevyvia View Post
    I'm guessing his (reasonable) assumption is that boss health is stored as a signed int variable, which goes from -2,147,483,647 to 2,147,483,647. In other words, max boss health = 2,14 billion. Even if it's stored as an unsigned int for some reason, it would be postponing the problem to around 4,3 billion.

    Of course, Blizzard could've had a moment of foresight back when this was built and put health into a long or something, which would mean we won't see the cap any time soon, as an unsigned long foes from −9,223,372,036,854,775,808 to 9,223,372,036,854,775,807.
    which means that instead of speaking about bosses with 2.14B HP, we have a different problem. you have K for thousand, M for million, B for Billion and T for trillion. but the next step AND the step after that both start with QU (quadrillion and quintillion). you might call quadrillion Q, but what will you call quintillion? QQ?

    "okay, so this boss has 9 QQ HP. don't forget to use your 1M Flasks and 500K food buffs. thank god everyone migrated to 64 bit PCs a while ago."

  18. #18
    Quote Originally Posted by nzall View Post
    which means that instead of speaking about bosses with 2.14B HP, we have a different problem. you have K for thousand, M for million, B for Billion and T for trillion. but the next step AND the step after that both start with QU (quadrillion and quintillion). you might call quadrillion Q, but what will you call quintillion? QQ?

    "okay, so this boss has 9 QQ HP. don't forget to use your 1M Flasks and 500K food buffs. thank god everyone migrated to 64 bit PCs a while ago."
    If you have to remind your raid team to use the current expansions flasks and stat food don't worry, you won't be raiding at that point anyways.

  19. #19
    Quote Originally Posted by Xeraxis View Post
    If you have to remind your raid team to use the current expansions flasks and stat food don't worry, you won't be raiding at that point anyways.
    well maybe there's 450k food buffs that you don't have to farm as much for!

  20. #20
    Blizzard have said multiple times "We know what gear levels we will have by the end of expansion don't worry about scaling, damage ect it will be fine" I think they know what they are doing and already fixed the 2.14 health cap before MoP beta because they already tested internally how players would be doing with Ilvl 800, 2000 ect and knew the kinda damage people will be doing.

    They managed to remove the 2,14 gold it would be the same thing again with HP levels

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •