Max mesos?Nooby question
basilmarket.com forums : General Maple Story  |  14 posts archived
« prev list next » thread 21,078 of 31,468  (arrow keys work)
thread starter golakersgo1 Aug 01 2009 + PM | QUOTE | PERMALINK | REPORT
Hey I heard there's such thing as a number of mesos you can't exceed in a trade. Is it 2.1b? Please tell me how much it is, I'm not sure.
rockk 08/01/09 + PM | QUOTE | PERMALINK | REPORT
2,147,xxx,xxx.
legitbandit 08/01/09 + PM | QUOTE | PERMALINK | REPORT
2,147,483,347
golakersgo1 08/01/09 + PM | QUOTE | PERMALINK | REPORT
o lol thx.
Drooness 08/01/09 + PM | QUOTE | PERMALINK | REPORT
That's the maximum you can have in your inventory at once as well.
ccsballazdre 08/01/09 + PM | QUOTE | PERMALINK | REPORT
Only irunthisfm or the FMking has that
Johnyx33 08/01/09 + PM | QUOTE | PERMALINK | REPORT
golakersgo1 said: "o lol thx." Why do you need it?
luckypoop 08/01/09 + PM | QUOTE | PERMALINK | REPORT
ccsballazdre said: "Only irunthisfm or the FMking has that" Many people have more than max meso. It's just they're probably among the richest.
Sportz 08/01/09 + PM | QUOTE | PERMALINK | REPORT
ccsballazdre said: "Only irunthisfm or the FMking has that" Very wrong.
search1 08/01/09 + PM | QUOTE | PERMALINK | REPORT
I think it is 2^31
XxChaosXD 08/01/09 + PM | QUOTE | PERMALINK | REPORT
2,147,483,647
qaovxtazypdl 08/01/09 + PM | QUOTE | PERMALINK | REPORT
2 147 483 647 Or 2^31-1 Because maple runs on 32 bit, the number of mesos possible ranges from -2147483648 (-(2^31))to 2147483647 (2^31-1) Add those two up in absolute values and you have 2^32 amounts of mesos possible. Because when a transaction is carried out, the computer adds negative mesos to your amount instead of subtracting. Therefore you need negative mesos to -214783648.
icemage07 Aug 01 2009 + PM | QUOTE | PERMALINK | REPORT
the number of mesos is stored as signed integer. each integer has 4 bytes, each byte has 8 bits, and each bit can store 2 different values: 0 or 1 divide this by 2 because its a signed integer (half of this amount is used to represent positive values, the other half is used to represent negative values) this means you can have a total of 2^(8*4)/2 different number of mesos (this also includes 0 mesos) subtract by 1 to get the max amount: [2^(8*4)/2] -1 = 2,147,483,647 mesos. this is the current limit, until they decide to change the data type. @ above: maple could be 64 bits and the limit would still be the same (unless they also change the data type used to store the number of mesos)
golakersgo1 08/01/09 + PM | QUOTE | PERMALINK | REPORT
Oh, that sucks, I wish I could hold more mesos T,T
« prev list next » thread 21,078 of 31,468  (arrow keys work)