patch -p1 < NPCBots.patch 6、下载应用eluna模块: cd 源码目录/azerothcore/modules git clone https://github.com/azerothcore/mod-eluna.git mod-eluna 7、去掉客户端登录时的付费提示: \src\server\game\Handlers\AuthHandler.cpp 找到 packet << uint8(0); // BillingPlanFlags 改为 packet << uint8(...
mod-eluna for AzerothCore Latest build status with azerothcore: english|中文说明|Español AnElunamodule for AzerothCore. How to install: 1) Download the sources You can get the sources using git. open a terminal inside yourazerothcore-wotlkfolder ...
运行成功没有报错的话我们就进入游戏在对话框输入.help 在命令行可以看到-anticheat,说明我们的anticheat模块安装成功 在输入.reload eluna测试下eluna安装成功没,显示Reloading Eluna那表示安装成功。现在我们试一下Eluna脚本,将超级炉石脚本复制到AzerothCoreServer>lua_scripts目录下 回到游戏点一下炉石 对话框输入.rel...
在输入.reload eluna测试下eluna安装成功没,显示Reloading Eluna那表示安装成功。 现在我们试一下Eluna脚本,将超级炉石脚本复制到AzerothCoreServer>lua_scripts目录下 回到游戏点一下炉石 对话框输入.reloading Eluna(重新载入下Eluna模块)点击炉石弹出此窗口就实现超级炉石了 到这里Eluna和anticheat 模块就安装完成了,更多E...
现在我们试一下Eluna脚本,将超级炉石脚本复制到AzerothCoreServer>lua_scripts目录下 回到游戏点一下炉石 对话框输入.reloading Eluna(重新载入下Eluna模块)点击炉石弹出此窗口就实现超级炉石了 到这里Eluna和anticheat 模块就安装完成了,更多Eluna脚本大家可以研究研究 ...
Eluna是azerothcore服务端的Lua脚本引擎,可以在原有azerothcore的基础上实现很多拓展以及更高的可玩性,比如:超级炉石、升级自动学习技能、服务器公告、玩家上线提示、制作宝石、附魔以及地图的NPC等。 防作弊anticheat主要是对于外挂跑的很快,怎么打也打不死等进行屏蔽。
Eluna是azerothcore服务端的Lua脚本引擎,可以在原有azerothcore的基础上实现很多拓展以及更高的可玩性,比如:超级炉石、升级自动学习技能、服务器公告、玩家上线提示、制作宝石、附魔以及地图的NPC等。 防作弊anticheat主要是对于外挂跑的很快,怎么打也打不死等进行屏蔽。
Eluna是azerothcore服务端的Lua脚本引擎,可以在原有azerothcore的基础上实现很多拓展以及更高的可玩性,比如:超级炉石、升级自动学习技能、服务器公告、玩家上线提示、制作宝石、附魔以及地图的NPC等。防作弊anticheat主要是对于外gua辅助跑的很快,怎么打也打不死等进行屏蔽。
git clone https://github.com/azerothcore/mod-eluna-lua-engine.git go inside themod-eluna-lua-enginefolder:cd mod-eluna-lua-engine download the Eluna sources usinggit submodule update --init Optional: if you need to update Eluna to the latest version, you cancd srcandcd LuaEngineand rungit...
这个事件当然可以捕捉到伤害,但是这有致命缺点,第一 要注册所有生物事件,第二 eluna ai 会覆盖所有内核...