Commit graph

11 commits

Author SHA1 Message Date
WinterSolstice8
a81b329d4b [core] [lua] Make GEO trusts untargetable 2026-05-23 17:20:07 -06:00
sruon
ae332fc2ec AOE_HIT_ALL mobMod in lieu of skill flags 2025-12-16 08:31:24 -07:00
MowFord
dc5fa7de60
add flags to spells/mobskills to not emit start/stop packets
- still give messages if paralyzed, etc
2025-09-13 05:01:34 -05:00
claywar
ee3015c64c
Fix issues in Mob scripts identified by Mob type definition 2024-09-01 17:36:36 -04:00
claywar
a8986be5ab
Add explicit table path for enum declarations 2024-08-26 23:05:00 -04:00
claywar
94887d4db8
Use @enum annotation for tables in enum directory 2024-08-20 18:12:33 -04:00
Zach Toogood
75844e6776 CI: Add annotations to enums 2024-07-25 08:18:34 +01:00
Xaver-DaRed
32f28a03ed Remove unused table. Relocate global table to local table in magic.lua 2023-08-22 13:24:28 +02:00
Xaver-DaRed
2dce1333ea Move elements to Enum folder 2023-08-22 12:38:42 +02:00
claywar
32276669b4
Move tables dependent on other enums to scripts/globals/magic.lua
Move tables back to enum that are not dependent
2023-07-13 15:24:56 -04:00
claywar
daa43d19bf
Move spell_data.lua to scripts/enum/magic.lua
spell_data contains xi.magic.* enums.  Move to enum directory since there are no other dependencies and rename file to enum/magic.lua
2023-07-13 14:53:35 -04:00
Renamed from scripts/globals/spell_data.lua (Browse further)