MMOMinion
[module] LedgendaryFisher v1.4.5 (update: 15-08-23) - Printable Version

+- MMOMinion (https://www.mmominion.com)
+-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87)
+--- Forum: [DOWNLOADS] Addons, Lua Modules, Navigation Meshes.. (https://www.mmominion.com/forumdisplay.php?fid=90)
+---- Forum: Outdated (https://www.mmominion.com/forumdisplay.php?fid=110)
+---- Thread: [module] LedgendaryFisher v1.4.5 (update: 15-08-23) (/showthread.php?tid=11415)

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


RE: [module] LedgendaryFisher v1.2 (now with added features and language support) - BarBeuH - 04-13-2015

Hello !

Thank you. I confirm it's working with french client ;)


RE: [module] LedgendaryFisher v1.2 (now with added features and language support) - ludijak599 - 04-13-2015

I got all set to catch the Olgoi but its always giveing me weather not right even if the heat wave starts


RE: [module] LedgendaryFisher v1.2 (now with added features and language support) - frepe - 04-14-2015

(04-13-2015, 07:28 PM)ludijak599 Wrote:  I got all set to catch the Olgoi but its always giveing me weather not right even if the heat wave starts

Hmm, I just tried targeting Olgoi and it works for me.

Do you know the status of http://en.ff14angler.com/skywatcher/ when you experienced the problem?
Unfortunately the database is usually out of date around the time of day you posted (as it's middle of the night JP-time).


RE: [module] LedgendaryFisher v1.2 (now with added features and language support) - Proto - 04-15-2015

Im still having issues moving from old gridania to old gridania. and navmesh won't change when i go from lower to upper limsa. not sure if there is an issue with my navmeshes, ive always had an issue going to different parts of the city.


RE: [module] LedgendaryFisher v1.2 (now with added features and language support) - Ace - 04-15-2015

Deleting the .data files for Limsa and then reloading should fix this.


RE: [module] LedgendaryFisher v1.2 (now with added features and language support) - ludijak599 - 04-15-2015

(04-14-2015, 08:44 PM)frepe Wrote:  
(04-13-2015, 07:28 PM)ludijak599 Wrote:  I got all set to catch the Olgoi but its always giveing me weather not right even if the heat wave starts

Hmm, I just tried targeting Olgoi and it works for me.

Do you know the status of http://en.ff14angler.com/skywatcher/ when you experienced the problem?
Unfortunately the database is usually out of date around the time of day you posted (as it's middle of the night JP-time).

From what i noticed the angler is always 1 weather behind ( i should watch whats in the red column right?) but ET is right on time


RE: [module] LedgendaryFisher v1.2 (now with added features and language support) - Miter - 04-15-2015

Have you considered using http://en.ff14angler.com/skywatcher.php?rid=212122873&name=1 instead of the page. Waiting and depending on the javascript to work isn't a good solution and if the data is blank, you know that the service call failed and can avoid overwriting zoneweather.info.


RE: [module] LedgendaryFisher v1.2 (now with added features and language support) - ludijak599 - 04-15-2015

(04-15-2015, 09:23 AM)Miter Wrote:  Have you considered using http://en.ff14angler.com/skywatcher.php?rid=212122873&name=1 instead of the page. Waiting and depending on the javascript to work isn't a good solution and if the data is blank, you know that the service call failed and can avoid overwriting zoneweather.info.

{"data":[],"msg":"\u30a2\u30af\u30bb\u30b9\u306b\u554f\u984c\u304c\u8d77\u304d\u307e\u3057\u305f(26)"}

I get this msg only on that website there seams to be an error but i get some chinese letters and (26)


RE: [module] LedgendaryFisher v1.2 (now with added features and language support) - Miter - 04-15-2015

You need to pull in the html for the actual page which provides an variable in javascript called RID, and then you inlcude that in the querystring.


RE: [module] LedgendaryFisher v1.2 (now with added features and language support) - ludijak599 - 04-15-2015

(04-15-2015, 04:42 PM)Miter Wrote:  You need to pull in the html for the actual page which provides an variable in javascript called RID, and then you inlcude that in the querystring.

I dont know how to do that :(