Sell-O-Matic

SOM01

The purpose of this mod is to help us sell the kind of items that we get most frequently: For example, you're fishing and loaded with raw fish or gray items.

How to use it

As simple as going near a merchant and opening their trade window, then you can click on the sell button. By default it will sell all gray items and use no sell or save list.

Options

  • Auto sell: Automatically sell the items when you open a vendor.
  • Information type: You can choose from all to lite the output of the addon.
  • Show detail: Shows a profit detail of each item.
  • Use list: Activates the use of sell and save lists.
  • Show list: Prints the contents of the sell and save lists.
  • Add item: Adds an item to the sell or save list.
  • Del item: Deletes an item from the sell or save list.
  • Reset sell list: Clears the sell list.
  • Reset save list: Clears the save list.

Using sell/save lists

With sell and save lists you can personalize which items you want to sell or save. They work as a filter in which you can add the complete name of the items you want to sell/save or part of the name. Here are some examples:

  • Example #1: You're leveling fishing skill and you're tired of having to sell each fish stack one by one. You can add the word ''Raw'' to the sell list and all the uncooked fish will be sold when you push the button. This is because all normal uncooked fish start with the word ''Raw'', so the addon searches for them and sells them for you.
  • Example #2: You have a fabulous gouging pick poor quality item, but you don't want to sell it. You can add the name of the item to the save list and when you sell all your poor quality items, your pick will remain with you.

Important: Be careful when using part of the item name instead of all the name. For example if you add ''Basilisk'' to the sell list, it will sell ALL items that have that word. And remember to have activated the option ''use list'' if you want to use sell and/or save lists!

Addon Commands

You dont need to use these commands to make the addon work, they're a shortcut if you prefer typing than opening the addon options.

/sellomaticOpens the configuratión window
/somSame as /sellomatic
/som additemOpens the dialog box to add an item
/som delitemOpens the dialog box to delete an item
/som showlistPrints the sell/save list if used
/som addtext #textAdds #text to the sell list, #text can be a word or an itemlink
/som deltext #textDeletes #text from the sell list, #text can be a word or an itemlink
/som importselllistImports the old sell list if you have one
/som resetselllistResets the sell list. All content will be erased
/som resetsavelistResets the save list. All content will be erased

Localization

If you want to help with the localization of the addon feel free to use the new localization tool

