跟原版的Eluna不同的是从AyaseCore中提取并移植了去年鼓捣的Lua扩展功能 API扩展文档放在了服务端的压缩包...
Eluna API for AC:https://www.azerothcore.org/pages/eluna/index.html Documentation Links Additions from Eluna/master Player Group AddedGroup:GetGroupType():#82 AddedGroup:SetMemberFlag():#102 AddedGameObject:AddLoot()to add loot at runtime to anemptycontainer:#52 ...
于是想通过Eluna做个吸血光环,这个功能最关键的是要捕捉 伤害这个数据,翻遍eluna 所有api,包含伤害的 ...
Eluna Lua Engine © for WoW Emulators C++ 112 143 Repositories Loading Type Language Sort 14 results for all repositories written in JavaScript sorted by last updated Clear filter Showing 10 of 14 repositories azerothcore.github.io Public JavaScript 5 32 1 0 Updated Dec 29, 2024 ...
Eluna API :http://elunaluaengine.github.io/ 空文件 简介 一个用于AzerothCore的ELUNA模块.展开收起 暂无标签 C 取消 发行版 暂无发行版 贡献者(10) 全部 近期动态 接近5年前创建了仓库 不能加载更多了 马建仓 AI 助手 尝试更多 代码解读 代码找茬 ...
我有服务器运行在docker上,按照setup provided on the official website。我还设法通过AzerothCore GitHub上提供的module连接了Eluna引擎。但是,整个存储库中没有lua_scripts目录,包括附加的模块。我已经尝试将它(和一个基本的hello_world.lua脚本)放在多个子目录中,但都没有用。由于使用了docker,我认为它可能会...
服务器可被外网访问 服务的源码:别叫醒我/azerothcore-wotlk-elun (官方原版移除版权信息并整合ELuna) 地图文件:https://github.com/wowgaming/client-data/releases/tag/v7 软件安装 检查 以此执行如下命令,检查 docker 和 docker-compose 是否安装: docker --versiondocker-compose --versiongit --version ...
Optional: if you need to update Eluna to the latest version, you cancd srcandcd LuaEngineand rungit pullfrom there. 2) Build You need to run the cmake again and and rebuild the project. Eluna API for AC:https://www.azerothcore.org/pages/eluna/index.html ...
登录/注册后可看大图 下载VMwareWorkstation 16.2.3 (Windows虚拟机)https://download3.vmware.com/...
The Eluna Lua Engine© API allows you to add your own Lua code to be executed when certain events (called "hooks") occur. Add a new in-game command, give life to creatures with new AI, or even light players who try to duel on fire! If the hook exists, you can script it. ...