Results -9 to 0 of 73

Threaded View

  1. #11
    Player
    Daeriion_Aeradiir's Avatar
    Join Date
    Jul 2014
    Posts
    601
    Character
    Daeriion Aeradiir
    World
    Gilgamesh
    Main Class
    Dark Knight Lv 100
    Quote Originally Posted by MsQi View Post
    "440,000,000HP!"

    oh, are we still using windows 98?
    No, but they're likely approaching the 32-bit integer limit which with their current scaling, enemy HP would 100% hit that overflow point in 6.0.
    And no, simply re-assigning certain values to higher datatypes isn't as simple as it looks. Since packets would have to encapsulate that data, any change in the variable size for certain values would increase packet size. Which magnified by -x- amount of players doing the boss across -y- amount of instances (which at the beginning of new raid patches, can be thousands of instances) can increase server I/O load substantially.

    Given that increasing our inventory by even 1 slot seems to be a big task that they have to meticulously plan out due to the increase in packet size it brings, it's no surprise they'd rather stat squish than re-program many of the int values in the game into higher encapsulating datatypes.
    (6)
    Last edited by Daeriion_Aeradiir; 02-07-2021 at 12:11 AM.