Sorry got Level 19 while having lunch so I missed that screeny. But here we go 1/5 of the way to Level 100. :D ....I wish.
Level 20
http://img844.imageshack.us/img844/8...l020edited.png
Printable View
Sorry got Level 19 while having lunch so I missed that screeny. But here we go 1/5 of the way to Level 100. :D ....I wish.
Level 20
http://img844.imageshack.us/img844/8...l020edited.png
Magic Level 3
http://img441.imageshack.us/img441/5...clevel03ed.png
And moments later:
Level 21
http://img705.imageshack.us/img705/2...l021edited.png
Respawn rate is extremely slow at the moment as there is like no one online.
Level 22
http://img812.imageshack.us/img812/5...l022edited.png
Thanks and nah I tried but I was in bed for like 15mins before that fella tried pking me. Hahahaha
Well actually your night is my day if that's what you mean. I live in New Zealand so I'm 12hours ahead of England. :p
Which I think makes me 10hours ahead of Sweden?
[S]Right so I've managed to whip up a script which plays an alarm when you reach "X amount" of Experience. It's pretty rough but it does the job so I should be missing less of my Level advance screenshots.[/S]
Any improvement or suggestions on how to improve it are welcome ofcourse :D
EDIT: Improved.
[CODE=lua]
--[[--
NAME: Alarm - 'X' Exp to Next Level
DESCRIPTION: Plays an alarm when you reach 'X' amount of experience before your next level.
AUTHOR: Syntax
CREATE DATE: Unknown
CURRENT VERSION: Unknown
UPDATE DATE: Unknown
--]]--
function Self.ExpToLevel(level)
local x = level or Self.Level() + 1
return ((50 / 3) * (x^3 - 6 * x^2 + 17 * x - 12)) - Self.Experience()
end
local threshold = 400 ----- Changet this number to the amount of Experience before your Level (ie. EARLY WARNING TO LEVEL) -----
while(true)do
if(Self.ExpToLevel() < threshold)then
alert()
end
wait(1000)
end [/CODE]
Thanks @Syntax. :p
You gotta be kidding me...
http://img690.imageshack.us/img690/2...l003edited.png
But wait there's more! .... I escape the first PK to run into another one. FML hahahaha
http://img36.imageshack.us/img36/592...h002edited.png
Owell guess I should look on the bright side, I only lost my Backpack.
LOL this server seems hectic! Anyways good luck making it up there ahah, definetly a challenge!