Titans: Difference between revisions

From A'Chard
Jump to navigation Jump to search
 
(37 intermediate revisions by the same user not shown)
Line 2: Line 2:




'''Titan Global ACE Generator System'''
== Spawns ==


=== Lower Titans ===


* Custom Generators
==== [[Male Titan]] ====
* 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_enable
 
* titan_boss_last_kill_time
 
* titan_boss_min_spawn_delay
* titan_boss_min_spawn_pop
* titan_boss_min_spawn_kph
 
 
* titan_boss_armored_enable
* titan_boss_armored_last_kill_time
* titan_boss_armored_min_spawn_delay
* titan_boss_armored_min_spawn_pop
 
 
* titan_boss_attack_enable
* titan_boss_attack_last_kill_time
* titan_boss_attack_min_spawn_delay
 
 
* titan_boss_beast_enable
* titan_boss_beast_last_kill_time
* titan_boss_beast_min_spawn_delay
 
 
* titan_boss_cart_enable
* titan_boss_cart_last_kill_time
* titan_boss_cart_min_spawn_delay
 
 
* titan_boss_colossus_enable
* titan_boss_colossus_last_kill_time
* titan_boss_colossus_min_spawn_delay
* titan_boss_colossus_min_spawn_pop
 
 
* titan_boss_female_enable
* titan_boss_female_last_kill_time
* titan_boss_female_min_spawn_delay
 
 
* titan_boss_founding_enable
* titan_boss_founding_last_kill_time
* titan_boss_founding_min_spawn_delay
 
 
* titan_boss_jaw_enable
* titan_boss_jaw_last_kill_time
* titan_boss_jaw_min_spawn_delay
 
 
* titan_boss_lower_enable
* titan_boss_lower_last_kill_time
* titan_boss_lower_min_spawn_delay
 
 
* titan_boss_war_hammer_enable
* titan_boss_war_hammer_last_kill_time
* titan_boss_war_hammer_min_spawn_delay
 
== 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
 
* EventLowerTitan
* EventLowerTitanSpawned
 
* EventWarHammerTitan
* EventWarHammerTitanSpawned
 
== Generators ==
 
=== 8080017 Titan Generator - Master Generator ===
 
The master generator has the ability to spawn (1) any of the following randomly.
 
* '''Spawn Time Throttled (10) Minutes'''
* Lower Titan Generator
* NPC Eren Yeager
 
 
 
'''8080017 Titan Generator''' will be added to the master spawn generators around Ragako
 
* If the server event '''EventBossTitan''' is enabled, Titan Generator will randomly spawn max of (1) following items.
 
# 8083177 Lower Titan Generator
# An invisible NPC Eren Yeager who has the power to summon and control all (9) Boss Titans
 
 
 
* If spawned NPC Eren Yeager will on cue from the server, spawn (1) of the (9) boss Titan Generators defined below
* When boss Titan is spawned, no additional Boss Titans will spawn in the world until the spawned Titan has been killed and another Titan spawn timer expires.
* Server will watch for Titan Death Events and disable the events until the next spawn is due
 
=== 8083177 Lower Titan Generator ===
 
The master generator has the ability to spawn (1) any of the following randomly.
 
* '''Spawn Time Throttled (30) Minutes'''
* [[Male Titan]]
* [[Child Titan]]
 
=== 8083169 Armored Titan Generator ===
 
* '''Spawn Time Throttled (24) hours'''
* Spawns (1) [[Armored Titan]] if triggered
 
 
=== 8083170 Attack Titan Generator ===
 
* '''Spawn Time Throttled (8) hours'''
* Spawns (1) [[Attack Titan]] if triggered
 
 
=== 8083168 Beast Titan Generator ===
 
* '''Spawn Time Throttled (24) hours'''
* Spawns (1) [[Beast Titan]] if triggered
 
 
=== 8083171 Cart Titan Generator ===
 
* '''Spawn Time Throttled (8) hours'''
* Spawns (1) [[Cart Titan]] if triggered
 
 
=== 8083172 Colossus Titan Generator ===
 
* '''Spawn Time Throttled (24) hours'''
* Spawns (1) [[Colossus Titan]] if triggered
 
 
=== 8083173 Female Titan Generator ===
 
* '''Spawn Time Throttled (8) hours'''
* Spawns (1) [[Female Titan]] if triggered
 
 
=== 8083174 Founding Titan Generator ===
 
* '''Spawn Time Throttled (30) Minutes'''
* Spawns (1) [[Founding Titan]] if triggered
 
 
=== 8083175 Jaw Titan Generator ===
 
* '''Spawn Time Throttled (30) Minutes'''
* Spawns (1) [[Jaw Titan]] if triggered
 
 
=== 8083176 War Hammer Titan Generator ===
 
* '''Spawn Time Throttled (30) Minutes'''
* Spawns (1) [[War Hammer Titan]] if triggered
 
== Spawns (9) ==
 
=== Eren Yeager ===
 
* An invisible NPC Eren Yeager who has the power to summon and control all (9) Boss Titans
 
 
=== Lower Ttians ===
 
