Thread Rating:
  • 7 Vote(s) - 3.29 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Bug?] Are typo at lines 860 and 863 of ffxiv_task_gather.lua?
#1
Dear Dev.

I saw the debug output at debug level 3 in Gather mode
The following output was displayed

  D = "[L3] [413971538]: [Gather]: Could not find a valid item ID for Item 2 - []."

I have set Item 1 and Item 2 in Gather Profile.
The above message is displayed even when mining Item2.

I looked at the source of the message. the Output location to 863 lines of ffxiv_task_gather.lua
Are typo at lines 860 and 863 of ffxiv_task_gather.lua?

Code:
860        if (item3 and item2 ~= "" and item3 ~= GetString("none")) then
861            itemid3 = AceLib.API.Items.GetIDByName(item3) or 0
862            if (itemid3 == 0) then
862                gd("[Gather]: Could not find a valid item ID for Item 2 - ["..tostring(item3).."].",3)

Is the correct code the below?

Code:
860        if (item3 and item3 ~= "" and item3 ~= GetString("none")) then
861            itemid3 = AceLib.API.Items.GetIDByName(item3) or 0
862            if (itemid3 == 0) then
863                gd("[Gather]: Could not find a valid item ID for Item 3 - ["..tostring(item3).."].",3)
Reply
 


Messages In This Thread
[Bug?] Are typo at lines 860 and 863 of ffxiv_task_gather.lua? - by sparct4 - 12-29-2016, 01:37 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)

We help you win the game.

FFXIV Bot and More.

 

Products