代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/455299/1624175
lua 西南北区-成都府-储物箱1.lua
--西南北区 成都府 衙门门口储物箱1
function main(sel)
OpenBox(); --弹出储物箱物品框和玩家物品框,以便于玩家进行物品和金钱的存取
SetRevPos(5); --设置重生点
end;
www.eeworm.com/read/455299/1624176
lua 西南北区-成都府-储物箱4.lua
--西南北区 成都府 南门驿站储物箱4
function main(sel)
OpenBox(); --弹出储物箱物品框和玩家物品框,以便于玩家进行物品和金钱的存取
SetRevPos(8); --设置重生点
end;
www.eeworm.com/read/455299/1624179
lua 西南北区-成都府-路标5.lua
--西南北区 成都府 路标5:成都->长江源头
function main(sel)
Say("通往长江源头", 0)
end;
www.eeworm.com/read/455299/1624180
lua 西南北区-成都府-储物箱5.lua
--西南北区 成都府 北门驿站储物箱5
function main(sel)
OpenBox(); --弹出储物箱物品框和玩家物品框,以便于玩家进行物品和金钱的存取
SetRevPos(9); --设置重生点
end;
www.eeworm.com/read/455299/1624181
lua 西南北区-成都府-储物箱3.lua
--西南北区 成都府 西门驿站储物箱3
function main(sel)
OpenBox(); --弹出储物箱物品框和玩家物品框,以便于玩家进行物品和金钱的存取
SetRevPos(7); --设置重生点
end;
www.eeworm.com/read/455299/1624183
lua 西南北区-成都府-路标6.lua
--西南北区 成都府 路标6:成都->剑阁西南
function main(sel)
Say("通往剑阁蜀道", 0)
end;
www.eeworm.com/read/455299/1624190
lua 西南北区-成都府-储物箱2.lua
--西南北区 成都府 东门驿站储物箱2
function main(sel)
OpenBox(); --弹出储物箱物品框和玩家物品框,以便于玩家进行物品和金钱的存取
SetRevPos(6); --设置重生点
end;
www.eeworm.com/read/455299/1624192
lua 西南北区-成都府-路标4.lua
--西南北区 成都府 路标4:成都->青城山
function main(sel)
Say("通往青城山", 0)
end;
www.eeworm.com/read/455299/1624339
lua 西南北区--江津村-码头船夫对话.lua
--西南北区 江津村 码头船夫对话
--suyu
--200306015
CurWharf = 2;
Include("\\Script\\Global\\station.lua");
---------------------------------------------------------------
function main(sel)
if (GetLevel(
www.eeworm.com/read/455299/1624341
lua 西南北区--江津村-峨嵋弟子对话.lua
--西南北区 江津村 峨嵋锦衣尼对话
function main(sel)
if (GetFaction() ~= "") then --如果玩家已经属于某一门派
if (GetFaction() == "峨嵋派") then
Say("峨嵋锦衣尼:小师妹,你下山来有什么事吗?", 0)
end
if (GetFaction() == "翠烟门")