==== Male Titan ====
   
   
* EventAttackTitan - ON/OFF Switch for this Titan type
* Chance to drop [[Paradis Island Portal Sending Gem]]
* Chance to drop [[Paradis Island Portal Sending Gem]]
* Chance to drop [[Titan Spinal Fluid]]
* Chance to drop [[Titan Spinal Fluid]]
* Chance to drop [[Captured Spirit]]
* Chance to drop [[Captured Spirit]]


 
=== Tier (1) Boss Titans ===
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]] ====


[[Attack Titan]]
* (1) [[Paradis Island Portal Sending Gem]]
 
* (1) [[Titan Spinal Fluid]]
* EventAttackTitan - ON/OFF Switch for this Titan type
* Chance to drop [[Paradis Island Portal Sending Gem]]
* Chance to drop [[Titan Spinal Fluid]]
* Chance to drop [[Captured Spirit]]
* Chance to drop [[Captured Spirit]]
* Chance to drop [[Attack Titan Spine]]




Enabled Events on Spawn
==== [[Cart Titan]] ====
* EventAttackTitanSpawned - This Titan type currently spawned indicator
* EventBossTitanSpawned


Disabled Events on Death
* (1) [[Paradis Island Portal Sending Gem]]
* EventAttackTitanSpawned - This Titan type currently spawned indicator
* (1) [[Titan Spinal Fluid]]
* EventBossTitanSpawned
 
 
 
==== Cart Titan ====
 
[[Cart Titan]]
 
* EventCartTitan - ON/OFF Switch for this Titan type
* Chance to drop [[Paradis Island Portal Sending Gem]]
* Chance to drop [[Titan Spinal Fluid]]
* Chance to drop [[Captured Spirit]]
* Chance to drop [[Captured Spirit]]
* Chance to drop [[Cart Titan Spine]]
* Chance to drop [[Cart Titan Spine]]
Line 266: Line 32:




Enabled Events on Spawn
==== [[Female Titan]] ====
* EventCartTitanSpawned - This Titan type currently spawned indicator
* EventBossTitanSpawned


Disabled Events on Death
* (1) [[Paradis Island Portal Sending Gem]]
* EventCartTitanSpawned - This Titan type currently spawned indicator
* (1) [[Titan Spinal Fluid]]
* EventBossTitanSpawned
 
==== Female Titan ====
 
[[Female Titan]]
 
* EventFemaleTitan - ON/OFF Switch for this Titan type
* Chance to drop [[Paradis Island Portal Sending Gem]]
* Chance to drop [[Titan Spinal Fluid]]
* Chance to drop [[Captured Spirit]]
* Chance to drop [[Captured Spirit]]
* Chance to drop [[Female Titan Spine]]




Enabled Events on Spawn
* EventFemaleTitanSpawned - This Titan type currently spawned indicator
* EventBossTitanSpawned


Disabled Events on Death
=== Tier (2) Boss Titans ===
* EventFemaleTitanSpawned - This Titan type currently spawned indicator
* EventBossTitanSpawned


==== [[Founding Titan]] ====


 
* (1) [[Paradis Island Portal Sending Gem]]
=== Tier (2) Boss Ttian ===
* (1) [[Titan Spinal Fluid]]
 
==== Founding Titan ====
 
[[Founding Titan]]
 
* EventFoundingTitan - ON/OFF Switch for this Titan type
* Chance to drop [[Paradis Island Portal Sending Gem]]
* Chance to drop [[Titan Spinal Fluid]]
* Chance to drop [[Mental Case]]
* Chance to drop [[Mental Case]]
* Chance to drop [[Founding Titan Spine]]
* Chance to drop [[Founding Titan Spine]]




Enabled Events on Spawn
==== [[Jaw Titan]] ====
* EventFoundingTitanSpawned - This Titan type currently spawned indicator
* EventBossTitanSpawned


Disabled Events on Death
* (1) [[Paradis Island Portal Sending Gem]]
* EventFoundingTitanSpawned - This Titan type currently spawned indicator
* (1) [[Titan Spinal Fluid]]
* EventBossTitanSpawned
 
==== Jaw Titan ====
 
[[Jaw Titan]]
 
* EventJawTitan - ON/OFF Switch for this Titan type
* Chance to drop [[Paradis Island Portal Sending Gem]]
* Chance to drop [[Titan Spinal Fluid]]
* Chance to drop [[Mental Case]]
* Chance to drop [[Mental Case]]
* '''Small chance to drop a random rare Foolproof Salvage.'''
* Chance to drop [[Jaw Titan Spine]]
 
* '''Small chance to drop a random Foolproof Salvage.'''
 
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]]
==== [[War Hammer Titan]] ====


* EventWarHammerTitan - ON/OFF Switch for this Titan type
* (1) [[Paradis Island Portal Sending Gem]]
* Chance to drop [[Paradis Island Portal Sending Gem]]
* (1) [[Titan Spinal Fluid]]
* Chance to drop [[Titan Spinal Fluid]]
* Chance to drop [[Mental Case]]
* Chance to drop [[Mental Case]]
* '''Small chance to drop a random rare Eternal Dyepot.'''
* Chance to drop [[War Hammer Titan Spine]]
* '''Small chance to drop a random rare Eternal Dye pot.'''




