Skip to content

Latest commit

 

History

History
93 lines (81 loc) · 8.92 KB

COMMUNITY_UPDATES.md

File metadata and controls

93 lines (81 loc) · 8.92 KB

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

Made with ❤️ by the Eluna Community

⬆ Back to Top