v0.8.13 (Troubling Times) active on Google Play

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.13) from Google, Github, F-Droid, our server, or itch.io

Quick Learner

A place for general discussion about the content and gameplay of Andor's Trail.
Post Reply
ncer
Posts: 121
Joined: Sun Oct 16, 2011 8:40 am
android_version: 2.2

Re: Quick Learner

Post by ncer »

I read that somewhere on the forums I think. Decided that I should have a look at the source to see if I can find the code. I found it:

Code: Select all

        public void createLoot(Loot container, Player player) {
                int exp = this.exp;
                exp += exp * player.getSkillLevel(SkillCollection.SKILL_MORE_EXP) * SkillCollection.PER_SKILLPOINT_INCREASE_MORE_EXP_PERCENT / 100;
                container.exp += exp;
                if (this.dropList == null) return;
                this.dropList.createRandomLoot(container, player);
        }
It is apparently not exponential :(. It's still worthwhile if you want to be on the highscore list though, at for example level 119 somebody without QL will have killed about double the enemies somebody who has maxed QL has and when the QL player has killed as many as the non-QL killed at 119 he will be at 160.
Lvl: 195, XP: 135178554, Gold: 1004501
HP: 88 AC: 345%, AD: 109-120, AP: 5, ECC: 15%, CM: 0, BC: 222%, DR: 6
RoLS: 2, ElyR: 1, RoL: 1, ChaR: 1, GoLF: 1, ShaF: 1, SRoV: 1, VSH: 2, WMC: 0, GoW: 0
kpetro
Posts: 30
Joined: Tue Jul 12, 2011 3:03 am
android_version: 2.2

Re: Quick Learner

Post by kpetro »

So, aside from slightly increasing the rate at which one may level up to climb the high score list, and getting increased HP, AC, AD, or BC that one would get from leveling up anyway, I don't agree with arguments that the QL skill is good for anything else. In terms of killing potential, other skills are better for enhancing the overall abilities of the character. Using a skill point in QL instead of another skill does not lead to reduced kills to get the next skill point as shown in the example below:

Level 20 22000
Level 21 24255
Level 22 26620
Level 23 29095
Total 101970

If the average monster Exp is 100,
Need to kill 1020 monsters to move these 4 levels and get a skill point.

Level 24 31680
Level 25 34375
Level 26 37180
Level 27 40095
Total 143330

If one used Quick learner for the skill point earned at the start of level 24,
and now the average monster Exp is 105
Need to kill 1365 monsters to get to the next skill point, more than was required to get the QL skill point last time.

Better to use the skill point in Increased Fortutude, Regeneration, Corpse Eater, or some other attribute that makes the character stronger. Above a certain point, the characters are all pretty much undefeatable, so then using skill points in Quick Learner helps to advance levels faster, but only to charge up the High Score list and not to make the character more undefeatable.
Level: 200, XP: 146013952, Gold: 7815777
HP: 345, AC: 351%, AD: 85-92, AP: 3, CC: 54%, CM: 4.5, BC: 300%, DR: 1
RoLS: 2, ElyR: 2, RoL: 1, ChaR: 80, GoLF: 1, ShaF: 3
Chest_Rockfield
Posts: 530
Joined: Thu Jul 07, 2011 1:05 am
android_version: 2.3 - Gingerbread
Location: Impeached former President of the Too cool for a RoLS Club. ;)

Re: Quick Learner

Post by Chest_Rockfield »

kpetro wrote:So, aside from slightly increasing the rate at which one may level up to climb the high score list, and getting increased HP, AC, AD, or BC that one would get from leveling up anyway, I don't agree with arguments that the QL skill is good for anything else. In terms of killing potential, other skills are better for enhancing the overall abilities of the character. Using a skill point in QL instead of another skill does not lead to reduced kills to get the next skill point as shown in the example below:

Level 20 22000
Level 21 24255
Level 22 26620
Level 23 29095
Total 101970

If the average monster Exp is 100,
Need to kill 1020 monsters to move these 4 levels and get a skill point.

Level 24 31680
Level 25 34375
Level 26 37180
Level 27 40095
Total 143330

If one used Quick learner for the skill point earned at the start of level 24,
and now the average monster Exp is 105
Need to kill 1365 monsters to get to the next skill point, more than was required to get the QL skill point last time.

Better to use the skill point in Increased Fortutude, Regeneration, Corpse Eater, or some other attribute that makes the character stronger. Above a certain point, the characters are all pretty much undefeatable, so then using skill points in Quick Learner helps to advance levels faster, but only to charge up the High Score list and not to make the character more undefeatable.
That said, how much do you have in QL...

