Not sure if this was posted, but if you continue having trouble despite all the help, and you collected moths on multiple characters, the script that’s given can help you eliminate the ones you’ve got on each individual character. Run the script on every character that collected moths and eliminate the ones that are done until you’re left with the ones you’re missing. Did mine on three characters and found the last three.
The script will give you all of the moths number 1 - 120, once you find the once not completed across every character, use varennes comment for the coordinates of the missing moths.
*Copy and paste each /run individually. Once completed you’ll be given every moth that characters completed, note it, then move on to the next character.
/run VIRDATA = {0,60,11,99,12,34,28,46,27,45,40,72,36,74,31,42,3,73,87,97,2,88,29,82,105,63,101,89,1,104,90,35,47,55,18,62,81,33,113,10,115,56,13,57,58,109,49,20,65,76,119,93,66,103,59,106,48,30,21,83,108}
/run local t = {85,107,6,26,86,41,37,75,64,84,120,114,24,25,19,44,96,4,94,67,68,32,95,43,110,22,23,38,98,80,39,54,79,9,78,71,8,50,118,69,100,17,116,91,15,6,51,53,7,16,92,52,5,112,70,117,14,77,111}; for i = 1, #t do VIRDATA[#VIRDATA + 1] = t end;
/run for i = 1, #VIRDATA do VIRDATA = VIRDATA + 92196 end ; for i = 1, #VIRDATA do if C_QuestLog.IsQuestFlaggedCompleted(VIRDATA) then print (i, " done"); else print (i, " not done"); end end
Hope this helps, took my like 20m to run each character through and grab the last moths.
Its the closest thing I can find for ya. Sorry m8.