Page 40 of 81

Re: Highscore

Posted: Mon Dec 19, 2011 12:55 am
by Antison
Pyrizzle wrote:I decided to go for the RoL instead of trying to climb the Highscore list more. It takes so much longer to level in the Kazul Caverns than in the Iqhan Caves.

I did go up quite a few levels since getting the ROLS and leaving the gargoyle caves. I can't wait to see where i end up.
That's the truth. Took me a looooong time to level-up while looking for the GoLF. Grinding for the RoL is not as bad as far XP, but is no Iqhan cave.

Re: Highscore

Posted: Mon Dec 19, 2011 2:20 am
by mirajp1
Pyrizzle wrote:I decided to go for the RoL instead of trying to climb the Highscore list more. It takes so much longer to level in the Kazul Caverns than in the Iqhan Caves.

I did go up quite a few levels since getting the ROLS and leaving the gargoyle caves. I can't wait to see where i end up.

same here.
its better to be less overpowered :P

Re: Highscore

Posted: Mon Dec 19, 2011 2:45 am
by Pyrizzle
mirajp1 wrote:
Pyrizzle wrote:I decided to go for the RoL instead of trying to climb the Highscore list more. It takes so much longer to level in the Kazul Caverns than in the Iqhan Caves.
I did go up quite a few levels since getting the ROLS and leaving the gargoyle caves. I can't wait to see where i end up.
same here.
its better to be less overpowered :P
I don't care about being overpowered, i just wanted to get a RoL and change my location from the Iqhan Cave, it was getting too redundant.

Re: Highscore

Posted: Tue Dec 20, 2011 5:58 pm
by Antison
Samuel wrote:

Code: Select all

Highscore Table

The Highscore will be sorted by Level, XP, Gold, Name in this order.
[code]XP = Experience
RoLS = Rings of Lesser Shadow
ElyR = Elytharan redeemer
RoL = Rapier of lifesteal
ChaR = Chaosreaper
GoLF = Gloves of life force
ShaF = Shadowfang
HP = Hitpoints
AC = Attack chance
AD = Attack damage
AP = Attack cost
CC = Critical hit chance
CM = Critical multiplier
BC = Block chance
DR = Damage resistance
If you want to join this list or update your entry, just put your current stats into your signature.
I wrote a script that processes the signatures, so the stats need to have the following format:

Code: Select all

Level: 47, Experience: 1962090, Gold: 315318, RoLS: 1, ElyR: 0, RoL: 0, ChaR: 0, GoLF: 0, ShaF: 0
Hitpoints: 75, Attack chance: 186%, Attack damage: 31-35, Attack cost: 3, Critical hit chance: 5%, Critical multiplier: -, Block chance: 33%, Damage resistance: 1
You may also use the following abbreviations:

Code: Select all

Lvl: 47, XP: 1962090, Gold: 315318, RoLS: 1, ElyR: 0, RoL: 0, ChaR: 0, GoLF: 0, ShaF: 0
HP: 75, AC: 186%, AD: 31-35, AP: 3, CC: 5%, CM: -, BC: 33%, DR: 1
There is no need to order the entries. You may also use other separators like ";", "~" or a linebreak to separate the entries. (instead of a ",")
Samuel,

In order to reduce the # of characters used in my signature, I was thinking about putting the larger numbers into a #X notation. Example, 22,250,000 XP would be listed as 22.25M.
Does the script or could the script support this? I don't care if the high score list showed my XP as "22.25M" instead of 22,250,000
Amounts in the thousands could be displayed with the # followed by a 'k', such that 5,000 can be entered as 5k or 5K.
I wanted to do the same with the gold as well. What do you think?

Re: Highscore

Posted: Tue Dec 20, 2011 6:58 pm
by Samuel
tek wrote:Samuel,