Enabled Events on Spawn
* EventWarHammerTitanSpawned - This Titan type currently spawned indicator
* EventBossTitanSpawned


Disabled Events on Death
=== Tier (3) Boss Titans ===
* EventWarHammerTitanSpawned - This Titan type currently spawned indicator
* EventBossTitanSpawned


==== [[Armored Titan]] ====


 
* (1) [[Paradis Island Portal Sending Gem]]
 
* (1) [[Titan Spinal Fluid]]
=== Tier (3) Boss Ttian ===
 
==== Armored Titan ====
 
[[Armored Titan]]
 
* EventArmoredTitan - ON/OFF Switch for this Titan type
* Chance to drop [[Paradis Island Portal Sending Gem]]
* Chance to drop [[Titan Spinal Fluid]]
* Chance to drop [[Captured Spirit]]
* Chance to drop [[Captured Spirit]]
* Chance to drop [[Mental Case]]
* Chance to drop [[Mental Case]]
* Chance to drop [[Physical State]]
* Chance to drop [[Physical State]]
* '''Small chance to drop a random rare armor piece.'''
* Chance to drop [[Armored Titan Spine]]
 
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]]
==== [[Beast Titan]] ====


* EventBeastTitan - ON/OFF Switch for this Titan type
* Beast Titan has a chance to summon help from a [[Cart Titan]]
* Chance to drop [[Paradis Island Portal Sending Gem]]
* (1) [[Paradis Island Portal Sending Gem]]
* Chance to drop [[Titan Spinal Fluid]]
* (1) [[Titan Spinal Fluid]]
* Chance to drop [[Captured Spirit]]
* Chance to drop [[Captured Spirit]]
* Chance to drop [[Mental Case]]
* Chance to drop [[Mental Case]]
* Chance to drop [[Physical State]]
* Chance to drop [[Physical State]]
* '''Small chance to drop a random rare Eternal Salvage.'''
* Chance to drop [[Beast Titan Spine]]
 
 
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]]
==== [[Colossus Titan]] ====


* EventColossusTitan - ON/OFF Switch for this Titan type
* (1) [[Paradis Island Portal Sending Gem]]
* Chance to drop [[Paradis Island Portal Sending Gem]]
* (1) [[Titan Spinal Fluid]]
* Chance to drop [[Titan Spinal Fluid]]
* Chance to drop [[Captured Spirit]]
* Chance to drop [[Captured Spirit]]
* Chance to drop [[Mental Case]]
* Chance to drop [[Mental Case]]
* Chance to drop [[Physical State]]
* Chance to drop [[Physical State]]
* Chance to drop [[Colossus Titan Spine]]


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 ===
=== Spawn Mechanics ===


Pre-TitanBossTick
* 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
* Check titan_boss_enable
* If the Lower Titan timer(1 hr) has expired, the server triggers a Lower Titan to spawn
* Check titan_boss_min_spawn_pop
* If the Lower Titan timer has not expired, the server rolls the dice for a Boss Titan
* Check titan_last_tick_time
 
 
 
TitanBossTick()
 
* Set titan_last_tick_time
* Check titan_boss_last_kill_time
* Check EventBossTitan
 
 
* Check to see if time is up to spawn a Lower Titan
 
 
Roll the Dice
 
* Get rnd 100
* 3% level 3 boss checks
* 15% level 2 boss checks
* 60% level 1 boss checks
 
 
Boss Selection
 
 
 
level 1
 
 
* Check titan_boss_attack_enable
* Check titan_boss_attack_last_kill_time
 
 
* Check titan_boss_cart_enable
* Check titan_boss_cart_last_kill_time
 
 
* Check titan_boss_female_enable
* Check titan_boss_female_last_kill_time
 
 
 
level 2
 
* Check titan_boss_founding_enable
* Check titan_boss_founding_last_kill_time
 
 
* Check titan_boss_jaw_enable
* Check titan_boss_jaw_last_kill_time
 
 
* Check titan_boss_war_hammer_enable
* Check titan_boss_war_hammer_last_kill_time




Roll the Dice:
* Get dice roll (100)




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


level 3
* Check titan_boss_beast_enable
* Check titan_boss_beast_last_kill_time


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


* Check titan_boss_armored_enable
* Check titan_boss_armored_last_kill_time




* Check titan_boss_colossus_enable
* '''60% level 1 boss checks'''
* Check titan_boss_colossus_last_kill_time
* Attack Titan(8 hrs)
* Cart Titan(10 hrs)
* Female Titan(8 hrs)

Latest revision as of 04:14, 17 May 2024


Spawns

Lower Titans

Male Titan

Tier (1) Boss Titans

Attack Titan


Cart Titan


Female Titan


Tier (2) Boss Titans

Founding Titan


Jaw Titan


War Hammer Titan


Tier (3) Boss Titans

Armored Titan


Beast Titan


Colossus Titan


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)