* BCNM Petrifying Pair Fixes
The basis and evidence for all changes can be found in the following links:
https://www.youtube.com/watch?v=kU6rSHxnm9k&t=85s&ab_channel=HeavyMetalWyrmhttps://ffxiclopedia.fandom.com/wiki/Petrifying_Pair?so=search
Fixed:
Increased attack rate of both lizards.
Gave lizards ability to use other lizard mob abilities.
Corrected Spawn points of both lizards to be retail accurate.
Gave both lizards sleep and lullaby immunity.
Both lizards will now link upon engagement
Both lizards will use secretion upon engagement.
Both lizards will favor baleful gaze. Upon extensive review, it appears to be roughly a 50% chance that the lizards use it.
* Res values fix
Reduced res values to be base 100
* Petrifying Pair fix
Added super link to the mobs
* Update attack delay
Reverted delay to 240
* Delay fix
Reverted the changes of lowered delay rate from 240 to 150
* Revert "Delay fix"
This reverts commit c4ff4ea744.
* Set retail accurate (from packet capture) positions of BCNM 30 Petrifying Pair Kalamainu and Kilioa
Co-authored-by: dallano <atwood.dallan@hotmail.com>
* updates
* ID and style fix
* fixing ends
* style fixes 2: the fixening
* accounting for addl column
* Adjust formatting for CI
Co-authored-by: 59blargedy <59blargedy@gmail.com>
* Adding Hakutaku
Added Hakutaku's lua. Added a moderate triple attack as well as adjusted the min max gil received combat based off current retail wikipedia.
Modified HP of hakutaku to be 50,000, added his spell list (based off retail wikipedia) as he was previously using million eyes spells. New spell list ID was set to 467.
* Aiatar
Added Aiatar's placeholder ID definition, implemented both of their .lua's, Aiatar's spawn point, and modified his HP to be accurate to his level.
* Picolaton
Added Picolaton's drop tables for Thrakon Breastplate, adjusted it's stats, and inserted the ID for both placeholder and Picolaton. As well as wrote both their required .lua
* King V bug fixes
King V corrected to despawn when a party wipes or when weather changes while he's roaming. A regen function was written to change between day / night cycles. Also added in the draw in ability.
* Update King_Vinegarroon.lua
Changed draw_in to be used appropriately
* Update Hakutaku.lua
* Update Aiatar.lua
* Update Aiatar.lua
* Update Flamedrake.lua
* Update Picolaton.lua
* Update Phorusrhacos.lua
* Update mob_spell_lists.sql
* General Mob Fixes
General styling error fixes
MyISAM = table level locking, fast but not safe for multiple simultaneous writes
InnoDB = row level locking, slow, but is safe for multiple simultaneous writes
```
Features MyISAM InnoDB
Type Non-Transactional Transactional
Locking Table locking Row-level locking
Foreign keys No Yes
Table, index, data storage Three separate files Combined Tablespace
ACID No Yes
```
Note:
- Starter city zones need NPCs fully recapped.
- Starter zone mobs need fully recapped.
SE removed so many event objects and added so many new ones that there is no feasible way to automate this nor can these be hand edited in a way that makes any sense without fresh captures of the same version.