We have a new Beta: v0.8.13 ("Troubling Times") !
Useful links
Source code of the game - Contribution guide - ATCS Editor - Translate the game on Weblate - Example walkthrough - Andor's Trail Directory - Join the Discord
Get the game (v0.8.12.1) from Google, F-Droid, our server, or itch.io
Useful links
Source code of the game - Contribution guide - ATCS Editor - Translate the game on Weblate - Example walkthrough - Andor's Trail Directory - Join the Discord
Get the game (v0.8.12.1) from Google, F-Droid, our server, or itch.io
MAX LEVEL
-
- Posts: 2
- Joined: Sun Feb 16, 2014 6:12 am
- android_version: 2.2
MAX LEVEL
hello im new ish I beat most the game am lv 48 im only missing Rolsx2 ill post up my stats in the future but I am extreamly curious what IS the MAX level attainable if any?????? pls I must know is there a limit saw someone post lv 205 O.O what is the cap??
-
- VIP
- Posts: 559
- Joined: Sun Nov 25, 2012 8:10 pm
- android_version: 6.0 - Marshmallow
- Location: Minneapolis, MN
Re: MAX LEVEL
welcome to the forums! As far as I know there is not a level cap....so, see how high you can go! 

Lvl78 XP9403007 Gold 248643 AP3 HP139 AC350 AD42-59 BC97 DR1
SP:D MC3 BC CS2 QL4 IF MF EB DW2
Rols1Rol2Elyr1Char1Golf1Shaf0Srov1Vsh1
Ozzy
lvl:47 HP114 AC254 AD27-37 BC112
SP:WA HH CS(2) CL CE IF(2) Reg
Rols1Rol0ElyR0Char2Shaf1Golf1Srov1Vsh1
SP:D MC3 BC CS2 QL4 IF MF EB DW2
Rols1Rol2Elyr1Char1Golf1Shaf0Srov1Vsh1
Ozzy
lvl:47 HP114 AC254 AD27-37 BC112
SP:WA HH CS(2) CL CE IF(2) Reg
Rols1Rol0ElyR0Char2Shaf1Golf1Srov1Vsh1
-
- Posts: 2
- Joined: Sun Feb 16, 2014 6:12 am
- android_version: 2.2
Re: MAX LEVEL
Ima make a char and put all skill points into exp and farm bwm i willl see lol
- rijackson741
- Posts: 4520
- Joined: Tue Aug 20, 2013 2:04 am
- android_version: 10 - Android 10
- Location: Somewhere in Dhayavar
- Contact:
Re: MAX LEVEL
I believe XP is stored as a signed 32 bit integer, in which case it can't exceed 2,147,483,647. That limits your maximum level to 489 (which you will achieve when you have 2,137,148,420 XP). So far only two people have managed to get more than 1/4 of that XP: http://andorstrail.com/viewtopic.php?f=2&t=327
Level:75, XP:7656192, PV:866, FQ:105
HP:226, AC:255, AD:47-61, AP:3, ECC:23%, CM:3.0, BC:192, DR:3
Gold: 241432 | RoLS:1, RoL:1, GoW:1, VSH:1, RoFLS:1, WoB:1
HH:1, WA:1, D:1, CS:2, Cl:1, IF:4, Ev:3, Re:2, WP:DA:1, WP:1S:1, WP:B:1, AP:L:1, FS:DW:2, S:DW:1
HP:226, AC:255, AD:47-61, AP:3, ECC:23%, CM:3.0, BC:192, DR:3
Gold: 241432 | RoLS:1, RoL:1, GoW:1, VSH:1, RoFLS:1, WoB:1
HH:1, WA:1, D:1, CS:2, Cl:1, IF:4, Ev:3, Re:2, WP:DA:1, WP:1S:1, WP:B:1, AP:L:1, FS:DW:2, S:DW:1
-
- Posts: 69
- Joined: Sun Jan 19, 2014 5:42 am
- android_version: 4.3
Re: MAX LEVEL
The max level is 400. The exp from 400 to 401 breaks the halfway point of an int.
Source : personal experience
Source : personal experience
Click me for a look at my gift to the Andor's Trail Community...
- rijackson741
- Posts: 4520
- Joined: Tue Aug 20, 2013 2:04 am
- android_version: 10 - Android 10
- Location: Somewhere in Dhayavar
- Contact:
Re: MAX LEVEL
Maybe I misunderstand how XP works. I thought the experience required to get to the next level is 55*CL^2, where CL is your current level. In which case, you get level 489 with 2,137,148,420 XP, which can be stored in a signed int (max 2,147,483,647). To get to level 490 would require an additional 13,097,920 XP, which would take the total to 2,150,300,075, which cannot be stored in a signed int.
Here are the numbers I calculate (sorry about the formatting, but I don't know how to fix it in these forums). I have also attached an Excel spreadsheet.
Here are the numbers I calculate (sorry about the formatting, but I don't know how to fix it in these forums). I have also attached an Excel spreadsheet.
You do not have the required permissions to view the files attached to this post.
Level:75, XP:7656192, PV:866, FQ:105
HP:226, AC:255, AD:47-61, AP:3, ECC:23%, CM:3.0, BC:192, DR:3
Gold: 241432 | RoLS:1, RoL:1, GoW:1, VSH:1, RoFLS:1, WoB:1
HH:1, WA:1, D:1, CS:2, Cl:1, IF:4, Ev:3, Re:2, WP:DA:1, WP:1S:1, WP:B:1, AP:L:1, FS:DW:2, S:DW:1
HP:226, AC:255, AD:47-61, AP:3, ECC:23%, CM:3.0, BC:192, DR:3
Gold: 241432 | RoLS:1, RoL:1, GoW:1, VSH:1, RoFLS:1, WoB:1
HH:1, WA:1, D:1, CS:2, Cl:1, IF:4, Ev:3, Re:2, WP:DA:1, WP:1S:1, WP:B:1, AP:L:1, FS:DW:2, S:DW:1
- Zukero
- Lead Developer
- Posts: 2028
- Joined: Thu Jul 21, 2011 9:56 am
- android_version: 8.0
- Location: Eclipse
Re: MAX LEVEL
Actually, what is stored is the total exp, so you need to compute X where sigma (i=1..X) 55*i^2 <max int
Lvl: 78, XP: 8622632, Gold: 271542, RoLS: 1, ElyR: -, RoL: -, ChaR: 1, GoLF: 1, ShaF: 1, SRoV: 1, VSH: 1, WMC: 1, GoW: 1
HP: 71, AC: 301%, AD: 38-47, AP: 3, ECC: 50%, CM: 3.75, BC: 101%, DR: 2
HP: 71, AC: 301%, AD: 38-47, AP: 3, ECC: 50%, CM: 3.75, BC: 101%, DR: 2
- rijackson741
- Posts: 4520
- Joined: Tue Aug 20, 2013 2:04 am
- android_version: 10 - Android 10
- Location: Somewhere in Dhayavar
- Contact:
Re: MAX LEVEL
The cumulative experience needed to get to the next level is shown in the third column. First column is level, second column is XP needed to get to the next level, third column is cumulative XP needed to get to the next level, fourth column is whether that cumulative XP is less than max int. The total XP required to get to level 489 can be stored in a signed integer (unless the formula for XP per level is wrong. I just saw it in a forum post, I have not verified it).
Level:75, XP:7656192, PV:866, FQ:105
HP:226, AC:255, AD:47-61, AP:3, ECC:23%, CM:3.0, BC:192, DR:3
Gold: 241432 | RoLS:1, RoL:1, GoW:1, VSH:1, RoFLS:1, WoB:1
HH:1, WA:1, D:1, CS:2, Cl:1, IF:4, Ev:3, Re:2, WP:DA:1, WP:1S:1, WP:B:1, AP:L:1, FS:DW:2, S:DW:1
HP:226, AC:255, AD:47-61, AP:3, ECC:23%, CM:3.0, BC:192, DR:3
Gold: 241432 | RoLS:1, RoL:1, GoW:1, VSH:1, RoFLS:1, WoB:1
HH:1, WA:1, D:1, CS:2, Cl:1, IF:4, Ev:3, Re:2, WP:DA:1, WP:1S:1, WP:B:1, AP:L:1, FS:DW:2, S:DW:1
-
- Posts: 69
- Joined: Sun Jan 19, 2014 5:42 am
- android_version: 4.3
Re: MAX LEVEL
Click me for a look at my gift to the Andor's Trail Community...
- rijackson741
- Posts: 4520
- Joined: Tue Aug 20, 2013 2:04 am
- android_version: 10 - Android 10
- Location: Somewhere in Dhayavar
- Contact:
Re: MAX LEVEL
The only thing that proves to me is that I don't understand how Quick learner works
You edited the file so that the character has 50,000,001 levels of Quick learner. I went and killed a forest snake, which normally gives 9 XP. So my calculation says that with that many levels of QL I should get 0.05*50,000,001*9+9 = 22,500,009 XP, which is way less than maxint. However, the XP does indeed appear to have overflowed, because it becomes -20,414,663. But that tells me nothing about the actual level at which the overflow would occur.
I can accept that either the maximum level is 400, or it is limited by your XP exceeding maxint (or half of maxint, although I can think of no reason why it would be limited to that), but not both. I checked the formula for XP against a couple of builds, and it's correct. So either there is a limit at 400, or the maximum level has nothing to do with maxint (with a nice round number like 400, I would guess it's just an artificial limit).
A more useful hacked file would be one with 1,168,936,000 XP, which by my calculations would put you 1000 XP short of level 400. I might take some time to figure out how to do that, but you seem to be adapt at this, so if you already know how to create such a file please create one

I can accept that either the maximum level is 400, or it is limited by your XP exceeding maxint (or half of maxint, although I can think of no reason why it would be limited to that), but not both. I checked the formula for XP against a couple of builds, and it's correct. So either there is a limit at 400, or the maximum level has nothing to do with maxint (with a nice round number like 400, I would guess it's just an artificial limit).
A more useful hacked file would be one with 1,168,936,000 XP, which by my calculations would put you 1000 XP short of level 400. I might take some time to figure out how to do that, but you seem to be adapt at this, so if you already know how to create such a file please create one

Level:75, XP:7656192, PV:866, FQ:105
HP:226, AC:255, AD:47-61, AP:3, ECC:23%, CM:3.0, BC:192, DR:3
Gold: 241432 | RoLS:1, RoL:1, GoW:1, VSH:1, RoFLS:1, WoB:1
HH:1, WA:1, D:1, CS:2, Cl:1, IF:4, Ev:3, Re:2, WP:DA:1, WP:1S:1, WP:B:1, AP:L:1, FS:DW:2, S:DW:1
HP:226, AC:255, AD:47-61, AP:3, ECC:23%, CM:3.0, BC:192, DR:3
Gold: 241432 | RoLS:1, RoL:1, GoW:1, VSH:1, RoFLS:1, WoB:1
HH:1, WA:1, D:1, CS:2, Cl:1, IF:4, Ev:3, Re:2, WP:DA:1, WP:1S:1, WP:B:1, AP:L:1, FS:DW:2, S:DW:1