neverbackdown
14-07-12, 09:20 AM
có bạn nào bik chỉnh số lần ăn mật tịch đồng hành cao-trung-sơ ai bik chỉ mình nhaz.
- Mật tịch đồng hành sơ-trung-cao: mở file: gameserver\script\item\class\partnermiji.lua
tìm đoạn:
function tbItem:CheckSkillBookCount(nCount)
local nCountEx = 0;
local nNum = 0;
for i = 1, 3 do
nNum = math.fmod(nCount, 10 ^ i);
nCountEx = nCountEx + math.floor(nNum / (10 ^ (i - 1)));
end
if nCountEx >= 2 then
return 1;
end
return 0;
end
- Bí kíp đồng hành đặc biệt: mở file: gameserver\script\item\class\partnermijiex.lua
tìm đoạn giống như trên
Số màu đỏ trên chính là giới hạn ăn tối đa ;)
Powered by vBulletin® Version 4.2.0 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.