commonitem.lua
来自「架设关键部分开始了。点击开始——程序」· LUA 代码 · 共 38 行
LUA
38 行
Itemsid=EqAip.ItemsID;
if Api:GetUserMap(client)~=6000 then
Api:RemoveItem_Cout(client,EqAip._InvItemCount);
if Itemsid==1060020 then
Api:GotoMap(client,1002,439,377);
elseif Itemsid==1060021 then
Api:GotoMap(client,1000,500,646);
elseif Itemsid ==1060022 then
Api:GotoMap(client,1020,551,548);
elseif Itemsid ==1060023 then
Api:GotoMap(client,1011,191,273);
elseif Itemsid ==1060024 then
Api:GotoMap(client,1015,723,573);
end;
else
Api:SendMess(client,"此类地图不允许使用");
end;
return;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?