Stendhal Achievement Development: Difference between revisions

Content deleted Content added
imported>Madmetzger
imported>Madmetzger
Line 66:
* for zone visit achievements, how to check them:
** hardcoded list of zones to visit for the achievement
** clever conditions for checking zone achievements
*** exclude all zones including "house", "apartment"
*** zones starting with "int" are interiors, region is within zone name
*** zones starting with a number >-1 are above ground, region is within zone name
*** zones starting with a number <-1 are below ground, region is within zone name
** use zone level attribute, area is in name/xml file, and add a flag to zone xml for accessibility to all players