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
(07-31-2015, 09:23 PM)feardragonx Wrote: [ -> ]Im so sorry for asking this but I just downloaded this and under profile, I dont see anything for leveling. Do I need to manually add the leveling profile or am I just missing something? Sorry for being stupid

Hi, included a new Leveling profile with the latest update just now.


For all others: Managed to go collect all locations for Heavensward, so uploaded a new version with that fixed.

I also noted that there's an issue where the character doesn't face the correct direction when arriving at a marker, will look into it tomorrow.
(08-01-2015, 12:20 AM)frepe Wrote: [ -> ]
(07-31-2015, 09:23 PM)feardragonx Wrote: [ -> ]Im so sorry for asking this but I just downloaded this and under profile, I dont see anything for leveling. Do I need to manually add the leveling profile or am I just missing something? Sorry for being stupid

Hi, included a new Leveling profile with the latest update just now.


For all others: Managed to go collect all locations for Heavensward, so uploaded a new version with that fixed.

I also noted that there's an issue where the character doesn't face the correct direction when arriving at a marker, will look into it tomorrow.

Thanks! I downloaded the new one and it worked! I went from 1-5 fast. But then it stopped once I hit 5. I clicked on 5-10 and it just stands there. EDIT: Reloaded Lua and it works
OMG Frepe you are the shit! Thanks buddy so happy this is updated, going to use the hell out of this!

Edit: Does it support collectibles yet? I've tried a couple of things to get it to select yes but none of them have worked.
how do i switch locations after getting the fatigue? say i got fatigue in one zone, now i wana go to another zone and fish there, how do i do that?
(08-01-2015, 02:04 AM)Acidod Wrote: [ -> ]OMG Frepe you are the shit! Thanks buddy so happy this is updated, going to use the hell out of this!

Edit: Does it support collectibles yet? I've tried a couple of things to get it to select yes but none of them have worked.

Hi,
Collectables isn't supported yet. Afaik minion doesn't support it, but I'm sure it's coming soon.

(08-02-2015, 03:03 PM)spedal Wrote: [ -> ]how do i switch locations after getting the fatigue? say i got fatigue in one zone, now i wana go to another zone and fish there, how do i do that?

I have no support for switching zone after fatigue. LedgendaryFishing will adjust it's location within the same fishing-spot to continue fishing when fatigue hits.

The best thing this module offers is to set an amount of a certain fish to collect before moving on to next fish on the target list.
Amazing work for leveling fishing to level 50. Question though, how do I configure the bot to level from 50-60?

Thanks
Is there a certain way to install/run this???
I haven't been able to figure out how to put in the times for the fish myself, if anyone could explain that I would be very grateful. Thanks again for the update Frepe, you da best.
(08-02-2015, 08:12 PM)ghostclaire Wrote: [ -> ]Amazing work for leveling fishing to level 50. Question though, how do I configure the bot to level from 50-60?

Thanks

I haven't added spots for leveling past 50 yet.

You can add locations for this by yourself in the FishData.info file. Data for leveling spots should be at the bottom of the file atm.

Example:
Code:
[50] = {
        ["AddInfo"] = "50";
        ["Bait"] = "Topwater Frog";
        ["CatchOnlyOnce"] = false;
        ["Category"] = "Leveling Spot";
        ["EndTime"] = 0;
        ["Intuition"] = false;
        ["IntuitionBait"] = "";
        ["Location"] = "North Silvertear";
        ["Mooch"] = false;
        ["Name"] = "Level 45-50";
        ["PreviousWeather"] = "";
        ["StartTime"] = 0;
        ["WeatherCondition"] = "";
    };

Add a new struct to the table and change the following things:
Change the table-index to the max-level of the spot
Change AddInfo to the max level of the spot
Change Bait
Change Location
Change Name

Then you should be good to go. I'll add some locations for leveling past 50 myself next update.

(08-03-2015, 02:53 AM)davoid Wrote: [ -> ]Is there a certain way to install/run this???

Unzip the files into the LuaMods folder of your FFXIVMinion. (...\FFXIVMinion\LuaMods\LedgendaryFIshing\...)

When files are placed there you will have to reload mionion (ctrl+l) ingame. LedgendaryFishing should now show in the Lua Modules menu.

(08-03-2015, 09:38 PM)Acidod Wrote: [ -> ]I haven't been able to figure out how to put in the times for the fish myself, if anyone could explain that I would be very grateful. Thanks again for the update Frepe, you da best.

Hi, haven't added support to manage those ingame, as it shouldn't be needed unless I did something wrong in the database.. (Which is most likely the case for all Heavensward fish atm) :)

If you wish to modify the times you can do it in the FishData.info file, there is fields names StartTime and EndTime (24hr format. If both are 0 it indicates that there is no time constraint), modify those to your liking for the specific fish.
How to you fish in a boat with the bot? There doesnt seem to be a nav mesh for that. .i.e Rhotano Sea
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