Page 1 of 1

Area instancing system documentation

Posted: Sat May 05, 2012 3:12 am
by Basilica
The last several ACR releases support an "Area Instancing" system that can be used to create parallel copies of an area (similar to how instances work in popular MMOs).

There are many potential uses for area instances, from instanced dungeons, player housing, to even instanced wagon interiors for transportation, endlessly expanding regions that pick a new template area to add on demand (when exploring), special spells like "Rope Trick", etc.

You can find the documentation for the area instancing system here: http://www.alandfaraway.org/node/2191

It's necessary to do some scripting work to take advantange of an area instance.

Re: Area instancing system documentation

Posted: Sat May 05, 2012 8:40 am
by Dorn
Very interested for world server encounter and other areas.I'll be in touch with the tech team. Potentially great outcome

Re: Area instancing system documentation

Posted: Sun May 13, 2012 11:51 pm
by Heero
Yeah this is great. Am excite to get going. Gracias.

Re: Area instancing system documentation

Posted: Fri May 25, 2012 7:00 am
by Basilica
1.87 changes the instancing system behavior :

- The spawn system now automatically activates for spawn points in instanced areas as you would expect (and spawns are despawned on instance release).
- Instanced areas now have automatic cleanup enabled by default on a 60 second timer. Set the cleanup delay to -1 to suppress this.