User Tools

Site Tools



ffxiv-bugs

This is an old revision of the document!


Bot Function Bug Report Page

This page is for reporting bugs in the bot functions and NOT your personal issues to start the bot or the launcher or anything like it. If you find a bot function not working anymore, please edit the table below and add as much information as you can, so we can reproduce and fix the bug.


Problem Name Problem Description Link to Screenshot / Video 32bit or 64bit Language Developer Comment
Skip Dialogues In Quest Mode, unchecking “skip dialogue” only works temporarily. After changing cutscenes or maps, it will recheck “Skip Dialogues”. I want to use Quest Mode to run through all the quests, because I am lazy, but I still want to read the story behind the quests/game. It also appeared to have skipped cutscenes, too, despite that not being checked on at all. 64 EN For now, this is just an unsupported feature. Since dialog skipping is required very often throughout automated transports and the like, this would take more work than it seems like it would.
Language issue? x64, german - Bot doesn't port to this points “Abenteurergilde (Markt)”, Gladiatorengilde (Kolosseum) and Goldschmiedegilde. This Bug exists over 8 months or more (see also http://www.mmominion.com/thread-17276.html). It works only in the english version of ffxiv. Can you fix it? Link for translation 64 DE
Auto grind settings lvl 50 + with no HW access will lock up. need to add map access check https://images.discordapp.net/.eJwVyFEOgyAMANC7cABaKOjmbQgSNGpLoMaPZXdf9j7fx9z9NIvZVNtYANZ9ZOmrHSo91WKrSD1LavuwWS5IqilvV2EdQC7iTCFM5Mm_0TkC8uh8cHGOL8J_I9x8sDxsG1fz_QEB6iKw.0JnDfsrN1Gb77BIkOmeZtKJk8vU?width=820&height=462 64 elseif CanAccessMap(397) and (level ⇐ 60 and (not QuestCompleted(1609) or not CanAccessMap(398))) then
Skill profile not sharing “Manipulation II” The definition of the Crafter skill “Manipulation II” (skill ID= 4574 - 4581) is missing in “SkillMgr.MatchingCraftSkills” in ffxiv_skillmgr.lua, and therefore we need to define the skill for every crafter job separately. 64
Skills sharing for new skills under certain jobs (GSM, LTW and WVR) is not working Found that the IDs in “SkillMgr.MatchingCraftSkills” for new crafting skills are wrong for GSM, LTW and WVR. Below are my corrected ones.

[“Hasty Touch II”] ={[8] = 100195, [9] = 100196, [10] = 100197, [11] = 100198, [12] = 100199, [13] = 100200, [14] = 100201, [15] = 100202 },
[“Careful Synthesis III”] ={[8] = 100203, [9] = 100204, [10] = 100205, [11] = 100206, [12] = 100207, [13] = 100208, [14] = 100209, [15] = 100210 },
[“Rapid Synthesis II”] ={[8] = 100211, [9] = 100212, [10] = 100213, [11] = 100214, [12] = 100215, [13] = 100216, [14] = 100217, [15] = 100218 },
[“Patient Touch”] ={[8] = 100219, [9] = 100220, [10] = 100221, [11] = 100222, [12] = 100223, [13] = 100224, [14] = 100225, [15] = 100226 },
[“Manipulation II”] ={[8] = 4574, [9] = 4575, [10] = 4576, [11] = 4577, [12] = 4578, [13] = 4579, [14] = 4580, [15] = 4581 },
[“Prudent Touch”] ={[8] = 100227, [9] = 100228, [10] = 100229, [11] = 100230, [12] = 100231, [13] = 100232, [14] = 100233, [15] = 100234 },
[“Focused Synthesis”] ={[8] = 100235, [9] = 100236, [10] = 100237, [11] = 100238, [12] = 100239, [13] = 100240, [14] = 100241, [15] = 100242 },
[“Focused Touch”] ={[8] = 100243, [9] = 100244, [10] = 100245, [11] = 100246, [12] = 100247, [13] = 100248, [14] = 100249, [15] = 100249 },
[“Initial Preparations”] ={[8] = 100251, [9] = 100252, [10] = 100253, [11] = 100254, [12] = 100255, [13] = 100256, [14] = 100257, [15] = 100258 },
[“Specialty: Reinforce”] ={[8] = 100259, [9] = 100260, [10] = 100261, [11] = 100262, [12] = 100263, [13] = 100264, [14] = 100265, [15] = 100266 },
[“Specialty: Refurbish”] ={[8] = 100267, [9] = 100268, [10] = 100269, [11] = 100270, [12] = 100271, [13] = 100272, [14] = 100273, [15] = 100274 },
[“Specialty: Reflect”] ={[8] = 100275, [9] = 100276, [10] = 100277, [11] = 100278, [12] = 100279, [13] = 100280, [14] = 100281, [15] = 100282 },
64
Not eating food under the “Crafting” Bot Mode Found that in line 373 - 383 of task_craft.lua, the “foodID” variable should be referring to a structure (after retrieving from ml_global_information.foods[gFood]), but it was later used as a integer “ID” value, which should be the cause of the problem.
Endlessly spam using “Squadron Engineering Manual” in “Crafting” Bot Mode Under “Crafting” Bot Mode, it will endlessly spam using “Squadron Engineering Manual” if the “Use Exp Manuals” is on and there are “Squadron Engineering Manual” in the inventory.

The cause of that in checking the available buff of the player in task_gather.lua, “Squadron Engineering Manual” gives a buff of ID “1082” instead of the usual “45”
ffxiv-bugs.1498558961.txt.gz · Last modified: 2017/06/27 10:22 by 109.173.223.168