Comments about Mappy http://wow.curseforge.com/addons/mappy/ The latest comments about Mappy en-us Fri, 06 Nov 2009 01:51:41 +0000 CurseForge.com (http://www.curseforge.com) Comment #3 http://wow.curseforge.com/addons/mappy/?comment=3 <p>that's great addon but i got a problem how can i just move the minimap frame but keep buff frame not move</p> Fri, 06 Nov 2009 01:51:41 +0000 http://wow.curseforge.com/addons/mappy/?comment=3 http://wow.curseforge.com/addons/mappy/?comment=3 no-reply@curseforge.com (shinchih2001) Comment #2 http://wow.curseforge.com/addons/mappy/?comment=2 <p>Ah, I see the problem I think. Blizzard must not be creating that TimeManagerClockButton frame unless you've got the option to show it turned on in their UI and Mappy barfs when it doesn't find it.</p> <p>I believe the fix is to find those lines you mentioned, which look like this</p><div class="code-wrapper" data-lexer="lua"><div class="markup-code"><pre> <span class="n">TimeManagerClockButton</span><span class="p">:</span><span class="n">ClearAllPoints</span><span class="p">()</span> <span class="n">TimeManagerClockButton</span><span class="p">:</span><span class="n">SetPoint</span><span class="p">(</span><span class="s2">"</span><span class="s">CENTER"</span><span class="p">,</span> <span class="n">Minimap</span><span class="p">,</span> <span class="s2">"</span><span class="s">BOTTOM"</span><span class="p">)</span> <span class="n">TimeManagerClockButton</span><span class="p">:</span><span class="n">SetFrameLevel</span><span class="p">(</span><span class="mi">10</span><span class="p">)</span> </pre></div> </div><p>and change them to this</p><div class="code-wrapper" data-lexer="lua"><div class="markup-code"><pre> <span class="k">if</span> <span class="n">TimeManagerClockButton</span> <span class="k">then</span> <span class="n">TimeManagerClockButton</span><span class="p">:</span><span class="n">ClearAllPoints</span><span class="p">()</span> <span class="n">TimeManagerClockButton</span><span class="p">:</span><span class="n">SetPoint</span><span class="p">(</span><span class="s2">"</span><span class="s">CENTER"</span><span class="p">,</span> <span class="n">Minimap</span><span class="p">,</span> <span class="s2">"</span><span class="s">BOTTOM"</span><span class="p">)</span> <span class="n">TimeManagerClockButton</span><span class="p">:</span><span class="n">SetFrameLevel</span><span class="p">(</span><span class="mi">10</span><span class="p">)</span> <span class="k">end</span> </pre></div> </div><p><br> I'll verify this and then post 2.0b4 later on (sorry for the rapid double-update, I just didn't realize there was a trivial bug lurking in there)</p> Sun, 17 Aug 2008 20:42:29 +0000 http://wow.curseforge.com/addons/mappy/?comment=2 http://wow.curseforge.com/addons/mappy/?comment=2 no-reply@curseforge.com (Mundocani) Comment #1 http://wow.curseforge.com/addons/mappy/?comment=1 <p>I don't think Curse causes the date to change when doing description edits just to drive traffic, I suspect they're trying to make it a sort of "last modified" date for the whole addon so that if an author adds something important to the description then you'll notice it. </p><p>Of course, I imagine their ad revenue is a string motivator for them, wish they gave me some of that pie&nbsp;;) </p> Sun, 17 Aug 2008 20:35:36 +0000 http://wow.curseforge.com/addons/mappy/?comment=1 http://wow.curseforge.com/addons/mappy/?comment=1 no-reply@curseforge.com (Mundocani)