Comments about SmartMount http://www.wowace.com/addons/smartmount/ The latest comments about SmartMount en-us Sun, 01 Feb 2009 13:33:18 +0000 WowAce.com (http://www.wowace.com) Comment #9 http://www.wowace.com/addons/smartmount/?comment=9 <p>Rock_Locale.lua is wrong. </p><p>Locale data not displayed!! </p> Sun, 01 Feb 2009 13:33:18 +0000 http://www.wowace.com/addons/smartmount/?comment=9 http://www.wowace.com/addons/smartmount/?comment=9 no-reply@curseforge.com (DroArc) Comment #8 http://www.wowace.com/addons/smartmount/?comment=8 <p>Use Ghost Wolf in Ground! This Error appearance. </p><p>koKR client Use </p><p>Interface\AddOns\SmartMount\SmartMount.lua:655: table index is nil&nbsp;: 1 </p><p>call stack: [C]:&nbsp;? Interface\AddOns\SmartMount\SmartMount.lua:655: in function &lt;Interface\AddOns\SmartMount\SmartMount.lua:646&gt; (tail call):&nbsp;? Interface\AddOns\SmartMount\SmartMount.lua:495: in function `GetMount' Interface\AddOns\SmartMount\SmartMount.lua:437: in function `PreClick' [string "*:PreClick"]:1: in function </p> Sun, 01 Feb 2009 13:15:59 +0000 http://www.wowace.com/addons/smartmount/?comment=8 http://www.wowace.com/addons/smartmount/?comment=8 no-reply@curseforge.com (DroArc) Comment #7 http://www.wowace.com/addons/smartmount/?comment=7 <p>Even though the DK's flying mount (Winged Steed of the Ebon Blade) will scale with your skill, SmartMount only sees it as a 60% mount. As a result, if you have that and another slow mount in your list, it will always choose the slower mount even if you have highest riding skill possible. </p> <ul><li>Edit* I shouldn't say "always"...it's random of course, but it still should use the slower mount if "Fastest" is selected. Also, it's easy to avoid by excluding the other mounts, but still thought you'd like to know. </li></ul> Fri, 09 Jan 2009 14:36:08 +0000 http://www.wowace.com/addons/smartmount/?comment=7 http://www.wowace.com/addons/smartmount/?comment=7 no-reply@curseforge.com (Arkive) Comment #6 http://www.wowace.com/addons/smartmount/?comment=6 <p>I've noticed that I can't use the Smartmount key to shift into Swift Flight Form(SFF) in the sewer pipe anymore when I jump. As opposed to just standing there, which wud make it use my land mount.</p><p>Perhaps I just have my settings wrong, but I know I used to be able to jump while standing in the sewer pipe &amp; hit my hotkey to shift to SFF.</p><p><caption>1st Config(the only one I use):</caption></p><p>In Air<br>1st choice: SFF<br>2nd choice: Don't mount<br>3rd choice: Don't mount</p><p>If mounted: Yes<br>1st choice: Just dismount<br>2nd choice: Just dismount<br>3rd choice: Just dismount</p><p>On Ground<br>1st choice: Swift Palomino<br>2nd choice: Travel Form<br>3rd choice: Random Pet.</p><p>If mounted:<br>1st choice: Just dismount<br>2nd choice: Just dismount<br>3rd choice: Just dismount<br></p><br>Any other info that's needed, plz let me know. Thx! =] Wed, 24 Dec 2008 00:10:33 +0000 http://www.wowace.com/addons/smartmount/?comment=6 http://www.wowace.com/addons/smartmount/?comment=6 no-reply@curseforge.com (User4574) Comment #5 http://www.wowace.com/addons/smartmount/?comment=5 <p>Replacing the lines:</p><p>-- some special spells<br><caption>['Travel, Flight or Swift Flight Form'] = true,<br>['Flight / Swift Flight Form'] = true,<br>['Bear / Dire Bear Form'] = true,<br></caption></p><p>with:</p><p>-- some special spells<br>['Travel, Flight or Swift Flight Form'] = [[Travel, Flight or Swift Flight Form]],<br>['Flight / Swift Flight Form'] = [[Flight / Swift Flight Form]],<br>['Bear / Dire Bear Form'] = [[Bear / Dire Bear Form]],</p><p>corrects the issue. =]</p><p>Thx networkerror!</p> Mon, 15 Dec 2008 05:54:20 +0000 http://www.wowace.com/addons/smartmount/?comment=5 http://www.wowace.com/addons/smartmount/?comment=5 no-reply@curseforge.com (User4574) Comment #4 http://www.wowace.com/addons/smartmount/?comment=4 <p>With r57 user will get an error in the Rock_Config.lua at line 208.<br> </p><div class="code-wrapper" data-lexer="lua"><div class="markup-code"><pre><span class="n">desc</span> <span class="o">=</span> <span class="n">self</span><span class="p">.</span><span class="n">SpellLocale</span><span class="p">[</span><span class="s1">'</span><span class="s">Travel Form'</span><span class="p">]</span> <span class="p">..</span> <span class="s1">'</span><span class="s">, '</span> <span class="p">..</span> <span class="n">L</span><span class="p">[</span><span class="s1">'</span><span class="s">Flight / Swift Flight Form'</span><span class="p">],</span> </pre></div> </div><p><br> Shouldn't<br> </p><div class="code-wrapper" data-lexer="lua"><div class="markup-code"><pre><span class="c1">-- some special spells</span> <span class="p">[</span><span class="s1">'</span><span class="s">Travel, Flight or Swift Flight Form'</span><span class="p">]</span> <span class="o">=</span> <span class="kc">true</span><span class="p">,</span> <span class="p">[</span><span class="s1">'</span><span class="s">Flight / Swift Flight Form'</span><span class="p">]</span> <span class="o">=</span> <span class="kc">true</span><span class="p">,</span> <span class="p">[</span><span class="s1">'</span><span class="s">Bear / Dire Bear Form'</span><span class="p">]</span> <span class="o">=</span> <span class="kc">true</span><span class="p">,</span> </pre></div> </div><p><br> in Rock_Locale be this instead?<br> </p><div class="code-wrapper" data-lexer="lua"><div class="markup-code"><pre><span class="c1">-- some special spells</span> <span class="p">[</span><span class="s1">'</span><span class="s">Travel, Flight or Swift Flight Form'</span><span class="p">]</span> <span class="o">=</span> <span class="s-Multiline">[[Travel, Flight or Swift Flight Form]]</span><span class="p">,</span> <span class="p">[</span><span class="s1">'</span><span class="s">Flight / Swift Flight Form'</span><span class="p">]</span> <span class="o">=</span> <span class="s-Multiline">[[Flight / Swift Flight Form]]</span><span class="p">,</span> <span class="p">[</span><span class="s1">'</span><span class="s">Bear / Dire Bear Form'</span><span class="p">]</span> <span class="o">=</span> <span class="s-Multiline">[[Bear / Dire Bear Form]]</span><span class="p">,</span> </pre></div> </div> Mon, 15 Dec 2008 00:18:25 +0000 http://www.wowace.com/addons/smartmount/?comment=4 http://www.wowace.com/addons/smartmount/?comment=4 no-reply@curseforge.com (networkerror) Comment #3 http://www.wowace.com/addons/smartmount/?comment=3 <p>I just updated SmartMount, which is a phenomenal addon btw, to version b57 & when I log in, I immediately have this error: </p><p>Interface\AddOns\SmartMount\Rock_Config.lua:208: attempt to concatenate field 'Flight / Swift Flight Form' (a boolean value) </p><p>SmartMount still works as far as mounting & changing forms (Main is a druid), however I cannot access any options for it. </p><p>Hopefully the above error helps solve the issue. Keep up the great work! =] </p> Sun, 14 Dec 2008 22:38:42 +0000 http://www.wowace.com/addons/smartmount/?comment=3 http://www.wowace.com/addons/smartmount/?comment=3 no-reply@curseforge.com (User4574) Comment #2 http://www.wowace.com/addons/smartmount/?comment=2 <p>If you want to enable the Death Knight's mount insert this line in SmartMount.lua near the end of the file. [48778] = 4, -- Acherus Deathcharger, Lvl 55 </p> Thu, 20 Nov 2008 06:00:51 +0000 http://www.wowace.com/addons/smartmount/?comment=2 http://www.wowace.com/addons/smartmount/?comment=2 no-reply@curseforge.com (MaverickWildcard) Comment #1 http://www.wowace.com/addons/smartmount/?comment=1 <p>Just wanted to say I _love_ this addon. Its highly customizable yet remains simple to use. </p><p>Its also the only addon that handles my mounting needs 100% properly, unlike some other mods that seem to think my flying mounts are also ground mounts o.O </p><p>Keep up the good work! </p> Sun, 19 Oct 2008 11:23:36 +0000 http://www.wowace.com/addons/smartmount/?comment=1 http://www.wowace.com/addons/smartmount/?comment=1 no-reply@curseforge.com (syserror)