View Single Post
06-02-16, 04:19 AM   #6
Oniya
A Wyrmkin Dreamwalker
Join Date: Feb 2015
Posts: 57
Originally Posted by TOM_RUS View Post
Code:
for i=1, GetLFDLockPlayerCount() do
    local playerName, lockedReason, subReason1, subReason2, secondReasonID, secondReasonString = GetLFDLockInfo(dungeonID, i);
    if lockedReason == 4 then -- ilvl too low
        local reqilvl, currentilvl = subReason1, subReason;
    end
end
Will try it, thanks a lot! <3
  Reply With Quote