Out of knowledge

You need help? Check the general infos or post your question here!

Moderator: Game Administrators

Post Reply
Sumit
Posts: 70
Joined: Tue Aug 08, 2017 6:30 pm

Out of knowledge

Post by Sumit »

What is max level a player can have? Or is it unlimited levels a player can have?
User avatar
SellSword
Posts: 4036
Joined: Tue Aug 29, 2017 11:16 pm
Location: Ardesia

Re: Out of knowledge

Post by SellSword »

The sky (or bank account) is the limit. A GM did advise once that when your armor is set over a million you end up dying repeatedly. (Maybe it is AT a million, so be cautious...) ;)
Old soldiers never die, they just fade away.
User avatar
terminator
Posts: 537
Joined: Wed Apr 09, 2014 5:03 am

Re: Out of knowledge

Post by terminator »

SellSword wrote: Wed Mar 13, 2019 6:07 am The sky (or bank account) is the limit. A GM did advise once that when your armor is set over a million you end up dying repeatedly. (Maybe it is AT a million, so be cautious...) ;)
Nah just means don't put in 1 million armor
Terminator-2000+() archer
Terminator3-85()dwarf
Terminator4-175()Mage
xMortalZ-227 Dwarf
My quest is to promote the future and prevent ill history from repeating itself.
User avatar
madmaniacal1
Posts: 1656
Joined: Mon May 23, 2016 12:29 am

Re: Out of knowledge

Post by madmaniacal1 »

SellSword wrote: Wed Mar 13, 2019 6:07 am The sky (or bank account) is the limit. A GM did advise once that when your armor is set over a million you end up dying repeatedly. (Maybe it is AT a million, so be cautious...) ;)
Your ARM building up isn't an issue. However, if it gets high enough to cause your Hp to exceed 2.147b, the Hp value goes negative and you will die every time you login.
Omnes Autem Uri
User avatar
SellSword
Posts: 4036
Joined: Tue Aug 29, 2017 11:16 pm
Location: Ardesia

Re: Out of knowledge

Post by SellSword »

madmaniacal1 wrote: Wed Mar 13, 2019 6:28 am
SellSword wrote: Wed Mar 13, 2019 6:07 am The sky (or bank account) is the limit. A GM did advise once that when your armor is set over a million you end up dying repeatedly. (Maybe it is AT a million, so be cautious...) ;)
Your ARM building up isn't an issue. However, if it gets high enough to cause your Hp to exceed 2.147b, the Hp value goes negative and you will die every time you login.
Truly the things I worry about when I log in! :shock: :lol:
Old soldiers never die, they just fade away.
User avatar
LostKnight
Posts: 6403
Joined: Sat Sep 09, 2017 8:02 pm
Location: Rockhiem nord i Steinhus nær Kedington

Re: Out of knowledge

Post by LostKnight »

Searching: 2,147,000,000, takes me to Wikipedia, and since links are not allowed.
Wikipedia wrote:In computing

The number 2,147,483,647 (or hexadecimal 7FFF,FFFF16) is the maximum positive value for a 32-bit signed binary integer in computing. It is therefore the maximum value for variables declared as integers (e.g., as int) in many programming languages, and the maximum possible score, money, etc. for many video games. The appearance of the number often reflects an error, overflow condition, or missing value.[8] In December 2014, Google said that PSY's music video "Gangnam Style" had exceeded the 32-bit integer limit for YouTube view count, necessitating YouTube to upgrade the counter to a 64-bit integer.[9][10]

The data type time_t, used on operating systems such as Unix, is a signed integer counting the number of seconds since the start of the Unix epoch (midnight UTC of 1 January 1970), and is often implemented as a 32-bit integer.[11] The latest time that can be represented in this form is 03:14:07 UTC on Tuesday, 19 January 2038 (corresponding to 2,147,483,647 seconds since the start of the epoch). This means that systems using a 32-bit time_t type are susceptible to the Year 2038 problem.[12]
Which makes things easy: aim for 2,147,483,647-1 and you'll be safe - until 19 January 2038 that is.

Today's date is: (± a bit because it's based on seconds)

Code: Select all

 13 Mar 19 @ 08:50:19 ~
   $ date +%s
1552477867
so we have a while yet. I'll take that as levels thank you :D

Code: Select all

 13 Mar 19 @ 08:54:21 ~
   $ date +%s
1552478099
:mrgreen: :ugeek:
I am always AFK!
I am LK, A Friendly Knight.
User avatar
madmaniacal1
Posts: 1656
Joined: Mon May 23, 2016 12:29 am

Re: Out of knowledge

Post by madmaniacal1 »

To sum this up, take the value of the Hp/lvl bonus gained once over lvl 100 (see manual for class specific details) and divide it into [(2^31)-1] to find out the maximum safe level for your class. For example, mages gain 20hp per lvl without any ARM added, so they could theoretically reach 107374182. Ogres gain 100hp/lvl, so they could only reach 21474836.

Whaddya know? We finally found the lvl cap! :lol: :lol: :lol: :lol: :lol:
Omnes Autem Uri
Post Reply