代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/455299/1623093
lua 金光洞to剑阁西北.lua
--西北南区 剑阁蜀道金光洞to剑阁蜀道西北入口
--Trap ID:西北南区 4
function main(sel)
NewWorld(3, 932, 4076);
AddTermini(8)
end;
www.eeworm.com/read/455299/1623098
lua trenemy01_1.lua
--description: 华山敌人
--author: yuanlan
--date: 2003/5/17
Include("trenemy01_1_Default.lua")
Include("trenemy01_1_UTask_5.lua")
function OnDeath()
UTask_tr = GetTask(4);
if (UTask_tr
www.eeworm.com/read/455299/1623101
lua trenemy01_2.lua
--description: 华山敌人
--author: yuanlan
--date: 2003/5/17
Include("trenemy01_2_Default.lua")
Include("trenemy01_2_UTask_5.lua")
function OnDeath()
UTask_tr = GetTask(4);
if (UTask_tr
www.eeworm.com/read/455299/1623103
lua trenemy03_3.lua
--description: 秦陵地下一层敌人
--author: yuanlan
--date: 2003/5/19
Include("trenemy03_3_Default.lua")
Include("trenemy03_3_UTask_32.lua")
function OnDeath()
UTask_tr = GetTask(4);
if (UTask
www.eeworm.com/read/455299/1623107
lua trenemy03_1.lua
--description: 秦陵地下一层敌人
--author: yuanlan
--date: 2003/5/19
Include("trenemy03_1_Default.lua")
Include("trenemy03_1_UTask_32.lua")
function OnDeath()
UTask_tr = GetTask(4);
if (UTask
www.eeworm.com/read/455299/1623110
lua trenemy03_2.lua
--description: 秦陵地下一层敌人
--author: yuanlan
--date: 2003/5/19
Include("trenemy03_2_Default.lua")
Include("trenemy03_2_UTask_32.lua")
function OnDeath()
UTask_tr = GetTask(4);
if (UTask
www.eeworm.com/read/455299/1623115
lua trnpc06_default.lua
--description: 秦陵农夫 非任务对话
--author: yuanlan
--date: 2003/5/19
function trnpc06_Default()
UTask_tr = GetTask(4);
if (UTask_tr < 32) then --尚未执行30级任务
Say("农夫:种了一辈子田,什么时候能挖个金矿发大财呢?"
www.eeworm.com/read/455299/1623118
lua 南岳镇西牌坊.lua
--两湖区 南岳镇西牌坊 战斗状态切换Trap
function main(sel)
if ( GetFightState() == 0 ) then -- 玩家处于非战斗状态,即在城内
SetPos(1570, 3086) -- 设置走出Trap点,目的点在城外
SetFightState(1) -- 转换为战斗状态
else -- 玩家处于战斗
www.eeworm.com/read/455299/1623119
lua 南岳镇南面树林.lua
--两湖区 南岳镇南面树林 战斗状态切换Trap
function main(sel)
if ( GetFightState() == 0 ) then -- 玩家处于非战斗状态,即在城内
SetPos(1565, 3242) -- 设置走出Trap点,目的点在城外
SetFightState(1) -- 转换为战斗状态
else -- 玩家处于战
www.eeworm.com/read/455299/1623120
lua 南岳镇南面木桥.lua
--两湖区 南岳镇南面木桥 战斗状态切换Trap
function main(sel)
if ( GetFightState() == 0 ) then -- 玩家处于非战斗状态,即在城内
SetPos(1524, 3117) -- 设置走出Trap点,目的点在城外
SetFightState(1) -- 转换为战斗状态
else -- 玩家处于战