代码搜索:Lua

找到约 9,588 项符合「Lua」的源代码

代码结果 9,588
www.eeworm.com/read/455299/1622724

lua trenemy02_2_utask_15.lua

--description: 七杀洞敌人 天忍教10级任务战斗死亡 --author: yuanlan --date: 2003/5/18 function trenemy02_2_UTask_15() --if ( HaveItem("令牌碎片二") == 0) then --取消对任务物品有无的判断,以便重做任务 AddEventItem("令牌碎片二")
www.eeworm.com/read/455299/1622726

lua trenemy02_7_utask_15.lua

--description: 七杀洞敌人 天忍教10级任务战斗死亡 --author: yuanlan --date: 2003/5/18 function trenemy02_7_UTask_15() --if ( HaveItem("令牌碎片七") == 0) then --取消对任务物品有无的判断,以便重做任务 AddEventItem("令牌碎片七")
www.eeworm.com/read/455299/1622732

lua trenemy06_5_utask_67.lua

--description: 天忍教圣洞二层敌人 天忍教出师任务战斗死亡 --author: yuanlan --date: 2003/5/20 function trenemy06_5_UTask_67() if ( HaveItem("圣洞钥匙") == 0) then AddEventItem("圣洞钥匙") Msg2Player("得到钥匙一把。")
www.eeworm.com/read/455299/1622737

lua trenemy06_3_utask_66.lua

--description: 天忍教圣洞一层敌人 天忍教出师任务战斗死亡 --author: yuanlan --date: 2003/5/20 function trenemy06_3_UTask_66() Task0023 = GetTaskTemp(23); if (Task0023 == 0) then Msg2Player("得到口诀“江
www.eeworm.com/read/455299/1622741

lua trenemy06_4_utask_66.lua

--description: 天忍教圣洞一层敌人 天忍教出师任务战斗死亡 --author: yuanlan --date: 2003/5/20 function trenemy06_4_UTask_66() Task0024 = GetTaskTemp(24); if (Task0024 == 0) then Msg2Player("得到口诀“唯
www.eeworm.com/read/455299/1622744

lua trenemy06_1_utask_66.lua

--description: 天忍教圣洞一层敌人 天忍教出师任务战斗死亡 --author: yuanlan --date: 2003/5/20 function trenemy06_1_UTask_66() Task0021 = GetTaskTemp(21); if (Task0021 == 0) then Msg2Player("得到口诀“天
www.eeworm.com/read/455299/1622746

lua trenemy06_2_utask_66.lua

--description: 天忍教圣洞一层敌人 天忍教出师任务战斗死亡 --author: yuanlan --date: 2003/5/20 function trenemy06_2_UTask_66() Task0022 = GetTaskTemp(22); if (Task0022 == 0) then Msg2Player("得到口诀“辰
www.eeworm.com/read/455299/1622754

lua 天忍教-储物箱2.lua

--中原北区 天忍教 室内第3层储物箱2 function main(sel) OpenBox(); --弹出储物箱物品框和玩家物品框,以便于玩家进行物品和金钱的存取 SetRevPos(28); --设置重生点 end;
www.eeworm.com/read/455299/1622755

lua 天忍教-储物箱1.lua

--中原北区 天忍教 室内第3层储物箱1 function main(sel) OpenBox(); --弹出储物箱物品框和玩家物品框,以便于玩家进行物品和金钱的存取 SetRevPos(27); --设置重生点 end;
www.eeworm.com/read/455299/1622787

lua 天忍教-储物箱1.lua

--中原北区 天忍教 室外广场储物箱1 function main(sel) OpenBox(); --弹出储物箱物品框和玩家物品框,以便于玩家进行物品和金钱的存取 SetRevPos(27); --设置重生点 end;