📄 knowitall.lua
字号:
if NPCcon== 0 then
if API:GetUserVar(client,"#1")==0 then
CmdNPC:Face(100);
CmdNPC:Say("你好外面的世界很危险,你因该去拜访一下我们这的老道长,让他教你点什么"); -- en "The circle is very dangerous! You had better ask TaoistStar to teach you eleventary spells before you leave Birth Village."
CmdNPC:Link("我知道了",255); -- en :"I see Thanks."
CmdNPC:Finish();
API:SetUserVar(client,"#1",1);
else
CmdNPC:Face(100);
CmdNPC:Say("外面是双龙诚,让我告诉你些操作方法,如果你不想听可以直接去双龙"); -- en "This is the way to Twin City. Many people are gathering there. Shall I give you some advice before I teleport you there."
CmdNPC:Link("好的,请指教",1);
CmdNPC:Link("我要去双龙",2);
CmdNPC:Finish();
end;
end;
if NPCcon==1 then
CmdNPC:Face(100);
CmdNPC:Say("使用热键(F1-F10)回将减少你很多麻烦,你可以拖物品或技能到F1-F10上去,如果你想PK,就点下下面的模式按钮,把捕杀弄成PK,如果你砍了人,你的名字会变蓝,如果你杀了人,你的名字会边黑,别人杀了你,你很有可能会爆装备,好了就说怎么多了,祝贺你玩的开心"); -- en "Make good use of Hot Key (F1-F10) will save you a lot of troubles. You can drag potions and spells to F1-F10. Then"
-- CmdNPC:Say("如果你想PK,就点下下面的模式按钮,把捕杀弄成PK,如果你砍了人,你的名字会变蓝\n"); -- en "you just press on the corresponding key on your keyboard to use it. You like PK? Be careful. If you get blue even."
-- CmdNPC:Say("如果你杀了人,你的名字会边黑,别人杀了你,你很有可能会爆装备\n"); -- en "black name after you kill other players, you will lose the equipments you are wearing. Remember to switch PK to Peace."
-- CmdNPC:Say("好了就说怎么多了,祝贺你玩的开心\n"); -- en "That is all. Have a good journey."
CmdNPC:Link("谢谢",255);
CmdNPC:Finish();
end;
if NPCcon==2 then
API:Additems(client,410301,0,0,0,0,0);
API:Additems(client,132405,0,0,0,0,0);
API:Additems(client,1000000,0,0,0,0,0);
API:Additems(client,1000000,0,0,0,0,0);
API:Additems(client,1000000,0,0,0,0,0);
API:Additems(client,1000000,0,0,0,0,0);
API:Additems(client,1000000,0,0,0,0,0);
Char.Money=Char.Money+100;
API:GotoMap(client,1002,440,390);
end;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -