![]() |
Issue with collectables - Printable Version +- MMOMinion (https://www.mmominion.com) +-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87) +--- Forum: Support - English, Deutsch, 中文 (https://www.mmominion.com/forumdisplay.php?fid=92) +---- Forum: English Support & Questions (https://www.mmominion.com/forumdisplay.php?fid=93) +---- Thread: Issue with collectables (/showthread.php?tid=19126) Pages:
1
2
|
Issue with collectables - Balmur - 07-09-2017 Hello, I tried using the script provided here http://www.mmominion.com/thread-16268-po...#pid153414 The script is working fine with the English client of the game. But I'm using the French client. So I translated every items in the script. Now the bot understands what it needs to gather. But it always reject the collectible as if the rarity wasn't high enough. This is what I get in the console Code: Code: Collectibility was too low [0] 321 if the collection value and the script needs it to be at least 300, so it should get collected. I attached the translated script. Is this a problem with the bot or am I missing something? Thanks RE: Issue with collectables - sebbs - 07-09-2017 ["collectables"] = { ["Sauge sclarée"] = 301; ["Menthe douce"] = 301; ["Origan"] = 301; }; ["collectables"] = { [12971] = 0; [12972] = 0; [12973] = 0; [15948] = 0; [12968] = 0; [12969] = 0; [12970] = 0; [15949] = 0; }; RE: Issue with collectables - Balmur - 07-09-2017 Thanks, it works! But what are these numbers from? What can I do if I need to translate another script? And why does it work with English names but not the French ones? RE: Issue with collectables - sebbs - 07-09-2017 item ids, can be translation errors but id is read directly from the bot RE: Issue with collectables - Balmur - 07-13-2017 Hey, I still have the issue. I tried to translate another script: Code: [6] = { I'm trying to gather this collectible: http://xivdb.com/item/19936/ But it gets rejected even when i'm using the id... The console says: Code: Item current rarity [459]. RE: Issue with collectables - Zanci - 07-13-2017 Hm, weird should work, but i am not using the id there. ["collectables"] = { [Branche de hêtre]= 450; try that. If that isnt working try it with the english word of the collectable. RE: Issue with collectables - Balmur - 07-13-2017 I tried with this: Code: ["collectables"] = { But it's still not working :/ RE: Issue with collectables - Balmur - 07-15-2017 Any idea on how I can fix this? RE: Issue with collectables - Balmur - 07-19-2017 Hey, I posted this support thread 10 days ago. The main reason I tried your bot is because gathering is so boring. So if you can't fix my problem, please just say it and give me a refund. Thanks! RE: Issue with collectables - Zanci - 07-19-2017 Could you try it again, when you change your language in english? That would be a proof i think, thats an issue with the language because for myself it works in german. |