Page 1 of 4 1 2 3 ... LastLast
Results 1 to 10 of 32

Hybrid View

  1. #1
    Player
    Silverbane's Avatar
    Join Date
    Feb 2015
    Posts
    1,125
    Character
    Z'nnah Silverbane
    World
    Halicarnassus
    Main Class
    Sage Lv 100

    Fishing: Alternatives to Cat Became Hungry

    What used to be perhaps the best site on the internet for FFXIV fishing information is now packed with annoying video ads that force Firefox to scroll up, hiding what you wanted to see and stuffing the videos into your face. And if you ad-block, you get a dumbed-down and flakey mobile version.

    The information on Cat became Hungry came from the FFXIV fishing community, and now it's being monetized in a most annoying fashion.

    So, what's the alternative?
    (9)

  2. #2
    Player
    Igrainne's Avatar
    Join Date
    Apr 2015
    Posts
    14
    Character
    Hellena Sunspear
    World
    Exodus
    Main Class
    Alchemist Lv 60
    Personally i use ffxivdb.com

    You can type the fish name you need and the comment sections have the coordinates and all the worthwhile info in there.
    (4)

  3. #3
    Player
    magnanimousCynic's Avatar
    Join Date
    Nov 2014
    Location
    Ul'Dah
    Posts
    486
    Character
    Wynne Yilmaz
    World
    Gilgamesh
    Main Class
    White Mage Lv 100
    I use http://www.garlandtools.org/ffxivfisher/

    It even takes consecutive weather requirements into account.
    (3)

  4. #4
    Player
    Silverbane's Avatar
    Join Date
    Feb 2015
    Posts
    1,125
    Character
    Z'nnah Silverbane
    World
    Halicarnassus
    Main Class
    Sage Lv 100
    Quote Originally Posted by magnanimousCynic View Post
    I use http://www.garlandtools.org/ffxivfisher/
    It even takes consecutive weather requirements into account.
    Unfortunately, Garland Tools just links to Cat Became Hungery if you want information on, for example, which bait catches which fish at each fishing hole.
    (0)

  5. #5
    Player
    Maeka's Avatar
    Join Date
    Apr 2014
    Posts
    1,281
    Character
    Maeka Blazewing
    World
    Cactuar
    Main Class
    Gladiator Lv 90
    xivdb.com usually works. Though sometimes it isn't always up to date for the latest, and some information is missing. Also, consolegameswiki too can work, but again, spotty and sporadic information in parts.

    Would be nice, if they gave us an in-game way to know this stuff. They let Botanists and Miners know where everything is (except for unspoiled nodes) but yet FSH just get "???"s everywhere in their logs until they fish it the first time. Dunno why that is. And even after you fish something, the game STILL won't tell you what it bites on, or what it is mooched from.
    (7)

  6. #6
    Player
    tdb's Avatar
    Join Date
    Jun 2017
    Posts
    859
    Character
    Mikayla Rainstone
    World
    Lich
    Main Class
    White Mage Lv 80
    Quote Originally Posted by Maeka View Post
    They let Botanists and Miners know where everything is (except for unspoiled nodes)
    And even for unspoiled/legendary nodes you can see which zone it's on. If you're on the correct zone (anywhere on it) when the node is up, you get a nice pointer on your minimap towards the node. With a little bit of out-of-band knowledge (the active legendary nodes change every two Eorzean hours) it's possible to map out the nodes added in each patch within a single cycle. After you've gathered from a node once, you'll see a more accurate location and even the time(s) for the node.
    (0)

  7. #7
    Player
    cgbspender's Avatar
    Join Date
    Jul 2014
    Location
    Limsa
    Posts
    634
    Character
    Honinbo Dosaku
    World
    Ragnarok
    Main Class
    Culinarian Lv 70
    (6)

  8. #8
    Player
    raela's Avatar
    Join Date
    Nov 2014
    Posts
    715
    Character
    Raela Sarinelle
    World
    Cactuar
    Main Class
    Scholar Lv 80
    Yeah, the SB google doc is great.. the bait percentages are what I like most about Cat Became Hungry. The website now kills my laptop (if it's on my lap, it immediately gets hot enough to be uncomfortable on my legs, and I have to close the tab within a minute or the videos freeze the browser. I know the percentages aren't 100% accurate, but it's better than nothing.. and the comments can be really helpful.
    (0)

  9. #9
    Player
    Keldon's Avatar
    Join Date
    Nov 2016
    Posts
    39
    Character
    Keldon Allond
    World
    Balmung
    Main Class
    Gunbreaker Lv 80
    I'm not seeing these videos you're talking about in my firefox: I've got addblocker (but it's set to off for that site) and NoScript, allowing FF14Angler.com (only other things that show up there are some random google tracking things, which I leave off out of apathy). Are you sure you don't have some malware or something?
    (1)

  10. #10
    Player
    QT_Melon's Avatar
    Join Date
    Aug 2014
    Location
    Gridania
    Posts
    1,150
    Character
    Qt Melon
    World
    Cactuar
    Main Class
    Bard Lv 100
    Yeah you have to add in Greasemonkey/Tapermonkey and add in a userscript

    Code:
    // ==UserScript==
    // @name        Cat became hungry
    // @namespace   Newtab blank
    // @version     1
    // @grant       none
    // @include     http://*ff14angler.com/*
    // ==/UserScript==
    
    var whitelist = ["id"];
    
    $("#contents").each(function() {
        var attributes = this.attributes;
        var i = attributes.length;
        while(i--) {
            var attr = attributes[i];
            if($.inArray(attr.name,whitelist) == -1)
                this.removeAttributeNode(attr);
        }
    });
    Then get Adblockers.
    (2)

Page 1 of 4 1 2 3 ... LastLast