• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Tradeskill Profit Maximization

 
Project Updated:
Files Updated: Sat, Apr 18 2009
Supports Game Version: 3.1.0
Category: Auction & Economy
Tags:

, , , , , , and [Edit Tags]

Project Manager: cyreb
Additional Authors: No additional authors
Current Version: ProfMax v1.0
License: Public Domain
Development Site: CurseForge
Avg Daily DL (last 30 days): 11
Downloads Total: 39,946
Favorites: 80
Comments: 57
  • About Tradeskill Profit Maximization
  •  

Dependency (one of the following):

  • Auctioneer
  • AuctionMaster
  • AuctionLite

ProfMax utilizes AuctionHouse scan data to calculate the pricing of TradeSkill items. ProfMax will output this information to the TradeskillUI window (i.e. Alchemy, Cooking, First-Aid, etc...).

Profmax will also calculate the total cost of purchasing the mats on the AuctionHouse and will display if there is a profit to be made.

AuctionHouse prices can be displayed in Skillet.

  • Downloads (2)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Tradeskill Profit Maximization ProfMax v1.0 Release 3.1.0 15,884 4/18/2009
  Tradeskill Profit Maximization ProfMax v0.9.0 Beta 3.0.9 12,318 2/13/2009
  • 1 page(s)
  • Screenshots (1)
  •  
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Ebony951 said

    This seams to be out of date :(

    Reply Report Permalink
  • Ozoon said

    This spams me everytime i heal with:
    ProfMax Debug: 0: Crit Heal

    Reply Report Permalink
  • lilsparky said

    not to hijack this addon or anything, but most of the functionality people are asking for is already in lilsparky's workshop. atsw support, enchanting scroll support, etc.

    http://wow.curse.com/downloads/wow-addons/details/lil-sparkys-workshop.aspx

    Reply Report Permalink
  • Memcon said

    I want to say this is one of my favorites and that Please update this for 3.2

    Reply Report Permalink
  • I like the idea of this. I'm unsure why it shows prices on a very few of my enchants. I'd like to see it show profit/loss info for everything.

    Reply Report Permalink
  • dekimsey said

    First off I'll state I'm using the addon with Skillet.

    Is it possible to have the filter *only* add prices to recipes that exceed the minimum gold profit level? It can be a bit difficult to scan the list and find the recipes marked off with an asterisk.

    Perhaps compensating the reduction in information by placing the tradeskill profit values in the tradeskill-parts window itself for all recipes. And only showing the prices on the recipe list if it exceeds the profit threshold?

    Reply Report Permalink
  • needs some code to convert enchanting skills into their scroll prices
    taking into account the scroll cost too ofcourse

    Reply Report Permalink
  • heres abit of code to add auctionator support ^^

    Change --
    if (not AucAdvanced) and (not AuctionLite) and (not vendor) then
    ChatFrame1:AddMessage("|CFF1E90FF"..PROFMAX_TITLE.." "..PROFMAX_VER.." No supported AuctionHouse database loaded.")
    ChatFrame1:AddMessage("|CFF1E90FF"..PROFMAX_TITLE.." "..PROFMAX_VER.." You must have Auctioneer, AuctionLite, or AuctionMaster loaded.")
    end

    Change to --
    if (not AucAdvanced) and (not AuctionLite) and (not vendor) and (not AtrL) then
    ChatFrame1:AddMessage("|CFF1E90FF"..PROFMAX_TITLE.." "..PROFMAX_VER.." No supported AuctionHouse database loaded.")
    ChatFrame1:AddMessage("|CFF1E90FF"..PROFMAX_TITLE.." "..PROFMAX_VER.." You must have Auctioneer, AuctionLite, AuctionMaster or

    Auctionator loaded.")
    end

    Change --
    elseif (AuctionLite) then --auctionlite
    local auctionValue = AuctionLite:GetAuctionValue(itemID)
    return auctionValue or 0
    elseif (vendor) then --auctionmaster
    local __, value, __, __ = vendor.Statistic:GetCurrentAuctionInfo(itemLink, false)
    return value or 0
    else --no auction db loaded
    return 0;
    end

    else
    return 0 --not an item
    end
    end

    Change to --
    elseif (AuctionLite) then --auctionlite
    local auctionValue = AuctionLite:GetAuctionValue(itemID)
    return auctionValue or 0
    elseif (vendor) then --auctionmaster
    local __, value, __, __ = vendor.Statistic:GetCurrentAuctionInfo(itemLink, false)
    return value or 0
    elseif (AtrL) then --auctionator
    local AuctionPrice = Atr_GetAuctionBuyout(itemID)
    return AuctionPrice or 0
    else --no auction db loaded
    return 0;
    end

    else
    return 0 --not an item
    end
    end

    Hope you enjoy my minor tweaks...now..wtf is skillet...it looks pretty but do i really need another addon...lmao

    Reply Report Permalink
  • lunamiaa said

    how dont understand how it works , i have skillet and i have
    A:6.02.75-5.68.16=34.59
    V:50-42.50=7.50
    i dont understand what is the number after the -

    Reply Report Permalink
  • maiyah said

    I keep getting the error:

    Interface\AddOns\ProfMax\ProfMax.lua:174: bad argument #1 to 'find' (string expected, got nil)

    Reply Report Permalink
  • maiyah said

    I love this addon! Thank you!

    Reply Report Permalink
  • zodius said

    Hi, not sure if this feature will be used by anyone,

    but is it possible to add in the option of having a profit margin% shown beside/replace the absolute gold figure,

    possibly base on simple formula (gain on profit)/mats cost % ?

    Reply Report Permalink
  • luupocok said

    how can i switch off Profmax Debug spamming?

    Reply Report Permalink
  • basje said

    Made a ticket about ATSW here: http://wow.curseforge.com/projects/profmax/tickets/4-advanced-tradeskill-window-compatibility/

    You can vote for this feature. Hopefully if a lot of ppl vote for it, it will be implemented.

    Reply Report Permalink
  • augeas said

    i wish it would work with ATSW but there is only hope left :) so far ATSW turned off :p

    Reply Report Permalink
  • Vladimier said

    Needs to work with ATSW since skillet is out of date.

    Reply Report Permalink
  • Robula said

    So far, I love the addon.
    Support for Advanced Trade Skill Window would be great. <3

    Reply Report Permalink
  • augeas said

    please make it works with Avanced Trade Skill Window :)

    Thanks ;)

    Reply Report Permalink
  • calotherm said

    Please could you add advanced trade skill window support please?

    Its a bit better than skillet as you can queue many things and it will work out the craft sequence and queue in the correct order to make the final item :)

    http://wow.curse.com/downloads/wow-addons/details/advanced-trade-skill-window.aspx

    Thanks you!

    Reply Report Permalink
  • Austille said

    Thank you for this add on!
    I am big into jewelcrafting (buying gems, cutting, and reselling) and to make the most profit I would have to click each gem and view the tool tip to find out how much each would sell for to decide which gems to make. I started thinking how easy it would be if the potential profit was listed right on the same line without clicking each gem.

    And BAM here is the addon of my dreams thank you so much for this!

    A couple suggestions though to implement if you could that would make this perfect.

    An option to round the values to show gold only.
    An option to show the potential profit (from buying mats from the AH) in place of the market value in the recipe list. [Market Price - Raw Material Price]

    And one question I have undercut working on market price for auctioneer can I use undercut value instead of market price in this addon? I do not see undercut in the list of pricing algorithms.

    Thanks again for a great addon Cyreb!

    Reply Report Permalink
  • Addon Packs Containing Tradeskill Profit Maximization

Most Downloads / Day

Tradeskill Profit Maximization has not been added to any Addon Packs yet.

  • Similar Addons
  •  

Average downloads per day

  1. 2,149 Auctioneer Auction & Economy, Mail, and...
  2. 1,377 Auctionator Auction & Economy, and Tooltip
  3. 879 AuctionMaster Auction & Economy
  4. 500 AuctionLite Auction & Economy, and Tooltip
  5. 492 Sell-O-Matic Auction & Economy, and Bags...