exorist.lua

来自「架设关键部分开始了。点击开始——程序」· LUA 代码 · 共 23 行

LUA
23
字号
if NPCcon==0 then
   CmdNPC:Face(32);
   CmdNPC:Say("古代的魔鬼被封印在这个岛上,随着时间的流逝,封印的已经非常脆弱,魔鬼将被再次苏醒,你是否可以帮帮我们?");                         --  The Ancient Devil was sealed in this island, The seal's power is very weak no. The devil is gonna wake up. Can you help us
   CmdNPC:Link("我要怎么帮你?",1);                                          -- "How can I help you?"
   CmdNPC:Link("不好意识,我来这是旅游的",255);                         -- "Just Passing by."
   CmdNPC:Finish();
end;


if NPCcon==1 then
   CmdNPC:Face(32);
   CmdNPC:Say("第一,你必须获得5个护身符,每个护身符看代表不同的职业,有5个守护神看守它们,只有当你有相同职业,你才能挑战和你职业相同的守护神。");                            -- en First, get the 5 Amulets. Each amulet is protected by a Guard of different professions. Only if you are of the same profession, can you challenge the Guard. So you had better ask you friends for help. After you gather the 5 Amulets,Click the yellow marks on the ground to bring out the devil and its gaurds. Enable PK mode too kill them. Will you help us?
   CmdNPC:Say("因此,你最好请你的朋友帮忙。当你收集到5个护身符,把它放在黄色的标志上,将会出现魔鬼以及他的护卫。使用PK模式干掉他们,干掉他将会得到好东西."); 
   CmdNPC:Link("好的,我要去试试",2);                             -- en "Yes. I shall try."
   CmdNPC:Link("不去了,我怕",255);                             -- en "Let me think it over."
   CmdNPC:Finish();
end;
   
if NPCcon==2 then
   API:GotoMap(client,1082,191,232);
end;

⌨️ 快捷键说明

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