Page 71 of 81

Re: Highscore

Posted: Fri Sep 13, 2013 2:07 am
by Pyrizzle
ace783 wrote:Is there a server or something that monitors player ranking or is it based only on player's posts?
There is no server or uploading to get added to the Highscores list, we use your signature to determine your position on the list.

They are posted "On your honor", we trust our community to post their real scores.

Happy hunting!

Hope we can get an update soon...

Re: Highscore

Posted: Fri Sep 13, 2013 3:02 pm
by fiernaq
That would be kind of awesome... a server that you can upload a save file to which parses out all the details to add to a highscore list. Of course, players could still edit the save files so this isn't a security measure but more of a "get everything without requiring players to manually update their signature".

Re: Highscore

Posted: Sat Sep 14, 2013 5:47 am
by Tomcat
I don't think a net connection to the program is in the works. At least not soon. Long term, I think there would at least have to be a bigger reason to code in net awareness, involving direct gameplay for it to be worth the added complexity. A standalone server to manually email your save files into, on the other hand, would be doable by anyone with the machine and the knowhow.

Re: Highscore

Posted: Sat Sep 14, 2013 9:20 am
by Samuel
Update.

Here is the update. :D
There is something going on at the top of the list. :shock: :shock:

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, SRoV: 0, VSH: 0, WMC: 0, GoW: 0
Hitpoints: 75, Attack chance: 186%, Attack damage: 31-35, Attack cost: 3, Effective critical 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, SRoV: 0, VSH: 0, WMC: 0, GoW: 0
HP: 75, AC: 186%, AD: 31-35, AP: 3, ECC: 5%, CM: -, BC: 33%, DR: 1

Re: Highscore

Posted: Sat Sep 14, 2013 11:00 pm
by Pyrizzle
sorrow wrote:Wow 30 I would have never guessed lol
Well you are in spot #39... i was off by 9. :?

Thank you Samuel for updating the list!

Re: Highscore

Posted: Sun Sep 15, 2013 12:21 am
by sorrow
Even if there was a new update I'd still be at 39... hey atleast I'm on the board now

Re: Highscore

Posted: Sun Sep 22, 2013 8:28 pm
by Tulkas
Can you add me next? Thanks and great job!

Re: Highscore

Posted: Sun Sep 22, 2013 10:25 pm
by Pyrizzle
Tulkas: You will be added to the list when it is updated again.

Happy hunting adventurers!!

Re: Highscore

Posted: Wed Sep 25, 2013 3:36 am
by Tristan
Tulkas wrote:Can you add me next? Thanks and great job!
Is it possible that Samuel's script didn't pick up your stats due to the lack of delimiters in your signature? Not certain how his parser works, but that may explain why you don't show on the list.

Re: Highscore

Posted: Wed Sep 25, 2013 7:17 pm
by Samuel
Tristan wrote:
Tulkas wrote:Can you add me next? Thanks and great job!
Is it possible that Samuel's script didn't pick up your stats due to the lack of delimiters in your signature? Not certain how his parser works, but that may explain why you don't show on the list.
Its not possible that my script fails. :lol: :D

"Lv" is not a valid abbreviation for "Level" ("Lvl" is). All the other informations were parsed correct:

Code: Select all

Name: Tulkas
XP: 124830826
HP: 1008
AC: 367%
AD: 103-120
ECC: 47%
BC: 215%
DR: 5
Without Information about the level I will not add the entry to the list.