Titans: Difference between revisions

From A'Chard
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
[[Category:ACE]]
[[Category:ACE]]
'''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.





Revision as of 04:05, 17 May 2024


Spawns

Lower Ttians

Male Titan


Enabled Events on Spawn

  • EventLowerTitanSpawned - This Titan type currently spawned indicator
  • EventBossTitanSpawned

Disabled Events on Death

  • EventLowerTitanSpawned - This Titan type currently spawned indicator
  • EventBossTitanSpawned


Tier (1) Boss Ttian

Attack Titan

Attack Titan


Enabled Events on Spawn

  • EventAttackTitanSpawned - This Titan type currently spawned indicator
  • EventBossTitanSpawned

Disabled Events on Death

  • EventAttackTitanSpawned - This Titan type currently spawned indicator
  • EventBossTitanSpawned

Cart Titan

Cart Titan


Enabled Events on Spawn

  • EventCartTitanSpawned - This Titan type currently spawned indicator
  • EventBossTitanSpawned

Disabled Events on Death

  • EventCartTitanSpawned - This Titan type currently spawned indicator
  • EventBossTitanSpawned

Female Titan

Female Titan


Enabled Events on Spawn

  • EventFemaleTitanSpawned - This Titan type currently spawned indicator
  • EventBossTitanSpawned

Disabled Events on Death

  • EventFemaleTitanSpawned - This Titan type currently spawned indicator
  • EventBossTitanSpawned


Tier (2) Boss Ttian

Founding Titan

Founding Titan


Enabled Events on Spawn

  • EventFoundingTitanSpawned - This Titan type currently spawned indicator
  • EventBossTitanSpawned

Disabled Events on Death

  • EventFoundingTitanSpawned - This Titan type currently spawned indicator
  • EventBossTitanSpawned

Jaw Titan

Jaw Titan


Enabled Events on Spawn

  • EventJawTitanSpawned - This Titan type currently spawned indicator
  • EventBossTitanSpawned

Disabled Events on Death

  • EventJawTitanSpawned - This Titan type currently spawned indicator
  • EventBossTitanSpawned

War Hammer Titan

War Hammer Titan


Enabled Events on Spawn

  • EventWarHammerTitanSpawned - This Titan type currently spawned indicator
  • EventBossTitanSpawned

Disabled Events on Death

  • EventWarHammerTitanSpawned - This Titan type currently spawned indicator
  • EventBossTitanSpawned

Tier (3) Boss Ttian

Armored Titan

Armored Titan


Spawn Restrictions

  • titan_boss_armored_min_spawn_pop

Enabled Events on Spawn

  • EventArmoredTitanSpawned - This Titan type currently spawned indicator
  • EventBossTitanSpawned

Disabled Events on Death

  • EventArmoredTitanSpawned - This Titan type currently spawned indicator
  • EventBossTitanSpawned


Beast Titan

Beast Titan


Enabled Events on Spawn

  • EventBeastTitanSpawned - This Titan type currently spawned indicator
  • EventBossTitanSpawned

Disabled Events on Death

  • EventBeastTitanSpawned - This Titan type currently spawned indicator
  • EventBossTitanSpawned

Colossus Titan

Colossus Titan


Enabled Events on Spawn

  • EventColossusTitanSpawned - This Titan type currently spawned indicator
  • EventBossTitanSpawned

Disabled Events on Death

  • EventColossusTitanSpawned - This Titan type currently spawned indicator
  • EventBossTitanSpawned

Spawn Mechanics

  • The server checks the last time a boss was spawned ever 30 seconds
  • If the Boss timer(10) minutes has expired, the server checks the timer for the last Lower Titan
  • If the Lower Titan timer(1 hr) has expired, the server triggers a Lower Titan to spawn
  • If the Lower Titan timer has not expired, the server rolls the dice for a Boss Titan


Roll the Dice:

  • Get dice roll (100)


  • 3% level 3 boss checks
  • Armored Titan(24 hrs)
  • Beast Titan(24 hrs)
  • Colossus Titan(24 hrs)


  • 15% level 2 boss checks
  • Founding Titan(16 hrs)
  • Jaw Titan(16 hrs)
  • War Hammer Titan(16 hrs)


  • 60% level 1 boss checks
  • Attack Titan(8 hrs)
  • Cart Titan(10 hrs)
  • Female Titan(8 hrs)