Comments about Boss Notes http://www.wowace.com/addons/boss-notes/ The latest comments about Boss Notes en-us Wed, 05 Aug 2009 18:15:13 +0000 WowAce.com (http://www.wowace.com) Comment #9 http://www.wowace.com/addons/boss-notes/?comment=9 <p>Thanks for the report, the ticket and work around.</p> <p>1.0.5 is now out with a more complete fix of this issue. (There are now both GetDungeonDifficulty() and GetRaidDifficulty().)</p> Wed, 05 Aug 2009 18:15:13 +0000 http://www.wowace.com/addons/boss-notes/?comment=9 http://www.wowace.com/addons/boss-notes/?comment=9 no-reply@curseforge.com (Bethink) Comment #8 http://www.wowace.com/addons/boss-notes/?comment=8 <p>For anyone currently having an error pop up with GetCurrentDungeonDifficulty() being null, Blizzard changed that function to GetDungeonDifficulty()<br> I have been able to get mine working temporarily until this is updated here (i'm sure it will be very soon) by modifying one line in Abilities.lua in the BossNotes_Abilities folder: </p> <p>what was:<br></p> <div class="code-wrapper" data-lexer="lua"><div class="markup-code"><pre><span class="k">function</span> <span class="nf">BossNotesAbilities</span><span class="p">:</span><span class="n">GetDifficulty</span> <span class="p">()</span> <span class="kd">local</span> <span class="n">rawDifficulty</span> <span class="o">=</span> <span class="n">GetCurrentDungeonDifficulty</span><span class="p">()</span> <span class="k">return</span> <span class="n">bit</span><span class="p">.</span><span class="n">lshift</span><span class="p">(</span><span class="mi">1</span><span class="p">,</span> <span class="n">rawDifficulty</span> <span class="o">-</span> <span class="mi">1</span><span class="p">)</span> <span class="k">end</span> </pre></div> </div><p>becomes </p> <div class="code-wrapper" data-lexer="lua"><div class="markup-code"><pre><span class="k">function</span> <span class="nf">BossNotesAbilities</span><span class="p">:</span><span class="n">GetDifficulty</span> <span class="p">()</span> <span class="kd">local</span> <span class="n">rawDifficulty</span> <span class="o">=</span> <span class="n">GetDungeonDifficulty</span><span class="p">()</span> <span class="k">return</span> <span class="n">bit</span><span class="p">.</span><span class="n">lshift</span><span class="p">(</span><span class="mi">1</span><span class="p">,</span> <span class="n">rawDifficulty</span> <span class="o">-</span> <span class="mi">1</span><span class="p">)</span> <span class="k">end</span> </pre></div> </div><ul><li>Change is from GetCurrentDungeonDifficulty() to GetDungeonDifficulty()<br> Hope this helps and is not unwanted assistance. </li></ul> <p>and with this change i am able to access my old bossnotes again.</p> Wed, 05 Aug 2009 09:27:45 +0000 http://www.wowace.com/addons/boss-notes/?comment=8 http://www.wowace.com/addons/boss-notes/?comment=8 no-reply@curseforge.com (Wolfric83) Comment #7 http://www.wowace.com/addons/boss-notes/?comment=7 <p>Great addon! I would like to put up a suggestion to allow sending of information to custom channel and whisper (a textbox to enter the target name). Something similar to "recount".</p> <p>Keep up the good work!</p> Tue, 04 Aug 2009 02:43:09 +0000 http://www.wowace.com/addons/boss-notes/?comment=7 http://www.wowace.com/addons/boss-notes/?comment=7 no-reply@curseforge.com (kenghua) Comment #6 http://www.wowace.com/addons/boss-notes/?comment=6 <p>Personal notes are stored in &lt;World of Warcraft&gt;/WTF/Account/&lt;Account&gt;/SavedVariables/BossNotes_PersonalNotes.lua.</p> Mon, 08 Jun 2009 08:50:42 +0000 http://www.wowace.com/addons/boss-notes/?comment=6 http://www.wowace.com/addons/boss-notes/?comment=6 no-reply@curseforge.com (Bethink) Comment #5 http://www.wowace.com/addons/boss-notes/?comment=5 <p>the best way is to open the folder: BossNotes_Tactics then the file Tactics-enUS.LUA Have a look at the format there. Just edit this text file using Wordpad/Notepad if you want to know which Encounter is which boss look up the number on Wowhead e.g. encounter:11520 go to <a href="http://www.wowhead.com/?npc=11520">http://www.wowhead.com/?npc=11520</a> This will be overwritten when you download a new version. hopefully Bethink will tell you which file to edit for personal notes offline Kaz</p> Sun, 07 Jun 2009 23:25:58 +0000 http://www.wowace.com/addons/boss-notes/?comment=5 http://www.wowace.com/addons/boss-notes/?comment=5 no-reply@curseforge.com (DrKazza) Comment #4 http://www.wowace.com/addons/boss-notes/?comment=4 <p>Is there a way to edit your notes outside of WoW?</p> Sun, 07 Jun 2009 23:14:10 +0000 http://www.wowace.com/addons/boss-notes/?comment=4 http://www.wowace.com/addons/boss-notes/?comment=4 no-reply@curseforge.com (mystykdream) Comment #3 http://www.wowace.com/addons/boss-notes/?comment=3 <p>This has really come a long way, and is indeed awesome-face.</p> Sun, 12 Apr 2009 15:45:52 +0000 http://www.wowace.com/addons/boss-notes/?comment=3 http://www.wowace.com/addons/boss-notes/?comment=3 no-reply@curseforge.com (Squeeg) Comment #2 http://www.wowace.com/addons/boss-notes/?comment=2 <p>Thanks for the info regarding that bad path within the ZIP. This has been fixed in the new beta release. </p><p>I like the idea about printing notes to the party/raid. Creating a ticket for this. </p> Sun, 08 Mar 2009 20:49:11 +0000 http://www.wowace.com/addons/boss-notes/?comment=2 http://www.wowace.com/addons/boss-notes/?comment=2 no-reply@curseforge.com (Bethink) Comment #1 http://www.wowace.com/addons/boss-notes/?comment=1 <p>You need to rename the Addon folder. :p It's currently boss-notes, instead of BossNotes. ^-^</p> <p>Also, since I can't test it out atm, is there a way to print notes to your party? That'd be awesome for people that don't have the addon. And making boss explanation easy/quick.</p> Sun, 08 Mar 2009 17:43:56 +0000 http://www.wowace.com/addons/boss-notes/?comment=1 http://www.wowace.com/addons/boss-notes/?comment=1 no-reply@curseforge.com (Squeeg)