代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/455299/1622791
lua trobj06_default.lua
--description: 天忍教20级任务 小灰驴
--author: yuanlan
--date: 2003/5/18
function trobj06_Default()
end;
www.eeworm.com/read/455299/1622794
lua trnpc04_default.lua
--description: 天忍教小男孩非任务对话
--author: yuanlan
--date: 2003/5/18
function trnpc04_Default()
UTask_tr = GetTask(4);
if (UTask_tr < 23) then --尚未回答问题
Say("小男孩:我有一只小黄狗和一头小灰驴,它们可乖啦,是我最
www.eeworm.com/read/455299/1622800
lua trnpc03_default.lua
--description: 天忍教日月坛主非任务对话
--author: yuanlan
--date: 2003/5/18
function trnpc03_Default()
UTask_tr = GetTask(4);
if (UTask_tr == 5) then --接到入门任务,要直接切换到华山
Say("乌合萨:要我大名鼎鼎、玉树临风、聪明绝顶、武功
www.eeworm.com/read/455299/1622807
lua trnpc01_default.lua
--description: 天忍教弟子非任务对话
--author: yuanlan
--date: 2003/5/17
function trnpc01_Default()
UTask_tr = GetTask(4);
if (UTask_tr < 8) then --尚未入门
Say("天忍死士:禹王剑就藏在
www.eeworm.com/read/455299/1622816
lua 宋金战场to汴京.lua
--中原北区 宋金战场to汴京
--Trap ID:中原北区 43
function main(sel)
NewWorld(37, 1945, 3855);
SetFightState(1);
end;
www.eeworm.com/read/455299/1622823
lua 宋金战场to襄阳.lua
--中原北区 宋金战场to襄阳
--Trap ID:中原北区 44
function main(sel)
NewWorld(78, 1768, 3098);
end;
www.eeworm.com/read/455299/1622846
lua 金兵大营_将军对话.lua
--中原北区 金兵大营 将军对话
function main(sel)
Say("徒单合喜:在战场上,奋勇杀敌者,我重重有赏!懦弱怯敌者,杀无赦!",0)
end;
www.eeworm.com/read/455299/1622891
lua trenemy05_1.lua
--description: 汴京府铁塔一层敌人
--author: yuanlan
--date: 2003/5/19
Include("trenemy05_1_Default.lua")
Include("trenemy05_1_UTask_52.lua")
function OnDeath()
UTask_tr = GetTask(4);
if (UT
www.eeworm.com/read/455299/1622895
lua trenemy05_3.lua
--description: 汴京府铁塔三层敌人
--author: yuanlan
--date: 2003/5/19
Include("trenemy05_3_Default.lua")
Include("trenemy05_3_UTask_52.lua")
function OnDeath()
UTask_tr = GetTask(4);
if (UT
www.eeworm.com/read/455299/1622902
lua trenemy05_2.lua
--description: 汴京府铁塔二层敌人
--author: yuanlan
--date: 2003/5/19
Include("trenemy05_2_Default.lua")
Include("trenemy05_2_UTask_52.lua")
function OnDeath()
UTask_tr = GetTask(4);
if (UT