Download
(278Kb)
Download
Updated: 05-03-09 09:48 AM
Pictures
File Info
Updated:05-03-09 09:48 AM
Created:04-30-09 11:30 PM
Downloads:2,072
Favorites:22
MD5:

Neat Freak

Version: 1.4
by: hschade [More]

Description:
Automatically sends specified items to specific bags, when you recieve / loot items. There are 2 main Sorting lists that determine how items should be organized. The 1st is Account specific, nothing worse than having to setup ALL the same sorting settings for an alt. The 2nd is Character specific, that takes priority over the Account specific settings. Both lists start blank, and are completley configurable.

Neat Freak does NOT ReSort the items currently in your bags.
Also I mainly use curse.com to distribute/release Neat Freak.



about:
Neat Freak got started because I wanted a way to keep my bags organized when questing/grinding. Pre BC I had an addon that did this (Auto-Bag), but when I returned to WoW (2 years later), the addon was no longer being maintained (I have since found a maintained version of it, but as of this update it is not 3.1 compatable). So after several months of complaining to myself about having to always manually move items to the bags I wanted them in, I decided to create my first addon.

In doing my initial research in how to create an addon the auto opening/closing of bags looked like it would be EASY to do (and learn from), and the addon I was using at the time (DocsLazyBags) that auto opened/closed bags had a few minor issues for me. I also wanted an addon that did not have other dependancies, like ACE.



My To-Do List:
See project @ curse.com.

If there is something you think I missed, or should do/add, or you find an issue I have not, please let me know (at curse.com, I do not check here that often).



Slash commands:
/neatfreak -> Opens the Neat Freak Interface.
/nf -> Opens the Neat Freak Interface.
/neatfreak sort (bag#) -> valid bag#'s: all, 0, 1, 2, 3, 4
/neatfreak findwindow -> Relocates the Interface window (x=50, y=-50) if it got off screen somehow. [added in 0.10b]



Usage:
Remove Item from List:
With the interface open, click the sorting entry to remove. The interface should populate w/ the Name, icon, destination bag #, and destination slot # (if supplied), and the approperiate "Level" radio button will become selected. Click the "Remove" button.
If the Entry was a Character Level sorting entry, AND there was also an Account Level sort setup (and you did NOT change the radio button), the Account Level Sorting will now be listed. If you wish to remove the Account Level sorting as well repeat the process once more.



When Adding:
* To specify a slot range the format is "3-6", "10-11", "8-12", etc. No spaces!
* A wildcard character (*) can be used when adding an entry by Name (at the begining or end).
* The "Account Level" radio button is selected by default (when Neat Freak first loads), when adding a Sort entry, this will setup the entry to apply to ALL characters on the account.
* Select the "Character Level" radio button if you only want this sorting for this character, or if you want to use this sorting (for this character) instead of the Account Level sorting that will still be used for all your other characters.



Add Entry to List (By Name):
With the interface open (slash command or click the minimap button) select the "By Name" radio button. Type in the name of the Item (case sensitive) to be sorted, or drag and drop the Item onto the Icon place holder, or ALT click the item. Select the Bag # (0 is BackPack) and Slot # (optional)(starts at 1 in the upper left most slot). Click the "Add / Update" button.


Add Entry to List (By Rarity) [Color]:
Grey item (same for Green, White, etc).
With the interface open (slash command or click the minimap button) select the "By Rarity" radio button. Type in the Number of the Rarity (0=Grey, 1=White, 2=Green, etc) to be sorted, or drag and drop an Item of the Rarity to be sorted onto the Icon place holder, or ALT click an item. Select the Bag # (0 is BackPack) and Slot # (starts at 1 in the upper left most slot) (optional. Kind of useless for Rarity, so I leave it blank). Click the "Add / Update" button.

* If you setup a Green (usually BOE [Bind On Equip]) or higher (usually BOP [Bind On Pickup]) Rarity sorting you can have problems w/ Neat Freak moving any additional equipment (2nd set of armor, etc) you may be carrying as well. To help stop this there is a setting on the Options tab you should set. There is a "Skip Soulbound Items" check box that you can check and then ONLY items that are NOT Soulbound will get sorted.



Add Entry to List (By Type):
With the interface open (slash command or click the minimap button) select the "By Type" radio button. Type in the Type and SubType of the Items to be sorted (case sensitive) seperated by a [space] [dash] [space] (ie "Trade Goods - Cloth", or "Quest - Quest"), or drag and drop an item of the Type to be sorted onto the icon place holder, or ALT click an item. Select the Bag # (0 is BackPack) and Slot # (starts at 1 in the upper left most slot) (optional. Kind of useless for Type, so I leave it blank). Click the "Add / Update" button.



Explanation:
So if I setup "Copper Ore" at "Account Level" to be Bag 3 Slot 8 for character Delilaha, when character Delich logs in she will also have Copper Ore going to the same bag/slot location.
But Delich uses Copper Ore for her Engineering profession, so instead of AHing the Ore (for me Bag 3), she wants the Ore to go to Bag 1 (my 'Keeper' bag). So I can either drag Ore to the Icon place holder, or now click on the Copper Ore entry in the List, enter Bag 1 and clear the Slot number (because I don't care what slot the ore ends up in), choose the "Character Level" radio button and then click the "Add/Update" button. Now the entry Copper Ore is updated and a check mark is next to the location in the list.

Now Deliger logs in and when I open the Neat Freak interface Copper Ore is there (without a check mark) and set to be sorted to Bag 3 Slot 8.



Misc Info:
The Options page, with the Tool Tips, should be self explanitory, so I will not go into it.
The About page is basically the start of this Description, and a list of the Slash Commands.

-- 1.4 --
<li> Expanded upon the Localization, and added start of Traditional Chinese thanx to Kepi.
<li> Update the LUA and XML to use the new Localization variables.
<li> Found sample code to do MiniMap button via LUA instead of XML. Got MiniMap button looking like I want.
<li> Added a "Shut Up" option to make Neat Freak NEVER chat, except for the initial Welcome Message, popups, and if Debugging is on.
<li> Added what should be full Localization for Traditional Chinese and German.


-- 1.3 --

Added the "Type - SubType" sort capability that I somehow forgot to finish coding.
The start of the code was there, but forgot the part to check and do the move.

Rewrote most of the CheckIfItemIsInTable() function. In adding additional features
this function got a little bloated.

Added some additional verifying code when adding entries using WildCards.

Fixed an issue where could not edit/remove entries in the interface that had * in them.

Tried another color for the About page.

-- 1.2 --


Added WildCard ability to be used in sort list entries.

Updated TOC Version Number.

-- 1.1 --


Changed Text color of About page.

Made the Account/Character Radio Buttons no longer reset to Account all the time.

Added Sort Buttons, as requested at Curse.com.

Made it so Entries are no longer Case Sensitive.

-- 1.0 --


Cleaned up a little problem w/ moving items to a bag that was full.

Fixed an issue that could cause problems when removing items from the lists.

-- 0.10.1 Beta --


Fixed issue of, if a slot is specified and occupied, then item does not move, if different.

-- 0.10 Beta --


Added option to change the number of items showing in the Scroll List.

Made the ToolTip color variables global, so I can more easily use the same "standard" throughout.

Add check/ability to make sure stacks are full.

Added ability to specify multiple bag slots.

Improved / Clarified some ToolTip messages.

Added the "findwindow" slash command. One of my Chars "lost" the interface window somehow.

Added checking to see if a Debugging Addon is loaded. (Swatter, ImprovedErrorFrame, BugGrabber)

Added basic sorting/grouping of item in the list.

-- 0.9 Beta --


Fine tuned / Cleand up some more of the code.

Added slash command "sort [bag#]", valid bag# options are: all, 0, 1, 2, 3, 4. ie "/neatfreak sort 2", or "/neatfreak sort all".

Found problem with trying to sort by Quality, and fixed.

Added option to ignore "Soulbound" items. Mainly for when sorting by Quality. (Added basic Localization code for this too).

Added code to get picture if not present when adding item to sort lists.

When adding a Rarity sorting to the list, append the Quality text to the scroll list entry, and color the entry.

-- 0.8.1 Beta --


Fixed issue reported on Curse.com [line 481: ... 'SetNormalTexture' (a nil value)]

Fixed issue of open/close Bage w/ Neat Freak not saving.

-- 0.8 Beta --


Setup Neat Freak to be able to open/close bags w/ the interface.

Added a drop down menu for choosing the 'To Bag'.

Added ability to ALT click an item to add it to the Neat Freak interface.

Modified the ToolTips font color.

Added option to sort by Type (including SubType) or Rarity.

-- 0.7 Beta --


Added About Page & info.

Improved the Tab OnChange code.

Removed the unused hidden fields.

Cleaned up more code, and improved more debugging messages.

Improved/fixed the Remove Item From Table code. Now removes entry completly rather than set nil.
Also added code that will "clean up" tables that are pre 0.7b, on load.

If the slot specified did not exist, Neat Freak was modifying the table info (to any/0).

Check if there is free space before trying to move an item to a bag.


-- 0.6 Beta --


Fixed issue where if your bags were open before visiting vendor, bank, etc that when leaving the Backpack would remain open.

Added a "Chat" option. This will be the minimal debugging option.
Report very basic info, about what Neat Freak is doing, to the Chat window.

Removed some of the "extra" code.

Improved some commenting to the code.


-- 0.5 Beta --


Added ToolTip popups to interfaces.


-- 0.4 Beta --


initial release.
Post A Reply Comment Options
Unread 10-25-09, 01:38 PM  
hschade
A Kobold Labourer
 
hschade's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 7
Uploads: 1
Smile I'm not completly gone.

Got a chance to relax this weekend some, and remembered my WoW days and Neat Freak.

In late July early Aug I started looking for, and bought, a house.
So between all the little home improvement projects, and a very tight budget, have not had time, or money, to play WoW.

I do hope/plan to come back in mid to late Feb, snowboarding and work schedule permitting.

hschade
aka INS
aka Del
Report comment to moderator  
Reply With Quote
Unread 07-03-09, 09:10 AM  
xtoq
An Aku'mai Servant
 
xtoq's Avatar
AddOn Author - Click to view AddOns

Forum posts: 32
File comments: 642
Uploads: 4
Don't open special bags

Hi again! Still loving your mod, but I have a feature request. Since you have the auto open stuff, would you be able to suppress a certain bag from opening always, like ammo bags or profession bags? I don't want to see my freakin' soul shard bag all the time. Adding the bag item ID would be ideal for me, because then I would be able to say "never open this ID" but my other special bags would always open. I've tried a few other mods, but they either aren't updated, have quirky bugs, or don't work with your mod (and I am not giving up Neat Freak, tyvm =P). Thanks for your consideration!

Oh, and I've never been able to get OpenContainer to work, even though I love the ability to skin the bags differently. I don't know what mod of mine conflicts with it but I get an error then I can't open any bags. Have you been able to get it working with NF?
__________________
There is absolutely no evidence to support the theory that life is serious.
Last edited by xtoq : 07-03-09 at 09:11 AM.
Report comment to moderator  
Reply With Quote
Unread 05-15-09, 06:40 AM  
Twidget
An Aku'mai Servant
 
Twidget's Avatar

Forum posts: 33
File comments: 401
Uploads: 0
Re: Re: Problem

Originally posted by hschade
I have also noticed the Not moving issue myself. But it does seam to only be with Conjured stuff. (also part of the reason for the sort slash commands) I have not fully looked into how come and why as it has not been that big of a deal (and no one has complained about it). I'm assuming that the item gets dropped to the bags after the event fires?

I'll have to look at Open Container. I use Movable bags, and when I looked at that code to try and eliminate that addon from my list, I got scared. Maybe.

hschade
aka Del
Yah... I am just learning LUA and when I look at some of these mods it is scary
The whole conjuring thing is weird but as long as I conjure more then once it works so that's fine. Still an AWESOME mod.

Thanks,
Twidget
Report comment to moderator  
Reply With Quote
Unread 05-14-09, 11:45 PM  
hschade
A Kobold Labourer
 
hschade's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 7
Uploads: 1
Re: Problem

Originally posted by Twidget
Hi,
Doesn't seem to be working quite right for me. [SNIP]

Then I conjured a gem and nothing happened, it stayed in the back pack.
Next I conjured food and bling, both it and the gem moved. To the correct slots too btw.
Last I conjured water and it again didn't move. Not until I conjured it a second time. Then it moved.

It seems Neat Freak isn't firing on the first instance of something needing to be sorted. It does it every other time.

Here is the macro I use for water in case that will help:
#showtooltip [modifier: alt] Conjure Water; 3 1
/cast [modifier: alt] Conjure Water; 3 1

Thanks,
Twidget

PS Oh, I noticed you also have options to automatically open bags at the bank, vendors, etc. Awesome... I currently use another mod for this. Any chance you could also add the option to move the bags? Just x and y sliders. Like what the mod Open Container does (http://www.wowinterface.com/download...Container.html). Then I would not need that other mod at all and could just use yours.
I have also noticed the Not moving issue myself. But it does seam to only be with Conjured stuff. (also part of the reason for the sort slash commands) I have not fully looked into how come and why as it has not been that big of a deal (and no one has complained about it). I'm assuming that the item gets dropped to the bags after the event fires?

I'll have to look at Open Container. I use Movable bags, and when I looked at that code to try and eliminate that addon from my list, I got scared. Maybe.

hschade
aka Del
Report comment to moderator  
Reply With Quote
Unread 05-12-09, 02:31 PM  
Twidget
An Aku'mai Servant
 
Twidget's Avatar

Forum posts: 33
File comments: 401
Uploads: 0
Problem

Hi,
Doesn't seem to be working quite right for me. I am a mage and use macros to create and use my food, water, and mana gems. I wrote the macros a long time ago to point to bag slots so I wouldn't have to rewrite them every time I got a new level. I would conjure something and then move it manually to the bag slot so this mod is exactly what I have been hoping for but...

I installed the mod, drug the conjured items to it and set it up to move the items; water to 3,1 :: food to 3,1 :: and mana gem to 3,3.

Then I conjured a gem and nothing happened, it stayed in the back pack.
Next I conjured food and bling, both it and the gem moved. To the correct slots too btw.
Last I conjured water and it again didn't move. Not until I conjured it a second time. Then it moved.

It seems Neat Freak isn't firing on the first instance of something needing to be sorted. It does it every other time.

Here is the macro I use for water in case that will help:
#showtooltip [modifier: alt] Conjure Water; 3 1
/cast [modifier: alt] Conjure Water; 3 1

Thanks,
Twidget

PS Oh, I noticed you also have options to automatically open bags at the bank, vendors, etc. Awesome... I currently use another mod for this. Any chance you could also add the option to move the bags? Just x and y sliders. Like what the mod Open Container does (http://www.wowinterface.com/download...Container.html). Then I would not need that other mod at all and could just use yours.
Last edited by Twidget : 05-12-09 at 02:31 PM.
Report comment to moderator  
Reply With Quote
Unread 05-02-09, 01:10 PM  
hschade
A Kobold Labourer
 
hschade's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 7
Uploads: 1
Please help me improve Neat Freak

OK all. I have gotten what I believe to be most (if not all) of the Localization setup that is needed. Based on Kepi's comment (at curse.com) the basics are working, so I figured I could now spend some real time on it.

Here is what needs translated to add support for a particular language.

NEATFREAK_LOCALE_TEXT_LANGUAGE_FOUND = "English";
-- for Neat Freak to work right only the next line MUST be done.
NEATFREAK_LOCALE_TEXT_SOULBOUND = "Soulbound";
-- Right Side Bar
NEATFREAK_LOCALE_RSIDEBAR_BUTTON_TOOLTIP_SORTALL = "Sort All Bags";
NEATFREAK_LOCALE_RSIDEBAR_BUTTON_TOOLTIP_SORT0 = "Sort BackPack only";
NEATFREAK_LOCALE_RSIDEBAR_BUTTON_TOOLTIP_SORT_PART1 = "Sort Bag ";
NEATFREAK_LOCALE_RSIDEBAR_BUTTON_TOOLTIP_SORT_PART2 = " only";
-- Main Interface
NEATFREAK_LOCALE_INTERFACE_IMAGE_TOOLTIP_ITEM = "Drag an Item here to populate the Name, or ALT click on an item." .. "\n" .. "Right click to clear current entry info.";
NEATFREAK_LOCALE_INTERFACE_RADIOBUTTON_NAME = "By Name";
NEATFREAK_LOCALE_INTERFACE_RADIOBUTTON_TOOLTIP_NAME = "Select this radio button if the sorting entry should be by Item Name.";
NEATFREAK_LOCALE_INTERFACE_RADIOBUTTON_TYPE = "By Type";
NEATFREAK_LOCALE_INTERFACE_RADIOBUTTON_TOOLTIP_TYPE = "Select this radio button if the sorting entry should be by Item Type.";
NEATFREAK_LOCALE_INTERFACE_RADIOBUTTON_RARITY = "By Rarity";
NEATFREAK_LOCALE_INTERFACE_RADIOBUTTON_TOOLTIP_RARITY = "Select this radio button if the sorting entry should be by Item Rarity.";
NEATFREAK_LOCALE_INTERFACE_FIELD_NAME = "Item Name";
NEATFREAK_LOCALE_INTERFACE_FIELD_TOOLTIP_NAME = "Enter the Item Name." .. "\n" .. "(WildCard is *)";
NEATFREAK_LOCALE_INTERFACE_FIELD_TYPE = "Item Type";
NEATFREAK_LOCALE_INTERFACE_FIELD_TOOLTIP_TYPE = "Enter the Item Type and SubType, separated by ' - '.";
NEATFREAK_LOCALE_INTERFACE_FIELD_RARITY = "Item Rarity";
NEATFREAK_LOCALE_INTERFACE_FIELD_TOOLTIP_RARITY = "Enter the Item Rarity." .. "\n" .. "(A Number, Gray = 0)";
NEATFREAK_LOCALE_INTERFACE_DROPDOWN_BAG = "To Bag:";
NEATFREAK_LOCALE_INTERFACE_DROPDOWN_TOOLTIPBAG = "Select the Destination Bag.";
NEATFREAK_LOCALE_INTERFACE_FIELD_SLOT = "To Slot:";
NEATFREAK_LOCALE_INTERFACE_FIELD_TOOLTIP_SLOT = "Enter the Destination Slot #." .. "\n" .. "(optional)";
NEATFREAK_LOCALE_INTERFACE_RADIOBUTTON_CHARACTER = "Character Level";
NEATFREAK_LOCALE_INTERFACE_RADIOBUTTON_TOOLTIP_CHARACTER = "Select this radio button if the sorting should ONLY be for this Character.";
NEATFREAK_LOCALE_INTERFACE_RADIOBUTTON_ACCOUNT = "Account Level";
NEATFREAK_LOCALE_INTERFACE_RADIOBUTTON_TOOLTIP_ACCOUNT = "Select this radio button if the sorting should be for all Characters (on this account).";
NEATFREAK_LOCALE_INTERFACE_BUTTON_DONE = "Done";
NEATFREAK_LOCALE_INTERFACE_BUTTON_ADDUPDATE = "Add / Update";
NEATFREAK_LOCALE_INTERFACE_BUTTON_REMOVE = "Remove";
-- Options Interface
NEATFREAK_LOCALE_OPTIONS_CHECKBOX_ENABLEBAGS = "Enable Bags";
NEATFREAK_LOCALE_OPTIONS_CHECKBOX_TOOLTIP_ENABLEBAGS = "Turn opening/closing of bags on/off.";
NEATFREAK_LOCALE_OPTIONS_CHECKBOX_AUCTION = "Auction";
NEATFREAK_LOCALE_OPTIONS_CHECKBOX_TOOLTIP_AUCTION = "Open/Close your bags at the Auction House.";
NEATFREAK_LOCALE_OPTIONS_CHECKBOX_BANK = "Bank";
NEATFREAK_LOCALE_OPTIONS_CHECKBOX_TOOLTIP_BANK = "Open/Close your bags at the Bank.";
NEATFREAK_LOCALE_OPTIONS_CHECKBOX_GUILD = "Guild";
NEATFREAK_LOCALE_OPTIONS_CHECKBOX_TOOLTIP_GUILD = "Open/Close your bags at the GuildBank.";
NEATFREAK_LOCALE_OPTIONS_CHECKBOX_MAILBOX = "MailBox";
NEATFREAK_LOCALE_OPTIONS_CHECKBOX_TOOLTIP_MAILBOX = "Open/Close your bags at the MailBox.";
NEATFREAK_LOCALE_OPTIONS_CHECKBOX_MERCHANTS = "Merchants";
NEATFREAK_LOCALE_OPTIONS_CHECKBOX_TOOLTIP_MERCHANTS = "Open/Close your bags at Merchants.";
NEATFREAK_LOCALE_OPTIONS_CHECKBOX_TRADE = "Trade";
NEATFREAK_LOCALE_OPTIONS_CHECKBOX_TOOLTIP_TRADE = "Open/Close your bags when Trading.";
--NEATFREAK_LOCALE_OPTIONS_CHECKBOX_NEATFREAK = "Neat Freak";
NEATFREAK_LOCALE_OPTIONS_CHECKBOX_TOOLTIP_NEATFREAK = "Open/Close bags when Open/Closing Neat Freak.";
NEATFREAK_LOCALE_OPTIONS_CHECKBOX_HIDEGRYPHONS = "Hide Gryphons";
NEATFREAK_LOCALE_OPTIONS_CHECKBOX_TOOLTIP_HIDEGRYPHONS = "Hide the Gryphons around the Action Bar.\nChanging this requires a UI Reload to see it.";
NEATFREAK_LOCALE_OPTIONS_CHECKBOX_DEBUGGING = "Debugging";
NEATFREAK_LOCALE_OPTIONS_CHECKBOX_TOOLTIP_DEBUGGING = "Turn Debugging Messages on/off.";
NEATFREAK_LOCALE_OPTIONS_CHECKBOX_CHATTING = "Chatting";
NEATFREAK_LOCALE_OPTIONS_CHECKBOX_TOOLTIP_CHATTING = "Turn Neat Freak Chatting Messages on/off.";
NEATFREAK_LOCALE_OPTIONS_CHECKBOX_SOULBOUND = "Skip Soulbound Items";
NEATFREAK_LOCALE_OPTIONS_CHECKBOX_TOOLTIP_SOULBOUND = "Do NOT sort Soulbound items if checked." .. "\n" .. "For when sorting by Rarity/Quality.";
NEATFREAK_LOCALE_OPTIONS_SLIDEBAR_NUMSHOWING = "Number Items Showing";
NEATFREAK_LOCALE_OPTIONS_CHECKBOX_TOOLTIP_NUMSHOWING = "Set number of Scroll List items to show.";
NEATFREAK_LOCALE_OPTIONS_CHECKBOX_HIDEMINIMAP = "Hide MiniMap Button";
NEATFREAK_LOCALE_OPTIONS_CHECKBOX_TOOLTIP_HIDEMINIMAP = "Hide the MiniMap Button.";
NEATFREAK_LOCALE_OPTIONS_SLIDEBAR_MINIMAPANGLE = "MiniMap Angle";
NEATFREAK_LOCALE_OPTIONS_CHECKBOX_TOOLTIP_MINIMAPANGLE = "Set what Angle, around the MiniMap, to put the button.\n(0/360 is the top)";
NEATFREAK_LOCALE_OPTIONS_SLIDEBAR_MINIMAPDISTANCE = "MiniMap Distance";
NEATFREAK_LOCALE_OPTIONS_CHECKBOX_TOOLTIP_MINIMAPDISTANCE = "Set what Distance, from the Center of the MiniMap, to put the button.";
-- About Interface
NeatFreakAbout = "about:" .. "\n" .. "I started this AddOn because I wanted a way to keep my bags organized when questing/grinding." .. "\n\n";
NeatFreakAbout = NeatFreakAbout .. "WildCard character --> *" .. "\n\n" .. "Add Entry to List (By Name):" .. "\n" .. "With the interface open select the 'By Name' radio button. Type in the name of the Item to be sorted, or drag and drop the Item onto the Icon place holder, or ALT click the item. Select the Bag # and Slot # (optional)(starts at 1 in the upper left most slot). Click the 'Add / Update' button." .. "\n\n"
NeatFreakAbout = NeatFreakAbout .. "Add Entry to List (By Type):" .. "\n" .. "With the interface open select the 'By Type' radio button. Type in the Type and SubType of the Items to be sorted seperated by a [space] [dash] [space] (ie 'Trade Goods - Cloth', or 'Quest - Quest'), or drag and drop an item of the Type to be sorted onto the icon place holder, or ALT click an item. Select the Bag # and Slot # (optional. Kind of useless for Type, so I leave it blank). Click the 'Add / Update' button." .. "\n"
NeatFreakSlashes = "Slash Commands:" .. "\n" .. "/neatfreak -> Opens the Neat Freak interface." .. "\n" .. "/neatfreak sort (bag#) -> valid bag#'s: all, 0, 1, 2, 3, 4" .. "\n" .. "/neatfreak findwindow -> Relocates the Interface window if it is off screen somehow.";
NEATFREAK_LOCALE_ABOUT_TEXTAREA_ABOUT = "|cff00FF33" .. NEATFREAK_LOCALE_TEXT_LANGUAGE_FOUND .. " localization used." .. "\n" .. NeatFreakAbout .. "\n\n" .. NeatFreakSlashes .. "|r"


I plan to search the web for some free converters, but in my expierance they are not real good.
Report comment to moderator  
Reply With Quote
Unread 05-01-09, 12:58 PM  
hschade
A Kobold Labourer
 
hschade's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 7
Uploads: 1
Originally posted by xtoq
THANKS for adding this to WoWI! I am not the biggest fan of Curse, although I think their ticket system is much better than WoWI. Thanks!

How goes my extremely long list of feature suggestions?

I think Exceptions are the last of them.
Tried another color for the About page in 1.3, still not sure though. Had the thought of maybe adding a colorwheel ingame to test with.
Had a comment on the curse side that makes me think my basic localization is actually working. Expanding it for 1.4 and shall see.

Why do you have more?
Report comment to moderator  
Reply With Quote
Unread 05-01-09, 10:53 AM  
xtoq
An Aku'mai Servant
 
xtoq's Avatar
AddOn Author - Click to view AddOns

Forum posts: 32
File comments: 642
Uploads: 4
THANKS for adding this to WoWI! I am not the biggest fan of Curse, although I think their ticket system is much better than WoWI. Thanks!

How goes my extremely long list of feature suggestions?
Report comment to moderator  
Reply With Quote
Unread 05-01-09, 08:52 AM  
Nemnacill
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 29
Uploads: 1
Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you
Report comment to moderator  
Reply With Quote
Unread 05-01-09, 07:16 AM  
hschade
A Kobold Labourer
 
hschade's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 7
Uploads: 1
Originally posted by xeross
Thanks, i've been looking for such an addon for ages. especially for my soul shards but it's also nifty for quest items etc.

Thank you

YW
Last edited by hschade : 05-01-09 at 07:25 AM.
Report comment to moderator  
Reply With Quote
Unread 05-01-09, 05:18 AM  
xeross
An Aku'mai Servant
 
xeross's Avatar
AddOn Author - Click to view AddOns

Forum posts: 35
File comments: 37
Uploads: 2
Thanks, i've been looking for such an addon for ages. especially for my soul shards but it's also nifty for quest items etc.

Thank you
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: