代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/437857/7740764
lua 神甲.lua
if Api:GetUserSkill(client,1350) then
Api:SendMess(client,'你已经学过神甲这个技能了');
return;
elseif Api:SelectUserClass(client)>=132 and Api:SelectUserClass(client)53 then
Api
www.eeworm.com/read/437857/7740765
lua 治疗术.lua
if Api:GetUserSkill(client,1005) then
Api:SendMess(client,'你已经学过治疗术这个技能了');
return;
elseif Char.Mana>29 then
Api:RemoveItem_Cout(client,EqAip._InvItemCount);
Api:AddUserSkill(client,
www.eeworm.com/read/437857/7740766
lua 风雷落.lua
if Api:GetUserSkill(client,1002) then
Api:SendMess(client,'你已经学过风雷落这个技能了');
return;
elseif Api:SelectUserClass(client)>=142 and Api:SelectUserClass(client)159 then
Ap
www.eeworm.com/read/437857/7740772
lua upitem.lua
local pos=EqAip._EquipPOS;
invitem=EqAip._InvItemStats;
EqAip:Upitem();
www.eeworm.com/read/437857/7740773
lua commonitem.lua
Itemsid=EqAip.ItemsID;
if Api:GetUserMap(client)~=6000 then
Api:RemoveItem_Cout(client,EqAip._InvItemCount);
if Itemsid==1060020 then
Api:GotoMap(client,1002,439,377);
www.eeworm.com/read/437857/7740921
lua main.lua
UPAPI=GetUplevel();
client=UPAPI.client;
level=UPAPI.level;
API=GetApi();
Char=client.Char;
if level==4 then
if API:SelectUserClass(client)>=10 and API:SelectUserClass(client)
www.eeworm.com/read/437857/7740941
lua main.lua
API=GetApi();
Time=GetTheTime().Time;
if Time.Hour==13 and Time.Minute>=0 and Time.Minute=1 and
www.eeworm.com/read/437857/7740942
lua 天晴猪.lua
if NPCcon==0 then
CmdNPC:Face(16);
CmdNPC:Say("欢迎这位大侠进入猪哥的征服世界!你有什么问题,我可以帮你解答。");
CmdNPC:Link("我想知道能否转世",1);
CmdNPC:Link("我想知道怎么获得天石",2);
CmdNPC:Link("我想知道怎么获得极品",3);
CmdNPC:L
www.eeworm.com/read/437857/7740943
lua knowitall.lua
if NPCcon== 0 then
if API:GetUserVar(client,"#1")==0 then
CmdNPC:Face(100);
CmdNPC:Say("你好外面的世界很危险,你因该去拜访一下我们这的老道长,让他教你点什么"); -- en "The circle is very dangerous
www.eeworm.com/read/437857/7740944
lua captainli.lua
if NPCcon==0 then
CmdNPC:Face(71);
CmdNPC:Say("我能帮你做什么吗?"); -- en "What can I do for you"
CmdNPC:Link("我想参观监狱",1); -- en "Visit the jail."
Cm