
* Fixes #447 - Added script command 'unitblockmove' to be used with OnTouch and Unit Commands. * Fixes #448 - Leech End will no longer get a player stuck in stand/sit modes. * Fixes #503 - Added script command 'ignoretimeout' which disables the SECURE_NPCTIMEOUT of a specific script. * Fixes #521 - Pre-renewal Shield Chain should always be Neutral damage. * Fixes #532 - Fixed an issue with the 'item_check' config not saving the unique ID when enabled. * Fixes #537 - Arms Cannon is now a single unit target skill. * Fixes #541 - Cleaned up Ignition Break damage formula. * Fixes #543 and Fixes #552 - Cleaned up Reverberation to match official. Now splits damage among targets. * Fixes #546 - Updated Randomize Spell to the latest official skill list and rates. * Fixes #547 - Escape is now a self skill and can use normal Traps if no Alloy Traps are available. * Fixes #551 - Great Echo and Sound of Destruction can now blocked by Pneuma. * Fixes #556 - Adjusted Arrullo, Deep Sleep Lullaby, Netherworld, and Voice of Siren duration formulas to properly account base/job levels. * Fixes #561 - Pre-renewal Tiger Cannon now properly removes HP when casting skill. * Fixes #576 - Shield Spell, Exceed Break, Overbrand, Moon Slasher, Piety, Earth Drive, and Hesperuslit no longer have fixed cast time. * Cleaned up Shadow Formation SP Drain formula to be 11-skill_lv per second. * Sound of Destruction is now a placement skill type. * Updated variable cast time for Windmill Rush from 2 seconds to 1 second.
25 lines
621 B
Plaintext
25 lines
621 B
Plaintext
// Improvise Database
|
|
// Database for skills that can be summoned trough Randomize Spell/Improvised Song (Minstrel/Wanderer Skill).
|
|
//
|
|
// Structure of Database:
|
|
// SkillID,Rate
|
|
//
|
|
// - To remove entry by importing, put 0 on 'Rate'
|
|
|
|
11,60000 // Napalm Beat
|
|
12,40000 // Safety Wall
|
|
13,60000 // Soul Strike
|
|
14,60000 // Cold Bolt
|
|
15,60000 // Frost Diver
|
|
17,60000 // Fire Ball
|
|
18,40000 // Fire Wall
|
|
19,60000 // Fire Bolt
|
|
20,60000 // Lightning Bolt
|
|
21,40000 // Thunderstorm
|
|
80,40000 // Fire Pillar
|
|
83,40000 // Meteor Storm
|
|
84,60000 // Jupitel Thunder
|
|
85,40000 // Lord of Vermilion
|
|
86,60000 // Water Ball
|
|
89,40000 // Storm Gust
|