Titans: Difference between revisions

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


==== 8083168 Beast Titan Generator ====
==== 8083168 Beast Titan Generator ====
* Spawns (1) Beast Titan if triggered




==== 8083171 Cart Titan Generator ====
==== 8083171 Cart Titan Generator ====
* Spawns (1) Cart Titan if triggered




==== 8083172 Colossus Titan Generator ====
==== 8083172 Colossus Titan Generator ====
* Spawns (1) Colossus Titan if triggered




==== 8083173 Female Titan Generator ====
==== 8083173 Female Titan Generator ====
* Spawns (1) Female Titan if triggered




==== 8083174 Founding Titan Generator ====
==== 8083174 Founding Titan Generator ====
* Spawns (1) Founding Titan if triggered




==== 8083175 Jaw Titan Generator ====
==== 8083175 Jaw Titan Generator ====
* Spawns (1) Jaw Titan if triggered




==== 8083176 War Hammer Titan Generator ====
==== 8083176 War Hammer Titan Generator ====
* Spawns (1) War Hammer Titan if triggered




==== 8083177 Lower Titan Generator ====
==== 8083177 Lower Titan Generator ====
* Spawns (1) Male Titan if triggered


== Spawns (9) ==
== Spawns (9) ==

Revision as of 00:43, 22 March 2024


Titan Global ACE Generator System


  • Custom Generators
  • Custom mob weenies
  • Custom Stop Gaps
  • Custom server code is required due to a lack of NPC/generators ability to keep track of data independently.


Events

There are (2) master 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


Server Variables

The following persistent server-side variables are used to control, configure and track Titan spawns.

  • TitanBosses
  • LastTitanSpawned

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


Event Flow

  • 8080017 Titan Generator

Add to the master spawn generators around Ragako


  • If EventBossTitan is enabled, 8080017 Titan Generator will spawn all other Titan generators in a large random pattern
  • Each of the secondary Boss Generators have varying requirements for activation such as Night or Day requirements and an ON/Off event as well defined
  • All the secondary Titan generators have a "slowed heartbeat" to give time for EventBossTitanSpawned to trigger when a Titan is spawned
  • As the secondary generators roll though "slowed" heartbeats they will have varying chances to spawn a boss of that type.
  • When a generator spawns a critter, it will set both EventBossTitanSpawned and the event to show they type of Titan is spawned to ON to prevent additional Boss Titans spawns in the world

Generators

8080017 Titan Generator - Master Generator

The master generator has the ability to spawn (1) any of the following randomly.

  • Lower Titan Generator
  • Titan(Male Titan, Child Titan)


8083177 Lower Titan Generator

The master generator has the ability to spawn (1) any of the following randomly.

  • Male Titan
  • Child Titan


8083169 Armored Titan Generator

  • Spawns (1) Armored Titan if triggered


8083170 Attack Titan Generator

  • Spawns (1) Attack Titan if triggered


8083168 Beast Titan Generator

  • Spawns (1) Beast Titan if triggered


8083171 Cart Titan Generator

  • Spawns (1) Cart Titan if triggered


8083172 Colossus Titan Generator

  • Spawns (1) Colossus Titan if triggered


8083173 Female Titan Generator

  • Spawns (1) Female Titan if triggered


8083174 Founding Titan Generator

  • Spawns (1) Founding Titan if triggered


8083175 Jaw Titan Generator

  • Spawns (1) Jaw Titan if triggered


8083176 War Hammer Titan Generator

  • Spawns (1) War Hammer Titan if triggered


8083177 Lower Titan Generator

  • Spawns (1) Male Titan if triggered

Spawns (9)

Armored Titan

8085051 Armored Titan

Events

  • EventArmoredTitan - ON/OFF Switch for this Titan type
  • EventArmoredTitanSpawned - This Titan type currently spawned indicator
  • Small chance to drop a random rare armor piece.

Attack Titan

8085052 Attack Titan

Events

  • EventAttackTitan - ON/OFF Switch for this Titan type
  • EventAttackTitanSpawned - This Titan type currently spawned indicator
  • Small chance to drop a random rare Shield.

Beast Titan

  • 8085050 Beast Titan

Events

  • EventBeastTitan - ON/OFF Switch for this Titan type
  • EventBeastTitanSpawned - This Titan type currently spawned indicator
  • Small chance to drop a random rare Eternal Salvage.

Cart Titan

8085053 Cart Titan

Events

  • EventCartTitan - ON/OFF Switch for this Titan type
  • EventCartTitanSpawned - This Titan type currently spawned indicator
  • Small chance to drop a random rare Pack, Potion or Kit.

Colossus Titan

8085055 Colossus Titan

Events

  • EventColossusTitan - ON/OFF Switch for this Titan type
  • EventColossusTitanSpawned - This Titan type currently spawned indicator

Female Titan

  • 8085001 Female Titan


Events

  • EventFemaleTitan - ON/OFF Switch for this Titan type
  • EventFemaleTitanSpawned - This Titan type currently spawned indicator
  • Small chance to drop a random rare jewlery piece.

Founding Titan

8085054 Founding Titan

Events

  • EventFoundingTitan - ON/OFF Switch for this Titan type
  • EventFoundingTitanSpawned - This Titan type currently spawned indicator

Jaw Titan

8085056 Jaw Titan

Events

  • EventJawTitan - ON/OFF Switch for this Titan type
  • EventJawTitanSpawned - This Titan type currently spawned indicator
  • Small chance to drop a random rare Foolproof Salvage.


War Hammer Titan

8085057 War Hammer Titan

Events

  • EventWarHammerTitan - ON/OFF Switch for this Titan type
  • EventWarHammerTitanSpawned - This Titan type currently spawned indicator
  • Small chance to drop a random rare Eternal Dyepot.