Yesterday we finished up all of our work on AV Achievements Pro V1.1. This version was a complete rewrite of the system, reducing the code for faster execution and bringing in new features for easy extensibility. V1.1 also brings a new function to create your own achievements! For example, let’s say your arcade has a money feature, and each user has a certain amount of money. If you want to create money achievements, it’s easy with AV Achievements Pro! All you have to do is populate the database with achievement names and amount of money required to achieve them. Then you open up your achievements file and write some code like the following.
$sql = "SELECT * FROM ava_achievements WHERE type = 5 ORDER BY points ASC"; display_query($sql, $profile['money']);
Yes, it really is that simple! In future versions, we plan on simplifying this for you even more by making everything manageable via your admin panel. AV Achievements Pro V1.1 can be bought in the shop as always. You’ll also find V1.0 on sale for $4. You must buy the most recent version to receive free updates however.