ironbane / IronbaneServerLegacy

A 3D MMO written using pure javascript.
http://www.ironbane.com/
GNU General Public License v3.0
175 stars 44 forks source link

Achievements visible to other players #429

Open msouth opened 10 years ago

msouth commented 10 years ago

I think it would be cool if it was possible to see "achievements" that players have done.

Example:

soloing a boss (system would have to track who hit it, from full health to death) soloing a boss with an underpowered weapon (similar to above but more detailed info would have to be stored) completing a parkour finding a hidden item

I believe there is also a suggestion somewhere about having a list of everything you've ever had in your inventory. This would be kind of related, although from an achievement perspective it would be more interesting to know what a player has picked up on their own rather than traded for.

bsparks commented 10 years ago

I think the only problem with tracking and doing all of this data is that the achievements would be in a lot of flux and data would have to be reset periodically. as long as people would realize that it's and alpha game and not freak out when this happens, then I think we could start tracking some data here and there.

LunaSolVT commented 10 years ago

How about to start we provide some community ratings? For example:

We could keep these even throughout Beta. But perhaps wipe on a full release. Of course that's way in the future but it's a neat thought. :)

Should also be a datatype that can take more than normal integer values. I remember checking the community stats for DayZ one day and wondering why the hell they never updated the datatypes to account for more than ~2 billion for some stats...