MMOMinion

Full Version: [module] LedgendaryFisher v1.4.5 (update: 15-08-23)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
Either current weather or fishing update has broken certain portions of the leveling aspect of this mod. When its showering and in hinterlands, it will ignore the leveling bait type and try for something else. It will simply sit there and try to select a different bait type than one used for leveling.
Updated!

Was a rather big update to the fishing task today that broke a few things.
I think I've addressed most of it but there's most likely more stuff to fix!
Most notable was a problem setting bait.

The module now no longer pulls weather data from ff14angler (finally!), it now utilizes AceLib for weather, should be more reliable now!
There might be some issues concerning weather in Lower La Noscea, South Shroud and Dravanian Hinterlands tho.

Added better support for collectables, if module is set to collect collectables it'll keep those fish with enough collectability and keep the rest as normal fish.

Included 2 new profiles for scrip/exp-gathering. Tick the option for collectability and it'll run and fish for collectables. I haven't tried these myself, but they should work.

Updated weather description in FishData.info.
awesome job dude :D love it
The new script feature is a great idea! If only I could get it to fly from point A to fishing spot in new zones :(
I sorted the issue with weather, will be updated tomorrow with better data.

You've probably already seen in ffxiv_task_fish how I'm handling collectible, but you can see how to build strings of fish names if you need for your UI if needed.
The strings are built based on the currently selected language, so no special manipulation is needed. The first argument is the item UI category, and the second argument in the string is minimum ilevel, which can be left off.

Since you're taking fishing from here it seems I'll switch gears to crafting unless you need me. :)
You can get it to fly feardragonx, you need to edit your mesh yourself currently, open up the mesh editor, Show triangles and Nav mesh, then create a new OMC - Under connections -> Add OffmeshConnection "Portal" onto the navmesh, set it to near that area you wish to start flying, then fly to fishing spot and select it again for the end point. Save your Navmesh of the area.

It should then Mount a flying mount , this must be selected correctly, move to the start of the OMC, then fly to the other end of the connection and start fishing.
Just as a note for anyone who uses the pre-made Scrip gathering profiles, make sure to click "gather collectables". didnt notice it myself and wasted a bit of time lol
(08-08-2015, 04:24 AM)Ace Wrote: [ -> ]I sorted the issue with weather, will be updated tomorrow with better data.

You've probably already seen in ffxiv_task_fish how I'm handling collectible, but you can see how to build strings of fish names if you need for your UI if needed.
The strings are built based on the currently selected language, so no special manipulation is needed. The first argument is the item UI category, and the second argument in the string is minimum ilevel, which can be left off.

Since you're taking fishing from here it seems I'll switch gears to crafting unless you need me. :)

Yeh, I'm using your collectable feature in the fishing task (Most of the awesome things in the module is your stuff I'm making use of.. :)).
What the module does is modifying gFishCollectibleName1 and gFishCollectibleValue1 if the target fish is collectable (that data I stored in FishData.info).
If you plan on having a "relocation" feature, the c_nextatma routine in common_cne is a good start on how to make that work, the movetomap task will handle all the heavy lifting for you.
You can use AceLib.API.Weather.GetShifts() (returns a table with lastShift, nextShift, time in seconds) to help time out when it should move.
My assumption is if you have a list of fish, and it's currently fishing #7 in the list and #1 becomes available and shows OK, that it would leave #7 and go to fish #1, but it's not doing that. Is something wrong or does it not work that way? Does the order not matter? thanks.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35