Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

* edit conf.php, set image_url and (optionally) use_fb = true with id and key. (cotare: disable fb since facebook integration is not fully developed => use_fb = false)
* create app_achievements database
* source structure_app_achievements.sql
* grant webdb access: GRANT ALL ON app_achievements.* TO webdb@localhost;

  

https://bitbucket.org/SirCotare/ryzom/src/c3cdcf23d012/code/web/app/app_achievements/_doc/Ryzom%20Player%20Achievements.pdf?at=gsoc2012-achievements

Scripting
Scripting triggers uses special keywords mixed with PHP code. Each definition inside the code that starts with VALUE, ENTITY or EVENT will be put inside a PHP function.
Here are some examples:

...