Page 4 of 4

Re: Wei says no......

PostPosted: Tue Aug 20, 2013 6:48 pm
by etching
Talon Lake wrote:Raising the level cap would do nothing. The damage loss never changes, it happens every level. IF the level cap were raised to 105, once again at 101, 102 etc you would drop damage, but you wouldn't have an issue with it until you hit 105 as 104s hit slightly harder.


The solution is extremely simple and shouldn't be difficult to implement:

Simply raise the level cap to 100.99999999999


What that means is that by the time you get to .99 you would have overcome the initial level penalty.
The kicker is that once the "Exp to lv" reaches zero, you simply don't advance to 101.
Sure, the "Exp to lv" would most likely go negative by then, but code could be written in to prevent
folks from advancing to 101 and also at that point stop accruing XP to prevent folks from going farther
into negative XP territory.

Game over, problem solved, drive home safely folks...

Re: Wei says no......

PostPosted: Wed Aug 21, 2013 12:13 am
by Samra
Or just fix the problem once and for all by adding a simple check into the damage formula along the lines:
if( (player_level == level_cap) && (stupid_decimal_value < 1) ) new_stupid_decimal_value == 1;

So, once you hit the cap, whatever that may be, the game gives you the benefit of being level cap.1

Just a thought.

Re: Wei says no......

PostPosted: Wed Aug 21, 2013 1:26 am
by admin
Samra wrote:Or just fix the problem once and for all by adding a simple check into the damage formula along the lines:
if( (player_level == level_cap) && (stupid_decimal_value < 1) ) new_stupid_decimal_value == 1;

So, once you hit the cap, whatever that may be, the game gives you the benefit of being level cap.1

Just a thought.


It doesn't exactly work that way, but it's not a bad suggestion actually. We can similarly just reduce the boss armor bonus by one level (for bosses that always increase level when you do) for players at level cap, though those players will still see the same small trivial drop as they do now once level cap is increased. I will pass this idea to the dev team.