⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 boxer.lua

📁 架设关键部分开始了。点击开始——程序
💻 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"
   CmdNPC:Link("是的",1);
   CmdNPC:Link("不,谢谢",255);
   CmdNPC:Finish();
end;

if NPCcon== 1 then
   if Char.LastMobID== 1011 then
      API:GotoMap(client,1011,193,266);
elseif Char.LastMobID== 1002 then
      API:GotoMap(client,1002,429,378);
elseif Char.LastMobID== 1617 then
      API:GotoMap(client,1617,85,55);
 elseif Char.LastMobID== 1020 then
      API:GotoMap(client,1020,566,565);
   elseif Char.LastMobID== 1015 then
      API:GotoMap(client,1015,717,577);
  elseif Char.LastMobID== 1000 then
      API:GotoMap(client,1000,499,650);
   else
      API:GotoMap(client,1002,429,378);
   end;
end;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -