Loading...

» You are not logged in (log in)

You are here: Home » Other » Useful Extras 0.2.1
Useful Extras 0.2.1
Virus/spyware scanned on upload
WARNING: Not been updated since the last patch
Compatible with WotLK ()
Author: EVmaker
Download size: 39.97 kB
Updated 09/08/2009 (356 days ago)
1,339 total downloads / downloads this week: 1,339 / downloads today: 313
Send PM to EVmaker
 

Please log in to vote! Current rating: +5


Greetings,

I tend to be a bit wordy at times so bear with me. The mod started as a personal mod of mine that I added things I found helpful and used them myself, until it got to a point where I thought others might be able to find it useful as well and decided to post it. Useful Extras is a small little mod to make a number of helpful options availible, it takes almost no memory or processor use. To summarize; There is a basic calculator, color picker that is mainly helpful to developers or anyone messing with WoW text colors in-game, and a couple auto options similar to what TwoBox used to do but with more options.

The readme gives more specific details, but below is a basic summary of whats there right now.

And the portal http://www.wowinterface.com/portal.php?id=421, will have have more frequent news about this mod same as Looter, as well as the Bug Reports and Feature Requests section there is availible for Useful Extras as well.

Functioning:
* Toggles for: Autoaccept Invite, Summon, Ress, Autofollow, Automount, UE on or off, Allow friends or Guild lists to use commands, Auto-accept Quests, Auto-complete Quests, Sticky Follow (follow after exiting combat), Whisper Relaying, Low Health/Mana Warning, and Return/Delete icons for the Mailbox.
* New toggles for Auto-declining Duel requests, or Guild Invites/Charter requests, as well as Auto-releasing on death in a battleground and Auto-passing on loot rolls.
* The before said features the toggles are for (that always work for those manually added to the Leader list, and work for those on the friends or guild lists if the use friends or guild toggles are on).
* Basic GUI, can be accessed with /ue menu
* Minimap button to open the menu, or reload the UI
* LDB(Broker) Support, minimap button functionality but on Titan Panel Fubar, or other LDB compatible displayer.
* Exp Report with /ue exp, or whisper command with /whisper name exp
* In-Game Basic Calculator (/ue calc (9*9)/3)
* ID command, to get a moused over items itemLink, item id, and stack size
* Ability to use the In-Game Color picker to get RGB values of any color, or the 'real' value used by WoW for its chat colors, Useful for developers to get the wow color values for using in chat messages. Can use /ue test chat to see what the current selected color will look like in a chat message, or /ue setcolor to set a standard R,G,B value (/ue setcolor 255,124,56) for seeing what it'd look like in a chat message with /ue test chat. If using /ue getwowcolor, only the first two digits after the period are really necessary (0.04, 0.48), or simply get the RGB values and put (rgbvalue/255) in your code.

Using the recently added change to the mounting up function, you can make a global macro with /script UE_pickMount("smart") and it will automatically mount your best availible mount depending on what you have, your location & if you have cold weather flight for northrend. You can then put the global macro button on the actionbar of any character that has UE enabled and click it to smartly mount the best mount for the location regardless of what mounts each char may or may not have.

New Mounting Macros: Commands are /ue createmacros local, or /ue createmacros global Will create three mounting macros either in the global, or character-specific sections for the three mounting functions, such as one for best ground mount, one for best air, and one for "smart mounting" which can then easily be put on the actionbar. In the case of making them global, you could then have them availible to any character on the account to use the same macro and mount up regardless of what mounts they may or may not have.

Also the recently added preferred mount feature will be taken into account first when using any of the before said macros (or mounting whispers).

Todos:

In-Line Todos:
* Improve the Basic GUI

Future Todo:
* Buff timeout warning toggle

Eternal Todos:
* Eliminate any bugs (if any)

Patch notes for Useful Extras 0.2.1
0.2.1:
3.2 Compatibility & TOC update, Added most (believe all, not positive) of the mounts added in 3.1 and 3.2 to the mount list. Thanks to the much improved flyable area API, and a bit of code changing; smart mounting is now a whole lot leaner, does not need to be localized for any client, and no longer needs the ZonesLib (yay for optimization). Optimized other parts of the code as well. EMLib Update. And lastly, smart and ground mounting will take into account 'water mounts' (like the one that is fished up) if you are swimming and have one to use that, or else mount a regular ground mount.

0.2:
Added an option to display return/delete icons in the mailbox (a letter for will be returned, or X for will be deleted under the time left for each mail, so you can tell at a glance what will be returned or deleted). Also updated the setting updating function to 'merge' the data rather then the old method, which essentially means that it will be able to update previous users settings with the new settings without needing to clear their settings, so no more needing to re-check settings after a new version. Also added the new "zone" north of the Argent Tournament in icecream to the zone list, so UE is now 3.2 compatible as well as still being 3.1 compatible.

0.1.9:
Added an auto-complete quests slash toggle (running out of room in the GUI, it will be added there in the GUI rewrite I promise) which will auto-turnin a quest that you select from a quest giver (assuming it's completed and able to be turned in of course) see the disclaimer in the readme for more information. Also added additional functionality and/or choices for what right-clicking the minimap button (or LDB) will do; with /ue rightclick (again will have a menu option later) you can decide whether you want right-clicking the minimap button (or ldb display on Titan etc..) to reload the ui (default), update your mount list, or open the color picker. If anyone has any suggestions for further options to be chooseable for it, feel free to leave a comment here or post a feature request on the portal.

Lastly, updated the mountlist to include the new and old versions of the Argent mounts and the hippogryph; however, the old orc wolf, and the old gnome mechanostrider were not on WoWhead and had to be gotten off thottbot so I am not positive they are correct, if anyone has either one, please do a /ue list mounts, and /ue list mountnumbers and send the results to me in a comment on the mod, private message, or email at the email given when you click on the email link on my site (which can be gotten from clicking on homepage on my WoWI Profile) thank you.

0.1.8q2:
And with the update to the .lua to update the version number, I forgot that it also uploaded my changes to UE where I removed the colorpicker features to integrate them into EMLib so they can be used by all my mods, and hence UE's EMLib needed to be updated as well. This should be the last 'update' for 0.1.8 of UE, really.

0.1.8q:
Quickfix for ZonesLib, apparently somehow the mispelling of sholazar got re-uploaded into the current version, but yet was still fixed in my copy that I put onto the svn, I'm really confused on how it happened but the mispelling should most definately be fixed now, my apologies for all this may have effected and thank you xtoq for pointing it out.

0.1.8:
Added pass on loot rolls slash and toggle. Changed the way auto-accept group invite works, as the method in the prior version had issues for a user (although I couldn't reproduce it myself), this way shouldn't have any problems. Also added a couple ()'s around some ifchecks (particularly auto-accept group invite) so that it doesn't accept the invite if you have allow friends/guild enabled but auto-accept group invite itself off (darn those parenthesizes).

0.1.7:
Implemented subzone checking, so that you can now smart-mount on Krasus landing in Dalaran, if there are any other places where this is the case (a certain subzone of a zone that can be flying mounted in) just let me know and it can easily be added in now.

0.1.6q:
Cosmetic fix, seeing as how 3.1 added a number of new macro icons, anyone using the /ue createmacros command would be seeing drastically different icons then intended for the UE ground, flying or smart mounting (not that the user is free to put the icons and names of the macros to whatever they wish, but I am a little bit of a neat freak and like the icons to start as what they were intended to be, so they are back to what they were).

0.1.6:
3.1 Compatability, which consequently fixes the auto-accept group invite bug. Added a hide quest whispers slash and toggle. Sholazar smart-mount problem due to a mispell also fixed.

0.1.5:
Now has a ruRU translation for the mounting features thanks to Chiffa TheFox, also implemented a "Preferred" epic ground or flyer mount feature for the mounting features (/ue setflyer, /ue setground), idea and original code thanks to Chiffa. Added a new slash command to create three macros for the mounting features (/ue createmacros global, or /ue createmacros local). Fixed a bug with Sticky Follow introduced in the last version with the 'mute' whispers option.

0.1.4:
Added 'hide follow whispers' toggle in GUI and slash commands, for those times when all the follow whispers are getting too spammy but you still want to keep the follow options on. Also thanks to some ideas figured out while working on XPGain, I very improved the variable resets (player won't likely notice a difference but for me it is much improved).

0.1.3:
Integrated LDB support, can now be put onto Titan Panel, Fubar, or other LDB compatible mods (DockingStation).

0.1.2:
Renamed 'Auto-Decline Guild Invites' to 'Auto-Decline Guild Requests', as it now will automatically decline Guild Charter requests while enabled. Added a simple chat message when a guild charter request is denied such as:
<UsefulExtras> Ichiyoru tried to offer you a guild petition.
So you know that someone tried, in case you do wish to accept and can simply turn Auto-Decline guild requests off to do it, might also add a 'silent' option (so you don't even see that much) if people think it'd be useful. Lastly UE has finally been updated to use EMLib (see portal FAQ for more info there).

0.1.1q:
(q same as Looter being for quickfix), I apologize for this, there was an error popping up about 'populateBuffs' which is a function from when I was working on buff timeout warnings, but had been taken out to get the last version released, but missed a call to it which caused the error and also led to the menu not updating the options on login. Both issues have been fixed now and everything should be working fine again. Coincidentally, if there's a way to get swatter to always show errors when they happen instead of hiding them over reloads, please let me know (I never knew of the error because swatter would always hide it).

0.1.1b:
Added a minimap button, left clicking it will open the options menu, while right clicking it will reload the ui, left-click and drag to move it around the minimap. Also added an exp report feature, do /ue exp to get a basic printout of your experience status, or receive a whisper with exp (/whisper name exp) by a friend, guildmate or leader list to send the same printout to them. I apologize on the buff timeout warning, its taking a bit more effort then I'd thought it would so it'll be in the next version, which will be released after a basic working bookmod (what is to be a continually updated Librarian/Bookwormish mod).

0.1b:
Jumped the version a bit because of the fairly important feature implemented, that being a basic GUI, where you can more easily configure all of UE's various options without needing to use the slash commands (/ue menu). You'll still need to use the slash command for the calculator and ID features however. Buff timeout warnings, and possibly a minimap button, will hopefully be in the next release.

0.08b:
Added Sticky Follow (re-follow after getting out of combat), Whisper Relaying (relay whispers received to the current leader), Auto-accept Quests (shared, escort quests, and quests from a quest giver), and Low Health/Mana warnings. Also along with those added the /ue leader name; slash command to set the current leader which is used for a few options (such as the above whisper relay and low health/mana warnings). /ue lowhealth # and /ue lowmana #; are used to set the percent of health or mana to warn at.

0.07b:
Rewrote the mounting function and variables, will now be able to choose the first epic flyer/ground if availible and if not regular without any problems (now goes by the mounts ID's versus matching names).

0.06b:
Updated the mounting whisper command to take into account the Deathknights ground and flying mounts (as I don't have a level 70 Deathknight as yet, I am fairly sure the latter will work, but if it doesn't please leave a bug report on the forum so I can fix it). Also added a check for if the person is in a guild before trying to update the guildmembers list (didn't harm anything, but printed "not in a guild" to chat when receiving a whisper if you were not in a guild).

0.05b:
Added toggles for Auto-declining Duel requests or Guild invites. Also added a toggle for Auto-releasing on dying in a battleground.

0.04b:
Added allow guild toggle (off by default) that if toggled on will let guildmates use the whisper commands and be considered for the auto-accepts. Added dismount and leaveparty whisper commands. Added the reload/reloadui and show tracking slash commands to the help list (they were already there, but forgot to add them to it), such as /ue reload (or reloadui) and /ue show tracking which simply reloads the ui, or shows the minimap tracking button (fiance had problems with it not showing up before due to other mods she was using and this helped until she found the problem, have encountered the problem with other mods as well).

0.03b:
Added most all of the 'special' flyers and ground mounts (winterspring frostsaber, drakes, headless horseman steed, etc..) as well as alliance mounts to the 'detect first availible' mount for mountup whisper. Also added the "id" slash command, which will print the item link, item id, and stack size of the currently moused over item.

0.02b:
Added the /ue add and /ue remove commands to the slash command list printout, they were already implemented but I forgot to add them there. Also added checks to the whispers when beginning to follow someone or if the follow is broken for if the autofollow toggle is on, and to not whisper if it isn't.

0.01b:
Initial release, included the auto-accept invite, summon, and ress toggles, autofollow and automount, as well as allow friends. Also included the basic in-game calculator and color picker features.
Useful Extras 0.01b, archived on 07/11/08
Useful Extras 0.02b, archived on 07/11/08
Useful Extras 0.03b, archived on 09/11/08
Useful Extras 0.04b, archived on 13/11/08
Useful Extras 0.05b, archived on 15/11/08
Useful Extras 0.06b, archived on 17/11/08
Useful Extras 0.07b, archived on 20/11/08
Useful Extras 0.08b, archived on 24/11/08
Useful Extras 0.1b, archived on 06/12/08
Useful Extras 0.1.1b, archived on 11/12/08


Comments

356 days ago
Sorry for the lack of updates, I'm kind of fallen out of favor with WoWUI, as always you can get the latest versions of my mods from WoWI, and get the latest updates about them off the portal http://www.wowinterface.com/portal.php?id=421. That said, I will be uploading the newest versions of the mods I have hosted here in a couple minutes.
425 days ago
I'll look into moving the right-click of the button functionality into a function, that way what the button does can easily be changed on the fly with option settings. And for anyone that's reading this, the newest version is always on WoWI, I've been pretty busy with an upcoming move so I haven't really had the chance to do much more then update the SVN there. So I haven't updated here in the last couple versions, though the next with the change above I'll make sure and get updated here as well.

I've also added a feature request for this on the portal, so if you want to keep up-to-date with this request keep an eye there.
443 days ago
is there any way to get rid of the "right click to reload ui" thing? i can't tell ya how many times i've accidentally clicked it and screwed myself somehow. not trying to be whiny, heh, but maybe have it as an option in the options to enable the right-click functionality to reload ui or not...
500 days ago
Perfect! Guess it would have been smart for me to look for a readme file. However, it could be advantageous to put the commands on you description page so that people like me can see the commands before they even download the addon.

Very nice Addon I absolutely love it!
502 days ago
Its in the readme, but to copy and paste whats there:
Whisper Commands:
--
(All the following are automatically accepted for people you've added to your leader list, otherwise depending on whether you have allow friends, or allow guild to use whisper commands enabled)
--
followme (follows the whisperer)
mountground, mountair, mountland, mountflying, mountflyer, or mountup (basically just different ways to say mount your best ground or flying mount. mountup smartly mounts the best availible mount based on what you have, location and if you have cold weather flying in northrend)
leavyparty (leaves current party)
dismount (dismounts, if not flying at the time)
exp (sends your experience information, such as: Level 20 Priest, 29.4% of the way to 21, with 14684XP to go.)
502 days ago
Could you please list all the commands people can send to you to make you do: ie: /w <person> followme?
628 days ago
Thanks for the comment, I've already implemented most of the things that I'd wanted for UE that that mod has, and most of the rest are 'slaved for removal' there for the reason they are no longer necessary (such as dismount at flightmasters and such). A number of others are better handled by other mods (sell grey trash items, automatically repair items at a vendor), but auto-releasing on death in a bg, and toggles for declining duels or guild invites would be good I believe and will look into it.

And I do intend to make a gui eventually, I just wanted to get it up so people who found it useful could use it until I code a gui (options window/interfacing with blizzard's addons interface) for it.
628 days ago
don't know if this helps, but take a look at curse.com Automaton

Might give you ideas of things for yours...this one listed is a really good one for authors or those who just don't want more buttons etc lol

I am more of a "give me more!" lol, I like option windows verses / commands. but I still think this is a great idea, and hope this helps :)