| Updated: | 05-03-09 09:48 AM |
| Created: | 04-30-09 11:30 PM |
| Downloads: | 981 |
| Favorites: | 25 |
| MD5: |
File Name |
Version |
Size |
Author |
Date |
1.3 |
272kB |
hschade |
04-30-09 11:30 PM |
![]() |
Comment Options |
|
|
||
|
Re: Problem
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 |
||
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
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. |
|
|
|
|
|
||
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? ![]() |
||
|
|
|
|
|
|
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? ![]() |
|
|
|
|
|
|
|
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
![]() |
|
|
|
|
|
||
YW ![]()
Last edited by hschade : 05-01-09 at 07:25 AM.
|
||
|
|
|
|
|
|
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 |
|
|
|
![]() |