防止被系统踢下线的方法
先感谢小雅
我经常发呆,挂的号多,有时转过号来发现有的号下了。。。。
打开剑侠世界\ui\script\manager\mgr.lua
找到
function tbMgr:OnNoOperation()
if (Player.tbOffline:CanSleep() == 1) then
ExitGame();
end
end
删除
if (Player.tbOffline:CanSleep() == 1) then
ExitGame();
end
就没事了





