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