vendethiel / ezarena

Reprise de l'ultimarena pour ajouter plus de fonctionnalités et un RPG !
MIT License
4 stars 3 forks source link

Achievements / Trophies #75

Open vendethiel opened 7 years ago

vendethiel commented 7 years ago

When you defeat a monster, probably.

I'm not sure I will do MMO-like statistics (number of monster killed, highest crit, etc), however. Maybe?

winzombie commented 7 years ago

achives from killing mobs, lvlups, lvlups proficiencies , for some quests, for the earnings of a certain amount of money, for the money spent etc and for each achievement to award a reward, such as unique items, money, exp, titles

vendethiel commented 7 years ago

and for each achievement to award a reward, such as unique items, money, exp, titles

It should probably be merged with quest rewards?

We need to think of a system so we don't duplicate interfaces, I think

winzombie commented 7 years ago

First you need to make statistics to track the number of completed quests, wins / defeats , pvp, killing monsters, etc. and than do achivements on this

vendethiel commented 7 years ago

@winzombie I think I need to change the way quests work as well to use this. Because quests that require killing monsters are very ugly.

vendethiel commented 6 years ago

About that ^ I just opened issue #76. I will track it separately.

I will add a table phpbb_adr_characters_stats, I think, because the SQL table phpbb_adr_characters is becoming tooo big.