In order to reduce the # of characters used in my signature, I was thinking about putting the larger numbers into a #X notation. Example, 22,250,000 XP would be listed as 22.25M.
Does the script or could the script support this? I don't care if the high score list showed my XP as "22.25M" instead of 22,250,000
Amounts in the thousands could be displayed with the # followed by a 'k', such that 5,000 can be entered as 5k or 5K.
I wanted to do the same with the gold as well. What do you think?
This did already work for "k" previously. I added code now for "m" to work.

A trailing single letter ("k" or "m") after a number is replaced by 3 or 6 zeros:

Code: Select all

4k = 4000 - works
10m = 10000000 - works
22.25M = 22.25000000 - so it doesn't work as expected
IMO if you have 2999999 Gold you may write 2m Gold, but it would be cheating to write 3m gold. (write 2999k if you like)

Re: Highscore

Posted: Tue Dec 20, 2011 7:49 pm
by Chest_Rockfield
Samuel wrote:
IMO if you have 2999999 Gold you may write 2m Gold, but it would be cheating to write 3m gold. (write 2999k if you like)
Or just kill any single thing in the game... I always round down on mine and leave 000 at the end of my gold and exp because I was sick of updating something so menial.

Re: Highscore

Posted: Tue Dec 20, 2011 8:19 pm
by Chest_Rockfield
I saw this was last updated by Samuel and got pretty excited. Thought maybe it was update day! (It's been 16 days since update, I believe the same number between the last update and the one before.)

Re: Highscore

Posted: Tue Dec 20, 2011 8:41 pm
by Samuel
Update.

Banlist: neil

Chest_Rockfield wrote:I saw this was last updated by Samuel and got pretty excited. Thought maybe it was update day! (It's been 16 days since update, I believe the same number between the last update and the one before.)
Here you go.


The current stats need to have the following format:

Code: Select all

Level: 47, Experience: 1962090, Gold: 315318, RoLS: 1, ElyR: 0, RoL: 0, ChaR: 0, GoLF: 0, ShaF: 0
Hitpoints: 75, Attack chance: 186%, Attack damage: 31-35, Attack cost: 3, Critical hit chance: 5%, Critical multiplier: -, Block chance: 33%, Damage resistance: 1
You may also use the following abbreviations:

Code: Select all

Lvl: 47, XP: 1962090, Gold: 315318, RoLS: 1, ElyR: 0, RoL: 0, ChaR: 0, GoLF: 0, ShaF: 0
HP: 75, AC: 186%, AD: 31-35, AP: 3, CC: 5%, CM: -, BC: 33%, DR: 1

Re: Highscore

Posted: Tue Dec 20, 2011 9:06 pm
by Chest_Rockfield
Thank you! Didn't know how much longer I could keep up that insane grinding. Wanted it to be my best update ever. Basically doubled my total experience two updates in a row and gained more experience than the other 4 member of the top 5 combined for a total of 18.5M in 16 days. That's just ridiculous. I seriously am a complete loser with no life. I better go to the Fallhaven Tavern and introduce myself at ATA.

Does it take a long time to update? I hope me questioning an update wasn't an imposition.

Also, what does "Banlist" mean?

Re: Highscore

Posted: Tue Dec 20, 2011 9:10 pm
by Antison
Samuel wrote:
tek wrote:Samuel,

In order to reduce the # of characters used in my signature, I was thinking about putting the larger numbers into a #X notation. Example, 22,250,000 XP would be listed as 22.25M.
Does the script or could the script support this? I don't care if the high score list showed my XP as "22.25M" instead of 22,250,000
Amounts in the thousands could be displayed with the # followed by a 'k', such that 5,000 can be entered as 5k or 5K.
I wanted to do the same with the gold as well. What do you think?
This did already work for "k" previously. I added code now for "m" to work.

A trailing single letter ("k" or "m") after a number is replaced by 3 or 6 zeros:

Code: Select all

4k = 4000
10m = 10000000
22.25M = 22.25000000 - so it doesn't work as expected
IMO if you have 2999999 Gold you may write 2m Gold, but it would be cheating to write 3m gold. (write 2999k if you like)
So is this a work in progress? Or are you not going to have the script support this?