•Re-compiled the Godlike AK model, with(hopefully) fixed textures.
•Added my leveling system.
Every 5 levels you get a non-tradeable 'Gift Package'. Once you open this you will be asked to choose one of 9 'crates' on screen. These can be empty or contain various rewards. Most of them will be empty, so pick wisely!
(I have changed it to 5 levels from 10, because the chances of getting a good reward are fairly small, it's all up to RNG!)
Your playtime will be roughly converted into starting EXP once you join.
I've averaged out rounds at 5 minutes per round(300 seconds), and the average EXP gained as 12.
The formula is roughly:
Unfortunately, this is only a rough estimation.. So you will have to deal with the level you are given based on your playtime.
•Added my leveling system.
Every 5 levels you get a non-tradeable 'Gift Package'. Once you open this you will be asked to choose one of 9 'crates' on screen. These can be empty or contain various rewards. Most of them will be empty, so pick wisely!
(I have changed it to 5 levels from 10, because the chances of getting a good reward are fairly small, it's all up to RNG!)
Your playtime will be roughly converted into starting EXP once you join.
I've averaged out rounds at 5 minutes per round(300 seconds), and the average EXP gained as 12.
The formula is roughly:
Quote:TotalExp = (TotalSecondsPlayed / 300) * 12;
Unfortunately, this is only a rough estimation.. So you will have to deal with the level you are given based on your playtime.