<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
	<channel>
		<title>EVmaker's Portal - Feature Comments (wowinterface.com)</title>
		<link>http://www.wowinterface.com</link>
		<description>World of Warcraft Interfaces, Skins, Addons, Mods community.</description>
		<language>en</language>
		<generator>WoWInterface</generator>
		<ttl>30</ttl>
		<copyright>Copyright 2006, WoWInterface</copyright>
		<image>
			<url>http://s.wowinterface.com/images/style_mmoi_wowi2/misc/rss.jpg</url>
			<title>WoWInterface</title>
			<link>http://www.wowinterface.com</link>
		</image>
		<webMaster>no-reply@WoWInterface</webMaster>
				<item>
			<title>Error when trying to view quest details - Great thanks</title>
			<link>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3883#cmnt_3519</link>
			<description><![CDATA[Great thanks

(Interface: Useful Extras | Feature: Error when trying to view quest details)]]></description>
			<author>Apaseall</author>
			<guid>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3883#cmnt_3519</guid>
			<pubDate>Thu, 05 Nov 2009 02:44:03 +0000</pubDate>
		</item>		<item>
			<title>Error when trying to view quest details - Actually I do know...</title>
			<link>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3883#cmnt_3517</link>
			<description><![CDATA[Actually I do know exactly what your talking about and I have thought of adding an aura switcher for smart mounting for paladins, I might add that in for the next release which should be fairly soon as I have a rareish bug being fixed and another toggle option almost done.  Other classes do have speed increases, but they are all static 'all the time' ones, not any that need to be changed like paladin auras (the non-talent hunter speed increase is non-mount only, ala aspect of the cheetah/pack, the talent is all the time on, same as dk on a pale horse or pally persuit of justice talents etc..)

To the spurs thing, that isn't really needed currently unless your char is level 70 or below, as of a patch awhile ago (I don't remember which) every means of gaining increased mounted speed besides talents (or class abilities like crusader aura) were limited to only level 70 or below (see wowhead for mithril spurs, carrot on a stick or Riding Crop for example)

(Interface: Useful Extras | Feature: Error when trying to view quest details)]]></description>
			<author>EVmaker</author>
			<guid>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3883#cmnt_3517</guid>
			<pubDate>Wed, 04 Nov 2009 01:05:43 +0000</pubDate>
		</item>		<item>
			<title>SCT German v5.7 - SCT Messages - You are a very nice...</title>
			<link>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3870#cmnt_3507</link>
			<description><![CDATA[You are a very nice person.

(Interface: Useful Extras | Feature: SCT German v5.7 - SCT Messages)]]></description>
			<author>Apaseall</author>
			<guid>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3870#cmnt_3507</guid>
			<pubDate>Sat, 24 Oct 2009 12:24:39 +0000</pubDate>
		</item>		<item>
			<title>SCT German v5.7 - SCT Messages - The way the code is...</title>
			<link>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3870#cmnt_3506</link>
			<description><![CDATA[The way the code is currently written no, because it checks if the mount entered is in the players &quot;name&quot; mount list, and if it is, then it get the id of it from the &quot;id&quot; mount list.  It should be a fairly simple change to add the option to enter the name, or the id of the mount that you want to set as preferred when I'm already working on that section to add a separate command for setting regular ground/flyers as preferred in the next release.

(Interface: Useful Extras | Feature: SCT German v5.7 - SCT Messages)]]></description>
			<author>EVmaker</author>
			<guid>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3870#cmnt_3506</guid>
			<pubDate>Fri, 23 Oct 2009 18:56:12 +0000</pubDate>
		</item>		<item>
			<title>SCT German v5.7 - SCT Messages - Can confirm setground...</title>
			<link>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3870#cmnt_3505</link>
			<description><![CDATA[Can confirm setground works. Note capitalisation does count. I could not work out why I was getting a message saying I don't own that mount. The capitalised as per list name and voila.
For those of us able to find the ItemID could we enter that rather than the text name?
Thanks.

(Interface: Useful Extras | Feature: SCT German v5.7 - SCT Messages)]]></description>
			<author>Apaseall</author>
			<guid>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3870#cmnt_3505</guid>
			<pubDate>Fri, 23 Oct 2009 13:23:12 +0000</pubDate>
		</item>		<item>
			<title>SCT German v5.7 - SCT Messages - I'll add a seperate...</title>
			<link>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3870#cmnt_3503</link>
			<description><![CDATA[I'll add a seperate command for setting preferred ground/flyers in the next release, but in the meantime, this should help you out (keep in mind this is 'drycode' as in I wrote it in, and it should work, but I have not tested it as yet):

In UsefulExtras.lua, do a search for if (EML_epicFlyer) then and above the else, add:

elseif (EML_regularFlyer) then
     UE_Settings = {what,mountID};
     EMLChat(&quot;new preferred flyer: &quot;..what,&quot;chat&quot;,UE_EML)
     return true;


And then scroll down a little from there and look for if (EML_epicGround) then and above the else for that one add:

elseif (EML_regularGround) then
     UE_Settings = {what,mountID};
     EMLChat(&quot;new preferred ground: &quot;..what,&quot;chat&quot;,UE_EML)
     return true;


And then save, that should let you use setground/setflyer to set a regular, or epic mount as your preferred; but as always make sure to either keep a backup of UsefulExtras.lua or just be ready to download a fresh UE again if the change doesn't work, as I have not tested it, though it should work.

(Interface: Useful Extras | Feature: SCT German v5.7 - SCT Messages)]]></description>
			<author>EVmaker</author>
			<guid>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3870#cmnt_3503</guid>
			<pubDate>Fri, 23 Oct 2009 01:05:32 +0000</pubDate>
		</item>		<item>
			<title>SCT German v5.7 - SCT Messages - I am aware of the option...</title>
			<link>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3870#cmnt_3502</link>
			<description><![CDATA[I am aware of the option in relation to epic mounts. I am refering to normal and fast non epic mounts. I realise that it may be impractical to alter useful extras. That is why I was wondering if I could alter something at my end.

Failing that is there a way of unlearning or removing a mount?

(Interface: Useful Extras | Feature: SCT German v5.7 - SCT Messages)]]></description>
			<author>Apaseall</author>
			<guid>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3870#cmnt_3502</guid>
			<pubDate>Thu, 22 Oct 2009 22:25:11 +0000</pubDate>
		</item>		<item>
			<title>SCT German v5.7 - SCT Messages - Useful extra's smart...</title>
			<link>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3870#cmnt_3501</link>
			<description><![CDATA[Useful extra's smart mounting (or any of the mounting for that matter) picks the first availible epic mount by alphabetical order, if you want it to be something else then that you simply need to use the preferred mount feature I added awhile back.  For example, /ue setground Black Warbear would set your preferred ground mount to a black warbear.  /ue setflyer sets flyer preferred mount.

The only catch here is that it will only except an epic mount (not regular), and that it must be entered exactly as it's listed by WoW (you can get your mount list by typing /ue list mounts) and type it in as it shows in that list.

(Interface: Useful Extras | Feature: SCT German v5.7 - SCT Messages)]]></description>
			<author>EVmaker</author>
			<guid>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3870#cmnt_3501</guid>
			<pubDate>Thu, 22 Oct 2009 16:04:55 +0000</pubDate>
		</item>		<item>
			<title> - WoWI has its minion...</title>
			<link>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3869#cmnt_3498</link>
			<description><![CDATA[WoWI has its minion updater for handy updating, but I will probably get SkillsPayBills over to curse as well, I currently have only been really putting the most commonly used ones over there (Looter &amp; UsefulExtras so far).

(Interface: SkillsPayBills | Feature: )]]></description>
			<author>EVmaker</author>
			<guid>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3869#cmnt_3498</guid>
			<pubDate>Tue, 20 Oct 2009 15:54:53 +0000</pubDate>
		</item>		<item>
			<title>Double post ? Date: 2007-07-17 20:06:22 - I'll look into adding a...</title>
			<link>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3820#cmnt_3452</link>
			<description><![CDATA[I'll look into adding a toggleable option for the background/box to be there or transparent for the next release, check the feature request here from time to time if you want to check the status on it.

(Interface: PVP Timer | Feature: Double post ? Date: 2007-07-17 20:06:22)]]></description>
			<author>EVmaker</author>
			<guid>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3820#cmnt_3452</guid>
			<pubDate>Mon, 21 Sep 2009 01:16:59 +0000</pubDate>
		</item>		<item>
			<title>Minimap button - Hey there, and yeah I...</title>
			<link>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3796#cmnt_3431</link>
			<description><![CDATA[Hey there, and yeah I tend to be a bit wordy at times.  Now by automated messages do you mean like ones that just get sent off based on certain circumstances (like the examples you gave), and if so I'm guessing on like party?  Some of those are already there (like the low mana, except it's sent as a whisper to the current leader).  Or do you mean more like a macro kind of thing that you would click on and have it say it? (like the that you have something to skin or gather) or have those specific examples be sent out when your actually doing the deed (skinning/gathering) or switching spec.

(Interface: Useful Extras | Feature: Minimap button)]]></description>
			<author>EVmaker</author>
			<guid>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3796#cmnt_3431</guid>
			<pubDate>Thu, 10 Sep 2009 19:43:21 +0000</pubDate>
		</item>		<item>
			<title>Overpower in all Stances? - I just saw you flagged...</title>
			<link>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3594#cmnt_3428</link>
			<description><![CDATA[I just saw you flagged this thread &quot;Awaiting feedback&quot; oO
I am so sorry, that I forgot to post here, that everything works fine using Boriker2Fubar, which you posted for me.

(Interface: Miscellaneous | Feature: Overpower in all Stances?)]]></description>
			<author>Thors Liebling</author>
			<guid>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3594#cmnt_3428</guid>
			<pubDate>Wed, 09 Sep 2009 20:50:36 +0000</pubDate>
		</item>		<item>
			<title>Fade Frame Bug - Of note regstar wasn't...</title>
			<link>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3745#cmnt_3339</link>
			<description><![CDATA[Of note regstar wasn't the first to request loot by quality, a couple others have as well and I've been intending to work on it, just haven't gotten to making a feature request for it but here it is.

Getting Looter's options frame moveable will also be an improvement for all my other mods that have one, as they pretty much use the same options frame code, so having one be moveable means all will be movable (once I release the next version for them anyway).

In either case, I am currently working on both of these now.

(Interface: Looter | Feature: Fade Frame Bug)]]></description>
			<author>EVmaker</author>
			<guid>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3745#cmnt_3339</guid>
			<pubDate>Tue, 18 Aug 2009 18:54:39 +0000</pubDate>
		</item>		<item>
			<title>Zone Level - sounds like it should be...</title>
			<link>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3706#cmnt_3311</link>
			<description><![CDATA[sounds like it should be easy enough, I'll look into it.

(Interface: PVP Timer | Feature: Zone Level)]]></description>
			<author>EVmaker</author>
			<guid>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3706#cmnt_3311</guid>
			<pubDate>Sun, 09 Aug 2009 16:46:53 +0000</pubDate>
		</item>		<item>
			<title>Notes not showing on Cartographer - Well, turns out I was...</title>
			<link>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3643#cmnt_3279</link>
			<description><![CDATA[Well, turns out I was right and it wasn't that hard, the next version with this and the other EasyShards feature request is already released.

(Interface: EasyShards | Feature: Notes not showing on Cartographer)]]></description>
			<author>EVmaker</author>
			<guid>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3643#cmnt_3279</guid>
			<pubDate>Mon, 06 Jul 2009 01:23:01 +0000</pubDate>
		</item>		<item>
			<title> - Well since it was easy...</title>
			<link>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3642#cmnt_3278</link>
			<description><![CDATA[Well since it was easy enough to do, I implemented this and the other feature request for EasyShards and pushed out the next version.  The version after the current one will be the full 3.2 compatiblility version (it should be compatible as is, but I need to test it, if it is then the next version will be a simple TOC update for 3.2).

(Interface: EasyShards | Feature: )]]></description>
			<author>EVmaker</author>
			<guid>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3642#cmnt_3278</guid>
			<pubDate>Mon, 06 Jul 2009 01:22:07 +0000</pubDate>
		</item>		<item>
			<title>Notes not showing on Cartographer - I'm going to tag this as...</title>
			<link>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3643#cmnt_3276</link>
			<description><![CDATA[I'm going to tag this as under review while I look into how to do it and how easy it'd be.  My initial opinion, is that it shouldn't be too hard and I can add it as an option in EasyShards easy enough (but then I thought PVP Timer would be downright simple, and while simple it was considerably more complicated than I'd thought at first; mainly due to the fact I wanted it to be more efficient and not have the OnUpdate running as soon as pvp shows up till it ends, meaning it'd still be running as long as you have pvp manually flagged on wasting resources).

Check back from time to time over the next couple days, I'll either flag it as Currently Working On (literally working on it), Flagged for next version (will work on it later) or Will not add (unlikely, but who knows).

(Interface: EasyShards | Feature: Notes not showing on Cartographer)]]></description>
			<author>EVmaker</author>
			<guid>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3643#cmnt_3276</guid>
			<pubDate>Sun, 05 Jul 2009 08:14:47 +0000</pubDate>
		</item>		<item>
			<title>Notes not showing on Cartographer - Yes, that's what I want....</title>
			<link>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3643#cmnt_3275</link>
			<description><![CDATA[Yes, that's what I want.  ShardBag Hider supposedly does this but is buggy as hell.  That author has more mods that &quot;hide&quot; other bags.  Honestly, I'd be happy if it closed it after the others were open, whatever would be the simplest to code and the least likely to mess with other mods.  I've been trying to figure out how to do it myself, but with a lot of real life things going on, its been hard to learn any lua recently.

(Interface: EasyShards | Feature: Notes not showing on Cartographer)]]></description>
			<author>xtoq</author>
			<guid>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3643#cmnt_3275</guid>
			<pubDate>Sun, 05 Jul 2009 03:32:22 +0000</pubDate>
		</item>		<item>
			<title>Notes not showing on Cartographer - So in essence you'd like...</title>
			<link>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3643#cmnt_3267</link>
			<description><![CDATA[So in essence you'd like a mod (easyshards or otherwise) that will simply prevent the soulshard bag from opening, like when you hit shift-B (or however you open all bags at once) etc..?  (If that is the case, I'd think the easiest route would be to simply have the mod close the soulshard bag if it opens, since mods are near-instantaneous you shouldn't really notice it had opened in the first place.  But would entirely depend on if there's an event for when bags have been opened).

(Interface: EasyShards | Feature: Notes not showing on Cartographer)]]></description>
			<author>EVmaker</author>
			<guid>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3643#cmnt_3267</guid>
			<pubDate>Fri, 03 Jul 2009 18:11:01 +0000</pubDate>
		</item>		<item>
			<title>Bug Reports moved to Google Code - Feature's complete and...</title>
			<link>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3590#cmnt_3262</link>
			<description><![CDATA[Feature's complete and will be in the version released later today/tomorrow.

(Interface: XPGain | Feature: Bug Reports moved to Google Code)]]></description>
			<author>EVmaker</author>
			<guid>http://www.wowinterface.com/portal.php?id=421&amp;a=viewfeature&amp;featureid=3590#cmnt_3262</guid>
			<pubDate>Fri, 03 Jul 2009 01:29:51 +0000</pubDate>
		</item>
	</channel>
</rss>