Posts: 2
Threads: 1
Joined: Jun 2015
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.
Posts: 65
Threads: 5
Joined: Feb 2015
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.
Posts: 128
Threads: 9
Joined: May 2014
awesome job dude :D love it
Posts: 99
Threads: 15
Joined: Feb 2014
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 :(
Posts: 2,172
Threads: 65
Joined: Oct 2013
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. :)
Posts: 208
Threads: 16
Joined: Dec 2014
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.
Posts: 104
Threads: 17
Joined: Oct 2014
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
Posts: 65
Threads: 5
Joined: Feb 2015
08-08-2015, 08:29 AM
(This post was last modified: 08-08-2015, 08:31 AM by frepe.)
(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).
Posts: 2,172
Threads: 65
Joined: Oct 2013
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.
Posts: 229
Threads: 41
Joined: May 2015
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.