Files
mod-ale/COMMUNITY_UPDATES.md
2025-01-25 16:56:17 +01:00

8.9 KiB

Eluna

Unleash the power of Lua scripting in your AzerothCore server

Discord Lua AzerothCore


Note

mod-eluna © is a powerful Lua scripting engine embedded into the AzerothCore emulator. We are committed to continuously improving mod-eluna for both developers and server administrators.

📚 Additions from Eluna/master

Category Method Github
RegisterPlayerEvent
PLAYER_EVENT_ON_PET_ADDED_TO_WORLD https://github.com/azerothcore/mod-eluna/pull/3
PLAYER_EVENT_ON_LEARN_SPELL https://github.com/azerothcore/mod-eluna/pull/46
PLAYER_ON_ACHIEVEMENT_COMPLETE https://github.com/azerothcore/mod-eluna/pull/47
PLAYER_EVENT_ON_FFAPVP_CHANGE https://github.com/azerothcore/mod-eluna/pull/63
PLAYER_EVENT_ON_UPDATE_AREA https://github.com/azerothcore/mod-eluna/pull/65
PLAYER_EVENT_ON_CAN_INIT_TRADE https://github.com/azerothcore/mod-eluna/pull/83
PLAYER_EVENT_ON_CAN_SEND_MAIL https://github.com/azerothcore/mod-eluna/pull/85
PLAYER_EVENT_ON_CAN_JOIN_LFG https://github.com/azerothcore/mod-eluna/pull/86
PLAYER_EVENT_ON_QUEST_REWARD_ITEM https://github.com/azerothcore/mod-eluna/pull/88
PLAYER_EVENT_ON_CREATE_ITEM https://github.com/azerothcore/mod-eluna/pull/88
PLAYER_EVENT_ON_STORE_NEW_ITEM https://github.com/azerothcore/mod-eluna/pull/88
PLAYER_EVENT_ON_COMPLETE_QUEST https://github.com/azerothcore/mod-eluna/pull/90
PLAYER_EVENT_ON_CAN_GROUP_INVITE https://github.com/azerothcore/mod-eluna/pull/100
PLAYER_EVENT_ON_GROUP_ROLL_REWARD_ITEM https://github.com/azerothcore/mod-eluna/pull/119
PLAYER_EVENT_ON_BG_DESERTION https://github.com/azerothcore/mod-eluna/pull/146
Player
Player:GetMailCount() https://github.com/azerothcore/mod-eluna/pull/76
Player:GetXP() https://github.com/azerothcore/mod-eluna/pull/77
Player:GetAchievementCriteriaProgress() https://github.com/azerothcore/mod-eluna/pull/78
Player:SendListInventory(object, vendorentry) https://github.com/azerothcore/mod-eluna/pull/48
Player:GetPlayerSettingValue() and Player:UpdatePlayerSetting() https://github.com/azerothcore/mod-eluna/pull/125
Player:GetTrader() https://github.com/azerothcore/mod-eluna/pull/126
Player:CanCompleteRepeatableQuest(questid) https://github.com/azerothcore/mod-eluna/pull/141
Player:CanRewardQuest(questId) https://github.com/azerothcore/mod-eluna/pull/141
Player:SetGlyph(glyphId, slotIndex) https://github.com/azerothcore/mod-eluna/pull/152
Group
Group:GetGroupType() https://github.com/azerothcore/mod-eluna/pull/82
Group:SetMemberFlag() https://github.com/azerothcore/mod-eluna/pull/102
Unit
Unit:ModifyThreatPct() https://github.com/azerothcore/mod-eluna/pull/25
Unit:GetAttackers() https://github.com/azerothcore/mod-eluna/pull/116
Unit:GetThreatList() https://github.com/azerothcore/mod-eluna/pull/117
Unit:GetUnitFlags() https://github.com/azerothcore/mod-eluna/pull/137
Unit:GetUnitFlagsTwo() https://github.com/azerothcore/mod-eluna/pull/137
Unit:SetUnitFlags(flags) https://github.com/azerothcore/mod-eluna/pull/137
Unit:SetUnitFlagsTwo(flags) https://github.com/azerothcore/mod-eluna/pull/137
Unit:SetSpeedRate(unitMoveType, speed) https://github.com/azerothcore/mod-eluna/pull/155
Unit:GetSpeedRate() https://github.com/azerothcore/mod-eluna/pull/155
GameObject
GameObject:AddLoot() https://github.com/azerothcore/mod-eluna/pull/52
Object
Object:IsPlayer() https://github.com/azerothcore/mod-eluna/pull/42
Item
Item:GetItemTemplate() https://github.com/azerothcore/mod-eluna/pull/84
Global
HttpRequest https://github.com/azerothcore/mod-eluna/pull/2
GetItemTemplate(itemEntry) https://github.com/azerothcore/mod-eluna/pull/84
ChatHandler https://github.com/azerothcore/mod-eluna/pull/23
ItemTemplate https://github.com/azerothcore/mod-eluna/pull/84
Roll https://github.com/azerothcore/mod-eluna/pull/119
ELUNA_LOG_INFO for RunCommand() https://github.com/azerothcore/mod-eluna/pull/75
GetOwnerHalaa() and SetOwnerHalaa(teamId) https://github.com/azerothcore/mod-eluna/pull/79
WorldDBQueryAsync, CharDBQueryAsync and AuthDBQueryAsync https://github.com/azerothcore/mod-eluna/pull/113

🤝 Contributing

We welcome contributions! Here's how you can help:

graph LR
    A[Fork Repository] --> B[Create Branch]
    B --> C[Make Changes]
    C --> D[Submit PR]
    D --> E[Review Process]

Made with ❤️ by the Eluna Community

⬆ Back to Top