Comments about Chinchilla Minimap http://www.wowace.com/addons/chinchilla/ The latest comments about Chinchilla Minimap en-us Sat, 03 Oct 2009 19:55:41 +0000 WowAce.com (http://www.wowace.com) Comment #28 http://www.wowace.com/addons/chinchilla/?comment=28 <p>Is there any way to force the location bar to anchor one corner or the other? I am having the devil's time with it displaying oddly, constantly switching positions as I change zones<del>I'd love for it to just anchor one side and extend from the other.</del></p> Sat, 03 Oct 2009 19:55:41 +0000 http://www.wowace.com/addons/chinchilla/?comment=28 http://www.wowace.com/addons/chinchilla/?comment=28 no-reply@curseforge.com (KurenaiXIII) Comment #27 http://www.wowace.com/addons/chinchilla/?comment=27 <p>After using Chinchilla to move the ticket status frame, it doesn't stay put, it will randomly reset to the original position and I have to move it again. Any reason why it would do this?</p> Thu, 20 Aug 2009 23:33:23 +0000 http://www.wowace.com/addons/chinchilla/?comment=27 http://www.wowace.com/addons/chinchilla/?comment=27 no-reply@curseforge.com (ExEvolution) Comment #26 http://www.wowace.com/addons/chinchilla/?comment=26 <p>ps: I play on ragnaros, but I've never used the localization plage before .. how can I contribute esMX traducciones?</p> Wed, 15 Jul 2009 16:30:37 +0000 http://www.wowace.com/addons/chinchilla/?comment=26 http://www.wowace.com/addons/chinchilla/?comment=26 no-reply@curseforge.com (minea) Comment #25 http://www.wowace.com/addons/chinchilla/?comment=25 <p>I use the minimap and the zone minimap and decided to put them in the same place and just toggle chinchilla when I wanted to see the zone minimap underneath. But the blips from the zone minimap show up on top no matter what, so I had to link the display of the two together. I did it by adding this line after <strong>Location.lua</strong>:87</p> <div class="code-wrapper" data-lexer="lua"><div class="markup-code"><pre> <span class="n">RunBinding</span><span class="p">(</span><span class="s2">"</span><span class="s">TOGGLEBATTLEFIELDMINIMAP"</span><span class="p">);</span> </pre></div> </div> <p>and it works, as long as I take care to have the zone map off before I click the minimize button on chinchilla, only one map shows at a time.</p> <p>Sometimes they would fall out of synch, mostly because I have a habbit of using "shift-M" for the zone map. After playing with it a bit I decided it would be best to fix that, so I bound shift-M in chinchilla.<br> Creates a <strong>Bindings.xml</strong> file:<br> </p><div class="code-wrapper" data-lexer="xml"><div class="markup-code"><pre><span class="nt">&lt;Bindings&gt;</span> <span class="nt">&lt;Binding</span> <span class="na">name=</span><span class="s">"CHINCHILLA_TOGGLEMAPS"</span> <span class="na">description=</span><span class="s">"Toggle maps"</span> <span class="na">header=</span><span class="s">"CHINCHILLA"</span><span class="nt">&gt;</span> -- Toggle between the Minimap and the BG Zone Minimap Chinchilla_Location_ToggleMaps() <span class="nt">&lt;/Binding&gt;</span> <span class="nt">&lt;/Bindings&gt;</span> </pre></div> </div> <p>Then at <strong>Chinchilla.lua</strong>:23<br> </p><div class="code-wrapper" data-lexer="lua"><div class="markup-code"><pre><span class="cm">--[[ bindings ]]</span><span class="c1">--</span> <span class="n">BINDING_HEADER_CHINCHILLA</span> <span class="o">=</span> <span class="s2">"</span><span class="s">Chinchilla"</span> <span class="n">BINDING_NAME_CHINCHILLA_TOGGLEMAPS</span> <span class="o">=</span> <span class="s2">"</span><span class="s">Toggle Maps"</span> </pre></div> </div> <p>and at the very end of <strong>Location.lua</strong>:<br> </p><div class="code-wrapper" data-lexer="lua"><div class="markup-code"><pre><span class="cm">--[[ bindings ]]</span><span class="c1">--</span> <span class="k">function</span> <span class="nf">Chinchilla_Location_ToggleMaps</span><span class="p">()</span> <span class="n">_G</span><span class="p">.</span><span class="n">ToggleMinimap</span><span class="p">()</span> <span class="n">RunBinding</span><span class="p">(</span><span class="s2">"</span><span class="s">TOGGLEBATTLEFIELDMINIMAP"</span><span class="p">);</span> <span class="k">end</span> </pre></div> </div> <p>the arrangement might not be best. But I set "control-shift-M" for the interface Zone Map toggle and "shift-M" in the chinchilla keybindings and now when I use shift-M I can't screw up the interdependant state of the two maps. <span class="emote emote-smile" title="Smile">:)</span> So, all good, it works.</p> <p>It probable should be localized, but I wasn't for certain that I can just do BINDING_NAME_CHINCHILLA_TOGGLEMAPS = L("Toggle Maps")</p> <p>and more importantly, if it were possible to write this as a stand-alone plugin that is probably better than injecting it into the project. I'm not sure how to go about doing that though ... anyway, at least I thought I'd share what I've got. <span class="emote emote-smile" title="Smile">:)</span></p> <p>here's a little video:<br> <a href="http://www.youtube.com/watch?v=lAlzcw4tfzU">Chinchilla with Togglemaps</a></p> Wed, 15 Jul 2009 16:24:39 +0000 http://www.wowace.com/addons/chinchilla/?comment=25 http://www.wowace.com/addons/chinchilla/?comment=25 no-reply@curseforge.com (minea) Comment #24 http://www.wowace.com/addons/chinchilla/?comment=24 <p>Having a problem. I set it to square but it stays circular. Having to have advanced tracking enabled really sucks, since every timer you scroll over it the huge window appears, and who the hell wants to see that all the time?</p> <p>Ugh, I thought I had found the perfect minimap but it looks like it's back to the drawing board.</p> Sun, 28 Jun 2009 00:02:45 +0000 http://www.wowace.com/addons/chinchilla/?comment=24 http://www.wowace.com/addons/chinchilla/?comment=24 no-reply@curseforge.com (Kupotek) Comment #23 http://www.wowace.com/addons/chinchilla/?comment=23 <p>You might try this, the SUI forums suggested it for SexyMap and SUI, but I've used it on other setups.</p> <p>Make a macro, and put this in it:</p> <div class="code-wrapper" data-lexer="lua"><div class="markup-code"><pre><span class="o">/</span><span class="n">script</span> <span class="n">WatchFrame</span><span class="p">:</span><span class="n">SetHeight</span><span class="p">(</span><span class="mi">400</span><span class="p">)</span> <span class="o">/</span><span class="n">script</span> <span class="n">WatchFrame</span><span class="p">:</span><span class="n">SetWidth</span><span class="p">(</span><span class="mi">300</span><span class="p">)</span> <span class="o">/</span><span class="n">script</span> <span class="n">WatchFrame_ClearDisplay</span><span class="p">()</span> <span class="o">/</span><span class="n">script</span> <span class="n">WatchFrame_Update</span><span class="p">(</span><span class="n">WatchFrame</span><span class="p">)</span> <span class="o">/</span><span class="n">s</span> <span class="n">banana</span> </pre></div> </div><p>(The /s is because it doesn't work for me without it. You can try it both ways.) Then you should be able to disable or enable the tracker. Hope this helps!</p> Sun, 14 Jun 2009 17:45:03 +0000 http://www.wowace.com/addons/chinchilla/?comment=23 http://www.wowace.com/addons/chinchilla/?comment=23 no-reply@curseforge.com (xtoq) Comment #22 http://www.wowace.com/addons/chinchilla/?comment=22 <p>So after more messing around I finally got it to work. I had to disable the position feature on chinchilla then check the advanced objectives tracking, then move it and resize it, then re-enable positioning in chinchilla. I have to keep the objectives tracking enabled though. So I just locked it.</p> Tue, 26 May 2009 20:17:19 +0000 http://www.wowace.com/addons/chinchilla/?comment=22 http://www.wowace.com/addons/chinchilla/?comment=22 no-reply@curseforge.com (toxidlotus) Comment #21 http://www.wowace.com/addons/chinchilla/?comment=21 <p>Hmm. I keep having issues with my achievement tracking. I've tried the tricks listed below but still keep getting the error about not being able to track anymore achievements. I found that when I disable the position feature my achievement tracker pops up with the achievements I tried to track. However I obviously can't move my minimap. :/ When I enable it it makes my achievement tracker disappear again. When I try to use moveanything! to move the avhievement tracker it says it can't find the frame. Any ideas? Is there something I have missed?</p> Tue, 26 May 2009 20:06:48 +0000 http://www.wowace.com/addons/chinchilla/?comment=21 http://www.wowace.com/addons/chinchilla/?comment=21 no-reply@curseforge.com (toxidlotus) Comment #20 http://www.wowace.com/addons/chinchilla/?comment=20 <p>Rebuilt my UI the other day and ran into the quest tracker bug, and came across Eilenda's suggestion which didn't quite work for me but after some mucking around I found a similar method which did. Logged in with no addons loaded, disabled advanced objectives tracking, shift-clicked a quest in the log and the frame appeared in the default spot. Re-enabled advanced tracking, relogged with all addons loaded and it seems to be working fine now. Strange bug, definitely related to the advanced objectives tracking somehow though.</p> Thu, 07 May 2009 18:52:03 +0000 http://www.wowace.com/addons/chinchilla/?comment=20 http://www.wowace.com/addons/chinchilla/?comment=20 no-reply@curseforge.com (xerawx) Comment #19 http://www.wowace.com/addons/chinchilla/?comment=19 <p><strong>For those whith a tracker problem try this : its working fine for me.</strong> Press escape to bring up the system menu, select "Interface" then "Objectives" and turn advanced objectives tracking off entirely it will give you a popup to warn you all current settings will be lost... click okay... then turn advanced objectives tracking back on and make sure the "disable mouseover' is unchecked and close everything out. If mouseover is *disabled* then nothing will pop up.... you need to uncheck the "disable mouseover" option before you'll be able to see the objectives window when you do mouse over it.</p> <p>Once you have done that, you should see the window when you place your mouse in the upper left area of the screen (not in the corner, but the general area. Once you "see" the window. right click the title and select "unlock window" so you can resize it. Give it the size you want, then go back to interface/objectives and check on the disable mouse over function : you will not see the tracker anymore but this time you can track correctly without getting "You don't have space to track any more objectives, stop tracking some first"</p> Wed, 06 May 2009 07:49:35 +0000 http://www.wowace.com/addons/chinchilla/?comment=19 http://www.wowace.com/addons/chinchilla/?comment=19 no-reply@curseforge.com (eilenda)