summaryrefslogtreecommitdiff
path: root/world/map/npc/magic/level2-lightning-strike.txt
AgeCommit message (Collapse)AuthorFilesLines
2024-06-19Fix for repeated suicides of caster when they try to attack target after theyHello=)1-2/+2
killed in rain by own lightning. Problem technically can be described like this: 1) Caster retains all spell charges upon death for lightnings. 2) It wouldn't be problem itself, but it would invoke OnAttack handler! 3) If caster dies in rain by own lightning, nothing clears "in rain" flag. 4) When they respawn and try to attack, OnAttack kicks in. 5) Since nothing has cleaned "in rain" flag, its still set. 6) At this point caster dies by own lightning again. 7) Worse, on respawn sequence would repeat itself. This happens regardless of rain and is very unexpected edge case. Workaround: caster can use #dicharge spell after respawn but its unobvious.
2023-11-27activity checks and casts countingHoraK-FDF1-0/+2
2023-10-16Equipment stats useHoraK-FDF1-2/+2
2022-10-24magic use cooldown symbols. Also, restrict magic on Kimarr.HoraK-FDF1-0/+1
2020-05-10WIP: 500 PRs Closed Commemorative Commit (#555)Jesusaves1-0/+2
* Mountain and Grass Snake experience +100% (per topic 20799) * Prepare the act 5 button so it have a non-null action * There's now 10% chance per clue of Tormenta showing up at 09:00 assault. Usual spot. Currently 2 clues were found, so 20% spawn chances. * Cerhan reactions for Sand Cutter (thanks for pointing this out, Ledmitz) * Alacrius Riddle (needs 300 boss points to start) * Keshlam Swamps map * News file ID 85
2018-11-11give unique ids to magic spell effectsgumi1-2/+2
2018-01-28fix magic spells not showing attack animationsgumi1-1/+1
2016-05-01Merge pull request #493 from mekolat/line-of-sightmekolat1-1/+1
add missing line of sight checks
2016-05-01add discharge handler to ingravmekolat1-0/+7
2016-05-01make spells count their charges themselvesmekolat1-1/+1
2016-04-30add line_of_sight check to `ingrav` spellmekolat1-1/+1
2016-04-20fix ingrav crashv2016.4.21-1mekolat1-1/+1
2016-04-18give a free recast when spell attack conditions failsmekolat1-22/+35
2016-04-07slowly getting things donemekolat1-4/+6
explain the debug spell is deprecated upmarmu typo cooldown fix make maps with updated converter, make nodes update permissions
2016-03-30use callmekolat1-6/+4
2016-03-30initial commit for magic v3mekolat1-0/+67
Fix Druid Tree and add hug to TMW