-----------------------------
I just thought of something else. You used an average exp of 100/monster. If you increase that, which I believe most people are already grinding in a place where the average exp is >100, you see smaller gaps. At a 200 exp/monster average, you only have to kill 172 more monsters compared to the 345 in your example, and at 300 exp/monster, the gap shrinks to 115. In the next update, suppose we see an area to grind that has a much higher average monster experience. This may never lower the amount of monsters you need to kill, but leveling almost as quick as you were before may be all the catalyst one needs to level beyond the point where you'd have quit had you used your SP on "useful" stuff. Furthermore, if you will ultimately become unbeatable either way, the "useful" skills you took previously are no longer all that useful, are they? I guess that is a testament to Nyktos & Pyrizzle's illustration that the game could stand to be a little harder.
Last edited by nyktos on Wed Jan 04, 2012 10:22 am, edited 1 time in total.
Reason: double post condensed
Lvl: 162, XP: 77,249,000, Gold: 2,508,000 RoLS: 0, ElyR: 0, RoL: 0, ChaR: 18, GoLF: 0, ShaF: 2
HP: 517, AC: 333%, AD: 60-61, AP: 3, CC: 90%, CM: 3, BC: 218%, DR: 0, BMP: 4k+
kpetro
Posts: 30
Joined: Tue Jul 12, 2011 3:03 am
android_version: 2.2

Re: Quick Learner

Post by kpetro »

Chest_Rockfield wrote:I just thought of something else. You used an average exp of 100/monster. If you increase that, which I believe most people are already grinding in a place where the average exp is >100, you see smaller gaps. At a 200 exp/monster average, you only have to kill 172 more monsters compared to the 345 in your example, and at 300 exp/monster, the gap shrinks to 115. In the next update, suppose we see an area to grind that has a much higher average monster experience. This may never lower the amount of monsters you need to kill, but leveling almost as quick as you were before may be all the catalyst one needs to level beyond the point where you'd have quit had you used your SP on "useful" stuff. Furthermore, if you will ultimately become unbeatable either way, the "useful" skills you took previously are no longer all that useful, are they? I guess that is a testament to Nyktos & Pyrizzle's illustration that the game could stand to be a little harder.
It is true that most people are now fighting monsters with >100exp, but my example was for a low level character (grinding for a RoLS for example) and the higher the level, the greater the exp needed to move up to get the next skill point. You could do the same example for a level 100 character (or higher) averaging 300 exp per kill. More kills are needed to get to the next skill point even if QL is chosen for the previous one.

Since my goal previous goals were to get to 50MM exp and 5MM gold, the grinding was long and tedious and I wanted to move up the high score list so I began putting all skill points to QL. Unless grinding for a legendary item, there is really no other reason for getting so much experience and continuing to grind for more, except to go higher on the list. In that case, QL is exactly what is needed.
Level: 200, XP: 146013952, Gold: 7815777
HP: 345, AC: 351%, AD: 85-92, AP: 3, CC: 54%, CM: 4.5, BC: 300%, DR: 1
RoLS: 2, ElyR: 2, RoL: 1, ChaR: 80, GoLF: 1, ShaF: 3
Mino
VIP
Posts: 1270
Joined: Wed Mar 02, 2011 5:24 pm
android_version: 4.4 - Kitkat

Re: Quick Learner

Post by Mino »

kpetro wrote:
Chest_Rockfield wrote:I just thought of something else. You used an average exp of 100/monster. If you increase that, which I believe most people are already grinding in a place where the average exp is >100, you see smaller gaps. At a 200 exp/monster average, you only have to kill 172 more monsters compared to the 345 in your example, and at 300 exp/monster, the gap shrinks to 115. In the next update, suppose we see an area to grind that has a much higher average monster experience. This may never lower the amount of monsters you need to kill, but leveling almost as quick as you were before may be all the catalyst one needs to level beyond the point where you'd have quit had you used your SP on "useful" stuff. Furthermore, if you will ultimately become unbeatable either way, the "useful" skills you took previously are no longer all that useful, are they? I guess that is a testament to Nyktos & Pyrizzle's illustration that the game could stand to be a little harder.
It is true that most people are now fighting monsters with >100exp, but my example was for a low level character (grinding for a RoLS for example) and the higher the level, the greater the exp needed to move up to get the next skill point. You could do the same example for a level 100 character (or higher) averaging 300 exp per kill. More kills are needed to get to the next skill point even if QL is chosen for the previous one.

Since my goal previous goals were to get to 50MM exp and 5MM gold, the grinding was long and tedious and I wanted to move up the high score list so I began putting all skill points to QL. Unless grinding for a legendary item, there is really no other reason for getting so much experience and continuing to grind for more, except to go higher on the list. In that case, QL is exactly what is needed.
Even if we didn't have the high score list, I would still spend time grinding to level up, that's just my personality, so having QL to make it happen faster helps. Its to have a stronger character for when the next update comes out. Getting a L or E item out of it doesn't hurt though.

