Titans: Difference between revisions

From A'Chard
Jump to navigation Jump to search
Line 41: Line 41:


* EventArmoredTitan - ON/OFF Switch for this Titan type
* EventArmoredTitan - ON/OFF Switch for this Titan type
* EventArmoredTitanSpawned
* EventArmoredTitanSpawned - In this titan type currently spawned in the world? Indicator




Line 47: Line 47:


* EventAttackTitan - ON/OFF Switch for this Titan type
* EventAttackTitan - ON/OFF Switch for this Titan type
* EventAttackTitanSpawned
* EventAttackTitanSpawned - In this titan type currently spawned in the world? Indicator




Line 53: Line 53:


* EventBeastTitan - ON/OFF Switch for this Titan type
* EventBeastTitan - ON/OFF Switch for this Titan type
* EventBeastTitanSpawned
* EventBeastTitanSpawned - In this titan type currently spawned in the world? Indicator




Line 59: Line 59:


* EventCartTitan - ON/OFF Switch for this Titan type
* EventCartTitan - ON/OFF Switch for this Titan type
* EventCartTitanSpawned
* EventCartTitanSpawned - In this titan type currently spawned in the world? Indicator




Line 65: Line 65:


* EventColossusTitan - ON/OFF Switch for this Titan type
* EventColossusTitan - ON/OFF Switch for this Titan type
* EventColossusTitanSpawned
* EventColossusTitanSpawned - In this titan type currently spawned in the world? Indicator




Line 71: Line 71:


* EventFemaleTitan - ON/OFF Switch for this Titan type
* EventFemaleTitan - ON/OFF Switch for this Titan type
* EventFemaleTitanSpawned
* EventFemaleTitanSpawned - In this titan type currently spawned in the world? Indicator




Line 77: Line 77:


* EventFoundingTitan - ON/OFF Switch for this Titan type
* EventFoundingTitan - ON/OFF Switch for this Titan type
* EventFoundingTitanSpawned
* EventFoundingTitanSpawned - In this titan type currently spawned in the world? Indicator




Line 83: Line 83:


* EventJawTitan - ON/OFF Switch for this Titan type
* EventJawTitan - ON/OFF Switch for this Titan type
* EventJawTitanSpawned
* EventJawTitanSpawned - In this titan type currently spawned in the world? Indicator




Line 89: Line 89:


* EventWarHammerTitan - ON/OFF Switch for this Titan type
* EventWarHammerTitan - ON/OFF Switch for this Titan type
* EventWarHammerTitanSpawned
* EventWarHammerTitanSpawned - In this titan type currently spawned in the world? Indicator

Revision as of 04:14, 17 March 2024


Titan Global ACE Generator System


This is an attempt to white paper a system by which ACE custom content can make use of the following to create a global system of random a centrally controlled and limited random spawn of a real example.

  • Generators
  • NPCs
  • Custom critters
  • Stop Gaps

If the contained techniques can be proven to work as designed, they will be implemented in the live world of A'Chard.


Events

Master Events

There are (2) mater event handlers.

  • EventBossTitan - Works as an ON/OFF Switch for ALL (9) master spawn generators
  • EventBossTitanSpawned - Will be ON if any of the (9) bosses are currently spawned in the world


STOP GAPS

  • Titan StopGap NPC to turn off all event on server start as a reset of all events to OFF
  • NPC to check time on hearbeat to kill reset old stuck ON events get things moving again

Spawns (9)

Armored Titan

  • EventArmoredTitan - ON/OFF Switch for this Titan type
  • EventArmoredTitanSpawned - In this titan type currently spawned in the world? Indicator


Attack Titan

  • EventAttackTitan - ON/OFF Switch for this Titan type
  • EventAttackTitanSpawned - In this titan type currently spawned in the world? Indicator


Beast Titan

  • EventBeastTitan - ON/OFF Switch for this Titan type
  • EventBeastTitanSpawned - In this titan type currently spawned in the world? Indicator


Cart Titan

  • EventCartTitan - ON/OFF Switch for this Titan type
  • EventCartTitanSpawned - In this titan type currently spawned in the world? Indicator


Colossus Titan

  • EventColossusTitan - ON/OFF Switch for this Titan type
  • EventColossusTitanSpawned - In this titan type currently spawned in the world? Indicator


Female Titan

  • EventFemaleTitan - ON/OFF Switch for this Titan type
  • EventFemaleTitanSpawned - In this titan type currently spawned in the world? Indicator


Founding Titan

  • EventFoundingTitan - ON/OFF Switch for this Titan type
  • EventFoundingTitanSpawned - In this titan type currently spawned in the world? Indicator


Jaw Titan

  • EventJawTitan - ON/OFF Switch for this Titan type
  • EventJawTitanSpawned - In this titan type currently spawned in the world? Indicator


War Hammer Titan

  • EventWarHammerTitan - ON/OFF Switch for this Titan type
  • EventWarHammerTitanSpawned - In this titan type currently spawned in the world? Indicator