Akkadius 8425607460 Implemented standardized zone controller scripts (Rule Zone, UseZoneController) Defaulted to true
- When a zone boots, it will spawn an invisible npc by the name of zone_controller
	- Lua and Perl scripts can be represented with this npc as zone_controller.pl/lua
	- This NPC's ID is ruled be define ZONE_CONTROLLER_NPC_ID 10
	- Two EVENT's uniquely are handled with this NPC/controller (They only work with the zone_controller NPC)
		- EVENT_SPAWN_ZONE :: All NPC spawns in the zone trigger the controller and pass the following variables:
			$spawned_entity_id
			$spawned_npc_id
		- EVENT_DEATH_ZONE :: All NPC deaths in the zone trigger the controller event and pass the following variables:
			$killer_id
			$killer_damage
			$killer_spell
			$killer_skill
			$killed_npc_id
2015-12-29 04:08:10 -06:00
..
2013-02-16 18:05:41 -08:00
2013-03-24 08:36:53 -04:00
2013-04-08 22:33:19 -04:00
2013-11-06 13:48:35 -08:00
2014-03-02 17:36:18 -05:00
2014-04-28 17:18:23 -04:00
2014-07-09 19:19:51 -04:00
SQL
2014-08-02 10:43:48 -04:00
fix
2014-11-14 00:34:17 -05:00
2015-07-04 12:12:18 -04:00