Edit: I've stated in other topics that I don't plan to use skill points for things that you can get through normal level ups (AD, BC, AC) or equipment (corpse eater, bark skin, regeneration - I did make an exception for more criticals though). I consider QL to be a unique skill because you can't get that effect from regular level ups, or equipment. Also, since I have a skill point in Increased Fortitude, the faster I level up, the more I increase my max HP.
Lvl: 206 XP: 159262572, Gold: 1657119, RoLS: 2, ElyR: 1, RoL: 1, ChaR: 2, GoLF: 1, ShaF: 6, SRoV: 1, VSH: 6, WMC: 1, GoW: 1
HP: 241, AP: 3, AC: 562%, AD: 116-130, CM: 3.0, ECC: 38%, BC: 139%, DR: 3

QL 25, MF 3

12/26/18
Mino
VIP
Posts: 1270
Joined: Wed Mar 02, 2011 5:24 pm
android_version: 4.4 - Kitkat

Re: Quick Learner

Post by Mino »

Thought I'd bring this back up, since I have a question about QL.

Does it also work on XP gained from completing quests? When I went through the new quests with my "main" build it seemed like I was getting a lot of XP on completing them, but I didn't write down the amount and compare with my secondary character that doesn't have any QL.
Lvl: 206 XP: 159262572, Gold: 1657119, RoLS: 2, ElyR: 1, RoL: 1, ChaR: 2, GoLF: 1, ShaF: 6, SRoV: 1, VSH: 6, WMC: 1, GoW: 1
HP: 241, AP: 3, AC: 562%, AD: 116-130, CM: 3.0, ECC: 38%, BC: 139%, DR: 3

QL 25, MF 3

12/26/18
Pyrizzle
VIP
Posts: 6435
Joined: Sat Jun 25, 2011 1:00 am
android_version: 6.0 - Marshmallow
Location: Fire Nation HQ

Re: Quick Learner

Post by Pyrizzle »

Mino wrote:Thought I'd bring this back up, since I have a question about QL.

Does it also work on XP gained from completing quests? When I went through the new quests with my "main" build it seemed like I was getting a lot of XP on completing them, but I didn't write down the amount and compare with my secondary character that doesn't have any QL.
That is a great question: Give me a few moments to experiment and i will be back with an answer shortly

-----------------------------EDIT------------------------------------------
Deep Wound:
W/O QL:
150 XP
W/ QL (lvl 16):
150 XP
Looks like Quick Learner doesn't effect the XP given from finishing quests. :mrgreen:
---------------------------------------------------------------------------------------

Player Name:Pyro
Lvl:24XP:244KAP:2/10HP:80AC: 189%AD:13-21CHS:-6CM: 0BC: 20%DR:2
IF:2Reg:2FSDW:1

May Elythara bless you and light your path!

---------------------------------------------------------------------------------------
User avatar
Antison
Posts: 5817
Joined: Mon Mar 28, 2011 11:33 pm
android_version: 14 - Android 14
Location: A home without a beagle is just a house

Re: Quick Learner

Post by Antison »

Pyrizzle wrote:
Mino wrote:Thought I'd bring this back up, since I have a question about QL.

Does it also work on XP gained from completing quests? When I went through the new quests with my "main" build it seemed like I was getting a lot of XP on completing them, but I didn't write down the amount and compare with my secondary character that doesn't have any QL.
Looks like Quick Learner doesn't effect the XP given from finishing quests. :mrgreen:
Do we think it should :?: I am a "riding the fence" on this one as I could be swayed in either direction. ;)
"A home without a beagle is just a house"
Pyrizzle
VIP
Posts: 6435
Joined: Sat Jun 25, 2011 1:00 am
android_version: 6.0 - Marshmallow
Location: Fire Nation HQ

Re: Quick Learner

Post by Pyrizzle »

tek wrote: Do we think it should :?: I am a "riding the fence" on this one as I could be swayed in either direction. ;)
You lookin' to cause trouble again Tek? Get down from there before you break your neck. :lol:

That is a good question, IMO i think it shouldn't effect quest XP.
---------------------------------------------------------------------------------------

Player Name:Pyro
Lvl:24XP:244KAP:2/10HP:80AC: 189%AD:13-21CHS:-6CM: 0BC: 20%DR:2
IF:2Reg:2FSDW:1

May Elythara bless you and light your path!

---------------------------------------------------------------------------------------
User avatar
Antison
Posts: 5817
Joined: Mon Mar 28, 2011 11:33 pm
android_version: 14 - Android 14
Location: A home without a beagle is just a house

Re: Quick Learner

Post by Antison »

Pyrizzle wrote:
tek wrote: Do we think it should :?: I am a "riding the fence" on this one as I could be swayed in either direction. ;)
You lookin' to cause trouble again Tek? Get down from there before you break your neck. :lol:

.
:?: I don't follow.
"A home without a beagle is just a house"
Post Reply