V.

Results 10 issues of V.

- Add new object [SpellInfo]. - Add player:GetSpells() for getting all learned spell. - Add [Global] GetSpellInfo(spell_entry) for getting SpelInfo with spell_entry.

## Loot Method and Object Adding new [Loot] object and new method : ```lua local loot = creature:GetLoot() loot:AddItem(itemId, chance, needsquest, lootmode, mincount, maxcount) loot:HaveItem(itemId or nil) -- return if...

Hello, I am encountering an issue while using lapis.db.query in an OpenResty environment with Lua 5.1. When executing a simple SQL query via lapis.db.query, the following error occurs: ```bash 2024/08/24...

This system introduces a Mediator pattern to Eluna, allowing communication between different Lua states based on "mapId". It enables the registration and notification of events across states, such as player...

This PR introduces initial support for the `Loot` object within the Lua engine, specifically tailored for use **with only TrinityCore 3.3.5** _(for the moment)_. It adds methods to manipulate and...

## ๐Ÿ“ Description This pull request introduces a lot of new methods in `mod-eluna` for `Spell`, `SpellInfo`, `SpellEffectInfo`: - `GetName` - `HasAttribute` - `GetAttributes` - `IsAffectingArea` - `GetCategory` ... ##...

> [!WARNING] > This PR is the beginning of the porting process for features added to Eluna. Since **Multistate** is the main objective of my contributions, I am adding each...

## โœจ MultiState Support for mod-eluna ### ๐Ÿ“ Description This pull request introduces **MultiState** support in `mod-eluna`, allowing each map in AzerothCore to have its own independent Lua state. >...

BREAKING CHANGE

Integration of this PR on mod-eluna -> https://github.com/ElunaLuaEngine/Eluna/pull/499 * Split Template functions and method registry * Implement Custom Method template files * Add CustomMethods header and registry

### Description The following spell : [Twisting Blade](https://wotlk.evowow.com/?spell=47938), usable from the following vehicle : [Xink's Shredder](https://wotlk.evowow.com/?npc=27061) kills the player when he uses it. ### Expected behaviour The spell should never...

Branch-3.3.5a