collectibles and 64 bits - Printable Version +- MMOMinion (https://www.mmominion.com) +-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87) +--- Forum: [DOWNLOADS] Addons, Lua Modules, Navigation Meshes.. (https://www.mmominion.com/forumdisplay.php?fid=90) +---- Forum: Gather Profiles (https://www.mmominion.com/forumdisplay.php?fid=179) +---- Thread: collectibles and 64 bits (/showthread.php?tid=18197) |
collectibles and 64 bits - bartyz01 - 02-25-2017 Sorry if this question have already be asked but can't find it on forum (and for bad english) just installed 64bit version and i'm trying to use blue/red script farm fishing profile but when i got a collectionalbe with enought rating, he dosn't take it as collectionable message in console say "Cannot collect item [illuminati perch] collectibility rating not approved" these profile work fine in 32bit and what seem be the problem is the collectibility rating check (he is ok in "ffxiv_task_fish.lua") i know 64bit is still in beta, but i'm missing something ? or it just dosn't work for now ? thx in advance =) RE: collectibles and 64 bits - sebbs - 02-25-2017 You need to set collectability in the profile you use. RE: collectibles and 64 bits - bartyz01 - 02-25-2017 i have to put his line ["usecollect"] = true; ? i my profile ? so for perch by exemple it give }; --[[ Illuminati Perch ]]-- [40] = { ["type"] = "fishing"; ["minlevel"] = 60; ["maxlevel"] = 60; ["mapid"] = 399; ["pos"] = { ["x"] = -145.94660949707; ["y"] = 100.66956329346; ["z"] = -159.7727355957; ["h"] = -0.72540903091431; }; ["resetdaily"] = true; ["usestealth"] = true; ["dangerousarea"] = true; ["usecollect"] = true; ["usemooch"] = false; ["usepatience"] = false; ["usepatience2"] = false; ["usechum"] = true; ["usecollect"] = true; ["baitname"] = "Brute Leech"; }; or theyre more to do ? (can't try it now i'm at work ; ; ) i'm pretty news to this, thx for help ^^; RE: collectibles and 64 bits - sebbs - 02-25-2017 You also need to set the rating for the fished items RE: collectibles and 64 bits - bartyz01 - 02-25-2017 How i put rating ? can't foudn it in the exemple.lua ; ; |