You must login to post a comment. Don't have an account? Register to get one!

  • Avatar of Silmano Silmano Tue, 03 Nov 2009 12:37:33

    @cakehouse: Thanks for the help! :)

  • Avatar of cakehouse cakehouse Tue, 03 Nov 2009 02:10:23

    complete Korean.

    Cakehouse
    Undead Mage Lv80
    Wings of Namomo
    Eonar
    Korea

  • Avatar of Silmano Silmano Wed, 27 May 2009 09:34:33

    @vincentgdg: Nice! Thanks for the contribution! :)

  • Avatar of vincentgdg vincentgdg Wed, 27 May 2009 09:24:27

    I just entered the german translation.

  • Avatar of Silmano Silmano Fri, 08 May 2009 08:54:53

    @q09q09: Thanks, will upload it as soon as possible.

  • Avatar of q09q09 q09q09 Mon, 04 May 2009 07:48:27

    Chinese Locale zhCN&zhTW
    locale by 默语(murmurwoods)
    file download url:SellOMaticv1.1.09b.rar

  • Avatar of Ackis Ackis Tue, 21 Apr 2009 17:27:23

    From a report:

    Sell-O-Matic_zhTW

    local L = LibStub("AceLocale-3.0"):NewLocale("SellOMatic", "zhTW")

    if L then

    -- Main option
    L["General Options"] = "一般設定"
    L["Actions"] = "動作"
    L["Auto sell"] = "自動賣出"
    L["Toggle ON/OFF automatic mode."] = "切換啟用/禁用自動模式."
    L["Show detail"] = "顯示細節"
    L["Toggle ON/OFF item sell detail."] = "切換啟用/禁用物品賣出細節."
    L["Use list"] = "使用清單"
    L["Toggle ON/OFF the sell/save list."] = "切換啟用/禁用物品賣出/保留清單."
    L["Show list"] = "顯示清單"
    L["Shows the sell/save lists."] = "顯示賣出/保留清單."
    L["Add item"] = "增加物品"
    L["Adds item to sell/save list."] = "增加物品到賣出/保留清單."
    L["Del item"] = "刪除物品"
    L["Deletes item from sell/save list."] = "從賣出/保留清單刪除物品."
    L["Import sell list"] = "匯入賣出清單"
    L["Imports the old sell list."] = "匯入舊的賣出清單"
    L["Reset sell list"] = "重置賣出清單"
    L["Resets the sell list."] = "重置賣出清單"
    L["Reset save list"] = "重置保留清單"
    L["Resets the save list."] = "重置保留清單"

    L["Autoselling items!"] = "自動賣出物品!"

    -- Selling
    L["Selling "] = "賣出 "
    L["item(s) sold"] = "物品(s) 已賣出"
    L["You've earned "] = "你獲利 "

    -- Lists
    L["#### Sell List ####"] = "#### 賣出清單 ####"
    L["Sell list empty!"] = "賣出清單空的!"
    L["#### Save List ####"] = "#### 保留清單 ####"
    L["Save list empty!"] = "保留清單空的!"
    L["You're not using any list. Use list option is off."] = "你沒有使用任何清單. 使用清單選項是禁用."
    L["is not valid."] = "不是有效."
    L["added to sell list."] = "增加到賣出清單."
    L["already on sell list."] = "已經在賣出清單."
    L["added to save list."] = "增加到保留清單."
    L["already on save list."] = "已經在保留清單."
    L["removed from sell list."] = "從賣出清單刪除."
    L["not found on sell list."] = "在賣出清單未找到."
    L["removed from save list."] = "從保留清單刪除."
    L["not found on save list."] = "在保留清單未找到."
    L["Sell list reset."] = "賣出清單重置."
    L["Save list reset."] = "保留清單重置."

    -- PopUp
    L["Type the item/part of the item text box."] = "輸入物品/物品的一部分文字框."
    L["Add to sell list"] = "增加到賣出清單"
    L["Add to save list"] = "增加到保留清單"
    L["Delete from sell list"] = "從賣出清單刪除"
    L["Delete from save list"] = "從保溜清單刪除"

    -- Import
    L["Old data imported to list."] = "舊資料匯入到清單."
    L["No import data found."] = "匯入資料未找到."

    -- Help
    L["Commands"] = "指令"
    L["this menu."] = "選項."
    L["same as /sellomatic."] = "/sellomatic相同."
    L["opens add item box."] = "打開增加物品框."
    L["opens del item box."] = "打開刪除物品框."
    L["prints sell/save list if used."] = "列出賣出/保留清單如果在使用."
    L["add #text to the sell list if used."] = "增加#文字到賣出清單如果在使用."
    L["delete #text from the sell list if used."] = "刪除#文字到賣出清單如果在使用."
    L["imports old sell list if available."] = "匯入舊的賣出清單如果有的話."
    L["deletes all sell list data."] = "刪除所有賣出清單資料."
    L["deletes all save list data."] = "刪除所有保留清單資料."
    -- TIPS
    -- L["List tips"] = true
    -- L["Some tips and clues to maximice the use of lists"] = true
    -- L["tip #1"] = "If you want to sell a bunch of items, try to be a little specific, dont just add the letter b for basilisk whatever."
    -- L["tip #2"] = "Avoid using special characters such as blank spaces, dots, percentajes and all that sort"
    -- L["tip #3"] = ""
    -- L["tip #4"] = ""
    -- L["tip #5"] = "Remember: If you sell your entire inventory its probably because you set up WRONG your sell list."

    end;

  • Avatar of shwy72 shwy72 Mon, 02 Feb 2009 18:35:05

    I'm sorry, I can not Ability.

  • Avatar of Silmano Silmano Mon, 02 Feb 2009 12:07:48

    Will take a look at it shwy72.

  • Avatar of shwy72 shwy72 Sat, 31 Jan 2009 17:57:21

    text box Add to typing (no) Add to drag (yes) I want to add/Delete items to drag

    Do you can add this function?

Facts

Date created
05 Apr 2007
Categories
Last update
23 Oct 2009
Development stage
Release
Language
  • deDE
  • enUS
  • esES
  • esMX
  • frFR
  • koKR
  • ruRU
  • zhCN
  • zhTW
License
All Rights Reserved
Curse link
Sell-O-Matic
Recent files
  • R: v1.1.18 for 3.2.0 on 23 Oct 2009
  • R: v1.1.17 for 3.2.0 on 15 Oct 2009
  • R: v1.1.16 for 3.2.0 on 05 Aug 2009
  • R: v1.1.15 for 3.1.0 on 18 Jul 2009
  • R: v1.1.14 for 3.1.0 on 16 Jun 2009

Authors

Relationships

Embedded library
Ace3
LibAbacus-3.0