代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/437857/7741106
lua boxer.lua
if NPCcon==0 then
CmdNPC:Face(52);
CmdNPC:Say("你想进入Boss之家吗,请你做好准备,里面有很多BOSS很危险的,里面BOSS一小时刷一次数量众多,如果需要进入,会员免费,其他人收1000天石"); -- en "If you are level 20 or above, you may train in th
www.eeworm.com/read/437857/7741107
lua assistant.lua
if NPCcon==0 then
if Char.Level>69 then
CmdNPC:Say("你是否要前往银矿区,那里怪物非常多,你必须要以满70级才能进入"); -- en "Are you heading for silver mine? The rock monster are very" "fierce. You cannot enter this cav
www.eeworm.com/read/437857/7741108
lua 逸剑.lua
if NPCcon==0 then
if API:GetUserVar(client,"流行泪")==2 then
CmdNPC:Face(12);
CmdNPC:Say("天气好热啊,现在如果能来瓶酒润润口就好了啊");
CmdNPC:Link("一瓶甘露酒如何?",1);
CmdN
www.eeworm.com/read/437857/7741109
lua exorist.lua
if NPCcon==0 then
CmdNPC:Say("如果你想回去双龙,需要1000元"); -- en "Would you like to go back to Guild Area in Twin City? I will teleport our members there for free change nonmembers 500."
CmdN
www.eeworm.com/read/437857/7741110
lua 秦将军.lua
if NPCcon== 0 then
CmdNPC:Face(82);
CmdNPC:Say("你用天石可以在我这里购买低级+3-2极品无洞装备。需要冲洞的话去市场找神匠回天。购买武器的话可以去找陈将军问问。");
CmdNPC:Link("勇衣2000天石",3);
CmdNPC:Link("战衣2000天石",4);
CmdNPC:Link("道衣200
www.eeworm.com/read/437857/7741111
lua boxer.lua
if NPCcon==0 then
CmdNPC:Say("虽然没有什么会消耗在这里,但是你要练级打妖怪会快些!你想出去吗?"); -- en "Althought nothing will be consumed here, but you cannot" "level up as fast as slay the monsters. Shall I teleport you"
www.eeworm.com/read/437857/7741112
lua 药铺老板.lua
if NPCcon==0 then
CmdNPC:Face(1);
CmdNPC:Say("嗯,我专门在各个城市出售药品,种类多,收费也合理哦!");
CmdNPC:Link("都有什么药呢?",1);
CmdNPC:Link("找别人聊聊",255);
CmdNPC:Finish();
end;
if NPCcon==1 then
Cmd
www.eeworm.com/read/398754/7925329
ico lua.ico
www.eeworm.com/read/398754/7925333
lua strict.lua
--
-- strict.lua
-- checks uses of undeclared global variables
-- All global variables must be 'declared' through a regular assignment
-- (even assigning nil will do) in a main chunk before being used
www.eeworm.com/read/398754/7925350
hpp lua.hpp
// lua.hpp
// Lua header files for C++
// not supplied automatically because Lua also compiles as C++
extern "C" {
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
}