Titans

From A'Chard
Jump to navigation Jump to search


Titan Global ACE Generator System


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


Server Variables

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

  • titan_boss_on
  • titan_boss_last_spawn_time
  • titan_boss_min_spawn_delay


  • titan_boss_last_armored_spawn_time
  • titan_boss_min_armored_spawn_delay
  • titan_boss_last_attack_spawn_time
  • titan_boss_min_attack_spawn_delay
  • titan_boss_last_beast_spawn_time
  • titan_boss_min_beast_spawn_delay
  • titan_boss_last_cart_spawn_time
  • titan_boss_min_cart_spawn_delay
  • titan_boss_last_colossus_spawn_time
  • titan_boss_min_colossus_spawn_delay
  • titan_boss_last_colossus_spawn_time
  • titan_boss_min_colossus_spawn_delay
  • titan_boss_last_female_spawn_time
  • titan_boss_min_female_spawn_delay
  • titan_boss_last_founding_spawn_time
  • titan_boss_min_founding_spawn_delay
  • titan_boss_last_jaw_spawn_time
  • titan_boss_min_jaw_spawn_delay
  • titan_boss_last_war_spawn_time
  • titan_boss_min_war_spawn_delay

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

8080017 Titan Generator will then randomly spawn max of (x) of the following (x) items.

  • 8083177 Lower Titan Generator
  • Some of the secondary Boss Generators have varying requirements for activation such as Night or Day requirements and an ON/Off event as well defined
  • Boss Generators have a slow to give time for EventBossTitanSpawned to trigger when a Titan is spawned
  • 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

Events

(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


(2) Event controlers for each of the (9) Boss Titans

  • EventArmoredTitan
  • EventArmoredTitanSpawned
  • EventAttackTitan
  • EventAttackTitanSpawned
  • EventBeastTitan
  • EventBeastTitanSpawned
  • EventCartTitan
  • EventCartTitanSpawned
  • EventColossusTitan
  • EventColossusTitanSpawned
  • EventFemaleTitan
  • EventFemaleTitanSpawned
  • EventFoundingTitan
  • EventFoundingTitanSpawned
  • EventJawTitan
  • EventJawTitanSpawned
  • EventWallTitan
  • EventWallTitanSpawned



Generators

8080017 Titan Generator - Master Generator

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


8083177 Lower Titan Generator

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

8083169 Armored Titan Generator


8083170 Attack Titan Generator

8083168 Beast Titan Generator


8083171 Cart Titan Generator

8083172 Colossus Titan Generator


8083173 Female Titan Generator


8083174 Founding Titan Generator

8083175 Jaw Titan Generator


8083176 War Hammer Titan Generator

Spawns (9)

Armored Titan

8085051 Armored Titan

  • EventArmoredTitan - ON/OFF Switch for this Titan type
  • Spawns (1) 80007 Landblock KeepAlive if triggered
  • Small chance to drop a random rare armor piece.


Enabled Events on Spawn

  • EventArmoredTitanSpawned - This Titan type currently spawned indicator
  • EventBossTitanSpawned

Disabled Events on Death

  • EventArmoredTitanSpawned - This Titan type currently spawned indicator
  • EventBossTitanSpawned

Attack Titan

8085052 Attack Titan

  • EventAttackTitan - ON/OFF Switch for this Titan type
  • Spawns (1) 80007 Landblock KeepAlive if triggered
  • Small chance to drop a random rare Shield.


Enabled Events on Spawn

  • EventAttackTitanSpawned - This Titan type currently spawned indicator
  • EventBossTitanSpawned

Disabled Events on Death

  • EventAttackTitanSpawned - This Titan type currently spawned indicator
  • EventBossTitanSpawned


Beast Titan

8085050 Beast Titan

  • EventBeastTitan - ON/OFF Switch for this Titan type
  • Spawns (1) 80007 Landblock KeepAlive if triggered
  • Small chance to drop a random rare Eternal Salvage.

Enabled Events on Spawn

  • EventBeastTitanSpawned - This Titan type currently spawned indicator
  • EventBossTitanSpawned

Disabled Events on Death

  • EventBeastTitanSpawned - This Titan type currently spawned indicator
  • EventBossTitanSpawned


Cart Titan

8085053 Cart Titan

Related 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

Related Events

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

Female Titan


Related 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

Related Events

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

Jaw Titan

8085056 Jaw Titan

Related 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

Related 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.