----------------------------------------------------------------------
Release Ver. Jovial Jerboa 2021-09- 30:03:19-AM PST
Minor:
- changed dummy creation, rather than letting it float in abyss it simply spawns one upon cast and sets it's expiration timer to the casting duration.
Major
- Config dummy creation was not set by a variable which caused bad things to happen!(Thanks Gnuoy!)
----------------------------------------------------------------------
Release Ver. Impertinent Imbis 2020-02- 12:06-PM PST
Minor:
- Added MouseX/Y_Last, allowing the beam to continue to move to the mouses last quantifiable location before it slips into the void that is the UI part of the screen, ne'er to be seen again by mortal eyes.
(Thanks to Xorkatoss!)
- Fixed bug where Dummy Unit was being referred as (Last Created Unit) during periodic!
- Dummy changes owner during Periodic to ensure any damage related debuffs are credited to owner of caster. (Thanks Icemanbo & Pyrogasm!)
----------------------------------------------------------------------
Release Ver. Honest Honey-Bee 2019-12-31 8:57AM PST
Minor:
- Replaced dummy created each tick to a single neutral passive dummy created along with the config
- fixed an issue that was calculating the enumeration to be limited to the indication offset instead of the full 1000 default range.
----------------------------------------------------------------------
Release Ver. Garish Gharial - 2019-12-30 8:25PM PST
Major
- Outsourced math logic to Icemanbo's wonderful system (Link at site)
Minor, Took more of Icemanbo's advice
- Single Dummy on each tick of damage
- Indexed Owner
- Added temp variables for cleaner triggers
- Set Index of various leveled variables to start at 1 instead of 0, effectively reversing the previous version's changes.
- added immolation effect to buff slow
----------------------------------------------------------------------
Release Ver. Felonious Frigatebird - 2019-12-22 12:02PM PST
- Fixed bug (Thanks to Majistey) where I didn't set the array to 0 instead of 1 resulting in the mouse control being lost at levels higher than 2.
----------------------------------------------------------------------
Release Ver. Eerie Earwig - 2019-12-13 2:46AM PST
- Added Lightning Configuration
----------------------------------------------------------------------
Release Ver. Dervish Dragonfly - 2019-12-11 11:37PM PST
- Changed duplicate Point [7] in enum filter to [8]
- Changed Default Periodic to 0.03 > 0.05
- Changed Tick from modulo to more generic but stable version
- Changed "If duration > less or Equal to 0.00" to "if duration > Periodic"
- Removed some useless arrays from some of the config variables.
----------------------------------------------------------------------
Release Ver. Cautious Canary - 2019-12-08 - 11:03PM PST
- Added [Snippet] Mouse Utilities by Mypad, from Pyrogasm's suggestion.
- Removed Change Directory Trigger & Add Mouse Pos. Event from Config due to Mouse Utilities
Big thanks to Pyrogasm who showed me to not fear the unknown.
----------------------------------------------------------------------
Release Ver. Bodacious Butterfly - 2019-12-07 - 11:32PM PST
- Moved Mouse Event Add from cast to Map Init
Thanks Mypad!
----------------------------------------------------------------------
Release Ver. Absolute Antelope - 2019-12-06 - 3:29PM PST
- Public Release