MMOMinion

Full Version: collectibles and 64 bits
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 =)
You need to set collectability in the profile you use.
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 ^^;
You also need to set the rating for the fished items
How i put rating ? can't foudn it in the exemple.lua ; ;