Comments about FishingAce http://www.wowace.com/addons/fishing-ace/ The latest comments about FishingAce en-us Tue, 20 Oct 2009 16:14:38 +0000 WowAce.com (http://www.wowace.com) Comment #15 http://www.wowace.com/addons/fishing-ace/?comment=15 <p>Dunno if this has any effect ... But since 3.2.2 i constant get an error when switching to my fishing gear.</p> <p>The below casting problem is still there aswell.</p> Tue, 20 Oct 2009 16:14:38 +0000 http://www.wowace.com/addons/fishing-ace/?comment=15 http://www.wowace.com/addons/fishing-ace/?comment=15 no-reply@curseforge.com (Theetjuh) Comment #14 http://www.wowace.com/addons/fishing-ace/?comment=14 <p>I do have the same problem. You can also click a macro or cast a spell to 'reset' it so you can right click again or it seems you can just wait as well. I have a random pet macro that I click in between casts now. I do not know how to duplicate it or else I would have put in a ticket. I just assumed it was another add-on interfering. Sometimes I can cast 10 times in a row sometimes I get just 1.</p> Fri, 14 Aug 2009 18:20:54 +0000 http://www.wowace.com/addons/fishing-ace/?comment=14 http://www.wowace.com/addons/fishing-ace/?comment=14 no-reply@curseforge.com (Zulah) Comment #13 http://www.wowace.com/addons/fishing-ace/?comment=13 <p>Got the same problem as Gigi ... using 0.4.5g, the right click casting doesn't work 'all' the times. Selecting an enemy target worked for me tho to reset it.</p> Fri, 07 Aug 2009 17:34:36 +0000 http://www.wowace.com/addons/fishing-ace/?comment=13 http://www.wowace.com/addons/fishing-ace/?comment=13 no-reply@curseforge.com (Theetjuh) Comment #12 http://www.wowace.com/addons/fishing-ace/?comment=12 <p>Is anyone having a problem with the right click casting in this new version? It doesn't work when using both of my poles.</p> Mon, 13 Jul 2009 22:12:08 +0000 http://www.wowace.com/addons/fishing-ace/?comment=12 http://www.wowace.com/addons/fishing-ace/?comment=12 no-reply@curseforge.com (Gigi) Comment #11 http://www.wowace.com/addons/fishing-ace/?comment=11 <p>Please don't add Ace2 as Required dependency, if you embed parts of Ace2. CurseClient now download the unneeded Ace2 with the current FishingAce.</p> Mon, 29 Jun 2009 15:23:20 +0000 http://www.wowace.com/addons/fishing-ace/?comment=11 http://www.wowace.com/addons/fishing-ace/?comment=11 no-reply@curseforge.com (Takika) Comment #10 http://www.wowace.com/addons/fishing-ace/?comment=10 <p>Yea, I get an error about LibFishing not being able to find an instance of LibCrayon-3.0 with the latest version. Looks like the .pkgmeta or whatever needs to include LibCrayon-3.0 as well.</p> <p>Thanks for update!</p> Fri, 26 Jun 2009 12:36:00 +0000 http://www.wowace.com/addons/fishing-ace/?comment=10 http://www.wowace.com/addons/fishing-ace/?comment=10 no-reply@curseforge.com (romracer) Comment #9 http://www.wowace.com/addons/fishing-ace/?comment=9 <p>If you use LibFishing-1.0 make sure you also include LibCrayon-3.0 in your package as MINOR_VERSION 2 of LibFishing-1.0 uses it on line 51.</p> Fri, 26 Jun 2009 07:09:52 +0000 http://www.wowace.com/addons/fishing-ace/?comment=9 http://www.wowace.com/addons/fishing-ace/?comment=9 no-reply@curseforge.com (grum) Comment #8 http://www.wowace.com/addons/fishing-ace/?comment=8 <p>I apologize for the long delay between updates <del> the latest version of FishingAce! uses the same code as Fishing Buddy for figuring out the pole, so it should work with everything.</del></p> <p>I'm trying to get it marked as a release version, but even after following the instructions for a release on WoWAce it's still showing up as a beta...</p> Thu, 18 Jun 2009 04:08:50 +0000 http://www.wowace.com/addons/fishing-ace/?comment=8 http://www.wowace.com/addons/fishing-ace/?comment=8 no-reply@curseforge.com (Sutorix) Comment #7 http://www.wowace.com/addons/fishing-ace/?comment=7 <p>The following replacement for the IsFishingPole function makes it work for all known poles as well as any poles added in future patches:</p> <div class="code-wrapper" data-lexer="lua"><div class="markup-code"><pre><span class="kd">local</span> <span class="k">function</span> <span class="nf">IsFishingPole</span><span class="p">()</span> <span class="kd">local</span> <span class="n">slot</span> <span class="o">=</span> <span class="n">GetInventorySlotInfo</span><span class="p">(</span><span class="s2">"</span><span class="s">MainHandSlot"</span><span class="p">)</span> <span class="kd">local</span> <span class="n">link</span> <span class="o">=</span> <span class="n">GetInventoryItemLink</span><span class="p">(</span><span class="s2">"</span><span class="s">player"</span><span class="p">,</span> <span class="n">slot</span><span class="p">)</span> <span class="kd">local</span> <span class="n">_</span><span class="p">,</span> <span class="n">_</span><span class="p">,</span> <span class="n">_</span><span class="p">,</span> <span class="n">_</span><span class="p">,</span> <span class="n">_</span><span class="p">,</span> <span class="n">_</span><span class="p">,</span> <span class="n">itemSubType</span> <span class="o">=</span> <span class="n">GetItemInfo</span><span class="p">(</span><span class="n">link</span><span class="p">)</span> <span class="k">return</span> <span class="n">itemSubType</span> <span class="o">==</span> <span class="s2">"</span><span class="s">Fishing Poles"</span> <span class="k">end</span> </pre></div> </div> Sun, 24 May 2009 13:39:43 +0000 http://www.wowace.com/addons/fishing-ace/?comment=7 http://www.wowace.com/addons/fishing-ace/?comment=7 no-reply@curseforge.com (doxxx) Comment #6 http://www.wowace.com/addons/fishing-ace/?comment=6 <p>Cambri4's modification to r81 seemed to work. However when I switched the 2 weapons on my rogue the addon triggered and thought my char was in 'fishing mode', turning off music etc. Equipping fishing pole and un-equipping didn't help.</p> Wed, 06 May 2009 17:57:02 +0000 http://www.wowace.com/addons/fishing-ace/?comment=6 http://www.wowace.com/addons/fishing-ace/?comment=6 no-reply@curseforge.com (Qrt)