?? trenemy05_2_utask_52.lua
字號(hào):
--description: 汴京府鐵塔二層敵人 天忍教50級(jí)任務(wù)戰(zhàn)斗死亡
--author: yuanlan
--date: 2003/5/19
function trenemy05_2_UTask_52()
UTask_trsub02 = GetTask(22);
if ( UTask_trsub02 == 0) then
if ( HaveItem("鐵塔鑰匙二") == 0) then
i = random(0,1) --概率為50%
if (i == 0) then
AddEventItem("鐵塔鑰匙二")
Msg2Player("得到第二把鑰匙。")
end
end
end
end;
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -