You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function content:entryRequirement(player, npc, isRegistrant, trade)
local jobRequirement = player:getMainJob() == xi.job.RNG
local levelRequirement = player:getMainLvl() >= 66
local questStatus = player:getQuestStatus(xi.questLog.JEUNO, xi.quest.id.jeuno.SHATTERING_STARS)
local questRequirement = questStatus == xi.questStatus.QUEST_COMPLETED or (questStatus == xi.questStatus.QUEST_ACCEPTED and player:getCharVar('Quest[3][132]tradedTestimony') == 1)
return jobRequirement and levelRequirement and questRequirement