代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/256550/7217624
lua
From:
Subject: =?gb2312?B?THVhss6/vMrWsuEo0tTHsLTTd2lrabDOz8LAtLXEKSAtIEx1YdbQzsTC28yz?=
Date: Thu, 13 Sep 2007 09:59:45 +0800
MIME-Version: 1.0
Content-Type:
www.eeworm.com/read/395456/8172690
lua
www.eeworm.com/read/388577/8599181
pdf lua编程(programming in lua).pdf
www.eeworm.com/read/379134/9206748
c mathlib.c
/*
** mathlib.c
** Mathematica library to LUA
**
** Waldemar Celes Filho
** TeCGraf - PUC-Rio
** 19 May 93
*/
#include /* NULL */
#include
#include "lua.h"
static void math_abs
www.eeworm.com/read/437857/7740734
lua 点卡.lua
Itemsid=EqAip.ItemsID;
Api:RemoveItem_Cout(client,EqAip._InvItemCount);
if Itemsid==780001 then
client.Char.Cp=client.Char.Cp+500;
Api:UpdateCp(client);
Api:SendMess(client
www.eeworm.com/read/437857/7740747
lua 有凤来仪.lua
if Api:GetUserSkill(client,5030) then
Api:SendMess(client,'你已经学过有凤来仪这个技能了');
return;
elseif Api:GetItemSdSkillLevel(client,420)>=4 then
Api:RemoveItem_Cout(client,EqAip._InvItemCount);
www.eeworm.com/read/437857/7740760
lua 白虹贯日.lua
if Api:GetUserSkill(client,1290) then
Api:SendMess(client,'你已经学过白虹贯日这个技能了');
return;
elseif Api:GetItemSdSkillLevel(client,490)>=4 then
Api:RemoveItem_Cout(client,EqAip._InvItemCount);
www.eeworm.com/read/437857/7740769
lua 夜叉.lua
if Api:GetUserSkill(client,1360) then
Api:SendMess(client,'你已经学过夜叉这个技能了');
return;
elseif
Char.Level>69 then
Api:RemoveItem_Cout(client,EqAip._InvItemCount);
Api:AddUserSkill(cl
www.eeworm.com/read/437857/7740972
lua 虚空.lua
function SZSY(Pos)
if API:GetEquipItemAttribute(client,Pos,4)==0 then
if API:RemoveItem_ID(client,700073,5) then
API:SetEquipItemAttribute(client,Pos,4,1);
www.eeworm.com/read/437857/7740995
lua 铁匠.lua
if NPCcon==0 then
CmdNPC:Face(10);
CmdNPC:Say("呵呵,我专门在各个城市卖武器,有了称手的家伙才能更好的杀敌,对吧!");
CmdNPC:Link("如何买卖武器呢?",1);
CmdNPC:Link("找别人聊聊",255);
CmdNPC:Finish();
end;
if NPCcon==1 the