复件 (2) 1.lua

来自「生肖传说服务端可架设」· LUA 代码 · 共 20 行

LUA
20
字号
--测试战斗

macro_AddFightMonster(5001,0,0,1)
macro_AddFightMonster(5002,0,1,2)
macro_AddFightMonster(5003,0,2,3)
macro_AddFightMonster(5004,0,3,4)
macro_AddFightMonster(5005,0,4,5)

macro_AddFightMonster(5001,1,0,6)
macro_AddFightMonster(5002,1,1,7)
macro_AddFightMonster(5003,1,2,8)
macro_AddFightMonster(5004,1,3,9)
macro_AddFightMonster(5005,1,4,10)

macro_AddFightMonster(5001,2,0,11)
macro_AddFightMonster(5002,2,1,12)
macro_AddFightMonster(5003,2,2,13)
macro_AddFightMonster(5004,2,3,14)
macro_AddFightMonster(5005,2,4,15)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?