Thread Rating:
  • 47 Vote(s) - 3.23 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[module] LedgendaryFisher v1.4.5 (update: 15-08-23)
If I might lend a hand:

Concerning markers, the easiest way to pull the current marker, is to check ml_global_information.currentMarker, rather than the task's marker.
Get and SetFieldValue now use the static "us" language term for the field to prevent languages from corrupting them, so use SetFieldValue(GetUSString("baitName")) or SetFieldValue("Time (s)").

GetMarker was changed slightly to GetMarkerByName(markerName), and GetMarker() repurposed to grab a marker by index.

Templates are now stored using their static template name, instead of a language-dependent name, so you can use the following to create/copy one:
Code:
local templateMarker = ml_marker_mgr.templateList["fishingTemplate"]
        if (ValidTable(templateMarker)) then
            newMarker = templateMarker:Copy()
            newMarker:SetName(newMarker:GetType())
        else
            ml_error("[NewMarker]: Could not find valid template for type [" .. gMarkerMgrType .. "].")            
        end

Hope this helps, fight the good fight.
 


Messages In This Thread
RE: [module] LedgendaryFisher - by Naejin - 03-30-2015, 12:05 AM
RE: [module] LedgendaryFisher - by Ace - 03-30-2015, 12:45 AM
RE: [module] LedgendaryFisher - by frepe - 03-30-2015, 06:38 PM
RE: [module] LedgendaryFisher - by saik1992 - 04-01-2015, 02:09 AM
RE: [module] LedgendaryFisher - by frepe - 04-01-2015, 06:04 AM
RE: [module] LedgendaryFisher - by frepe - 04-01-2015, 09:52 AM
RE: [module] LedgendaryFisher - by saik1992 - 04-01-2015, 10:55 AM
RE: [module] LedgendaryFisher - by Jensen490 - 04-01-2015, 01:33 PM
RE: [module] LedgendaryFisher - by frepe - 04-01-2015, 09:26 PM
RE: [module] LedgendaryFisher - by Ace - 04-01-2015, 03:04 PM
RE: [module] LedgendaryFisher - by frepe - 04-01-2015, 08:36 PM
RE: [module] LedgendaryFisher - by Ace - 04-01-2015, 08:50 PM
RE: [module] LedgendaryFisher - by frepe - 04-06-2015, 12:37 PM
RE: [module] LedgendaryFisher v1.4.1 (update: 15-08-16) - by Ace - 08-19-2015, 04:30 AM

Forum Jump:


Users browsing this thread: 57 Guest(s)

We help you win the game.

FFXIV Bot and More.

 

Products