[DiscordArchive] is this allowed?
[DiscordArchive] is this allowed?
Archived author: XKnives • Posted: 2025-03-08T06:42:02.716000+00:00
Original source
is this allowed?
attack_level_boost.lua
Archived author: XKnives • Posted: 2025-03-08T06:42:11.818000+00:00
Original source
oh, i didnt consider just attaching the file
Archived author: metallinos • Posted: 2025-03-09T16:44:25.154000+00:00
Original source
Yea this works, though you may want to remove the exact event by ID instead of all timed Eluna events on the player
Archived author: metallinos • Posted: 2025-03-09T16:44:58.351000+00:00
Original source
another option is to have the event remove itself like ```if not player:IsInCombat() then RemoveEventById(eventId) end``` at the top of the registerevent function