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

  • Your Rating

  • Share
  • Report Abuse

CraftList2

 

Project Updated:
Files Updated: Sat, Oct 25 2008
Supports Game Version: 3.0.2
Category: Professions
Tags:

[Edit Tags]

Project Manager: Athou
Additional Authors: No additional authors
Current Version: v3.0.3
License: All Rights Reserved
Development Site: WowAce.com
Avg Daily DL (last 30 days): 11
Downloads Total: 85,511
Favorites: 566
Comments: 154
  • Contests
  • About CraftList2
  •  

3.0 Note :

A new command is available : !full <craftname>, returning the link to the profession, browsable directly by the person requesting the link.

Description

A few months ago, I wrote EnchantList, that addon allowed people to whisper you !enchant followed by keywords, and get back a list of enchantments you can do, matching the keywords. GemList was created a little later, based on EnchantList, and was doing the same for Jewelcrafting.

CraftList2 is a rewrite from almost scratch of those. It now works for every profession in the game and is handling 3 triggers:

!enchant <any combination of keywords and itemlinks> example: !enchant [Ashbringer] 35 heal

!gem <any combination of color/stat/reagent/text> example: !gem red, !gem [Talasite], !gem 5 strength

!craft <any combination of reagent/text> example: !craft belt of blasting, !craft belt [Primal Fire]

The database is updated every time you open a craft panel. The GUI is brand new, use /clist or /craftlist to open the panel.

  • Downloads (5)
  •  
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  
  CraftList2 v3.0.3 Release 3.0.2 18,675 10/25/2008
  CraftList2 v3.0.2 Release 3.0.2 219 10/25/2008
  CraftList2 v3.0.1 Release 3.0.2 5,951 10/19/2008
  CraftList2 v3.0 Release 3.0.2 5,153 10/17/2008
  CraftList2-r81377.2 Beta 2.4.3 5,856 9/29/2008
  • 1 page(s)
  • Screenshots (2)
  •  
  • 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.
  • Masz said 

    A friend of mine made me a new .Lua file for this addon and its been working fine for me ever since for all crafts. Not sure where I can upload it for others to use to though.

    This is still one of the best craft addons imo.

    Reply Report Permalink
  • dodomir said 

    There is an Alpha on wowace.com witch is quite old aswell - A: r140 for 3.0.9 on 15 May 2009
    http://www.wowace.com/addons/craft-list2/

    Reply Report Permalink
  • -mir- said 

    sigh.

    still finding this to be accurate
    each update the reset the "load out of date" so far i haven t had isuees form it but dammit, please update!!!! i want this working by default cuz its very useful

    athou, if you'd be so kind...

    Reply Report Permalink
  • Malvenue said 

    Causes massive UI errors if running. Do not install or use this addon as it's now a year out of date. You've been warned.

    Reply Report Permalink
  • -mir- said 

    this still works, but is anyone cchecking to make sure? i have no problems but i wouldnt mind it not being out of date

    Reply Report Permalink
  • Golmoza said 

    anyone know a good addon to replace this one?

    Reply Report Permalink
  • Would somone be so nice to work on this addon as i realy missing the practical side for juwellery.

    Reply Report Permalink
  • -mir- said 

    each update the reset the "load out of date" so far i haven t had isuees form it but dammit, please update!!!! i want this working by default cuz its very useful

    Reply Report Permalink
  • Open the file "CraftList2.toc" with Notepad or similar text editor.
    The first line should be "## Interface: 30000".
    Change the line to read "## Interface: 30100".
    Save and close the file.
    WoW should now consider the addon up-to-date and will not require that the "load out of date" box be checked.

    Reply Report Permalink
  • Malvenue said 

    This was a great addon until I finally had to disable it due to it's now massive UI errors. Please update this? Pretty please?

    Reply Report Permalink
  • yheen said 

    !gem strength or !gem stärke not work for german client

    only color and name are working

    plz fix it

    Reply Report Permalink
  • Schmok said 

    Cheer!

    Reply Report Permalink
  • Adelea said 

    You can fix the whisper problems by fixing the filter_whisper functions inside CraftList2.lua

    [code]
    local function filter_whisper(frame,event,arg1,...)
    if (not self.db.realm.showrequests) then
    if (string.sub(arg1,1,string.len(prefix_ench))==prefix_ench and not self.db.realm.showrequests and self.db.realm.trigger_ench) then return true end
    if (string.sub(arg1,1,string.len(prefix_gem))==prefix_gem and not self.db.realm.showrequests and self.db.realm.trigger_gem) then return true end
    if (string.sub(arg1,1,string.len(prefix_other))==prefix_other and not self.db.realm.showrequests and self.db.realm.trigger_other) then return true end
    if (string.sub(arg1,1,string.len(prefix_full))==prefix_full and not self.db.realm.showrequests and self.db.realm.prefix_full) then return true end

    end
    return false, arg1, ...
    end

    local function filter_whisper_inform(frame,event,arg1,...)
    if (not self.db.realm.showanswers) then
    if (string.sub(arg1,1,string.len(prefix_answers))==prefix_answers and not self.db.realm.showanswers) then return true end
    for char, _ in pairs(self.db.realm.datachars) do
    if (string.sub(arg1,2,string.len(char)+1)==char and not self.db.realm.showanswers) then return true end
    end
    end
    return false, arg1, ...
    end
    [/code]

    Reply Report Permalink
  • kamisof said 

    this looks like just what i need, ty. but i'm not sure how to use it.
    do we replace some original lines with this or do we append it to the existing code?

    Reply Report Permalink
  • Wowza1 said 

    I tried it in 3.1 but it craps out with other mods.. I guess if you are only running this it will work but otherwise you will get errors.

    Reply Report Permalink
  • pen411 said 

    I'm still running clist in 3.1, and doesn't seem to be any problems. It would be nice though if someone could pick this up.

    Reply Report Permalink
  • HnyBear said 

    Any devs out there able to pick this project up and continue it? I think the author is gone from WoW

    Reply Report Permalink
  • Malvenue said 

    I have very much appreciated CraftList2 but 3.1 has broken it beyond repair. Among the other bugs being reported I constantly see errors like this:

    Date: 2009-04-17 19:38:37
    ID: 1
    Error occured in: Stubby
    Count: 1
    Message: Error: Original call failed after running hooks for: ChatFrame_OnEvent
    ..\AddOns\CraftList2\CraftList2.lua line 1159:
    bad argument #1 to 'sub' (string expected, got table)
    Debug:
    (tail call): ?
    (tail call): ?
    (tail call): ?
    [string "*:OnEvent"]:1:
    [string "*:OnEvent"]:1
    AddOns:
    Swatter, v5.4.4157 (WallabyII)
    Ace2, v
    AckisRecipeList, v1.0 RC6 1662
    AucAdvanced, v5.4.4157 (WallabyII)
    AucFilterBasic, v5.4.4157 (WallabyII)
    AucFilterOutlier, v5.4.4157.2531
    AucMatchUndercut, v5.4.4157.2531
    AucScanData, v5.4.4157 (WallabyII)
    AucStatClassic, v5.4.4157 (WallabyII)
    AucStatHistogram, v5.4.4157 (WallabyII)
    AucStatiLevel, v5.4.4157 (WallabyII)
    AucStatPurchased, v5.4.4157 (WallabyII)
    AucStatSales, v5.4.4157.2842
    AucStatSimple, v5.4.4157 (WallabyII)
    AucStatStdDev, v5.4.4157 (WallabyII)
    AucStatWOWEcon, v5.4.4157.2530
    AucUtilAHWindowControl, v5.4.4157.3311
    AucUtilAppraiser, v5.4.4157.2530
    AucUtilAskPrice, v5.4.4157.3175
    AucUtilAutoMagic, v5.4.4157.3142
    AucUtilCompactUI, v5.4.4157.2530
    AucUtilEasyBuyout, v5.4.4157.3583
    AucUtilItemSuggest, v5.4.4157.3108
    AucUtilPriceLevel, v5.4.4157.2545
    AucUtilScanButton, v5.4.4157.2530
    AucUtilScanFinish, v5.4.4157.2530
    AucUtilScanProgress, v5.4.4157.2530
    AucUtilSearchUI, v5.4.4157.3655
    AucUtilSimpleAuction, v5.4.4157.0
    AucUtilVendMarkup, v5.4.4157.2530
    Babylonian, v5.1.DEV.130
    BeanCounter, v5.4.4157 (WallabyII)
    Bookworm, v
    Cartographer, v2.0
    CartographerBattlegrounds, v2.0
    CartographerCoordinates, v2.0
    CartographerFoglight, v2.0
    CartographerGroupColors, v2.0
    CartographerGuildPositions, v2.0
    CartographerInstanceLoot, v2.0
    CartographerInstanceMaps, v2.0
    CartographerInstanceNotes, v2.0
    CartographerLookNFeel, v2.0
    CartographerNotes, v2.0
    CartographerPOI, v2.0
    CartographerWaypoints, v2.0
    CartographerZoneInfo, v2.0
    ClosetGnome, v1.0.602
    Configator, v5.1.DEV.130
    CooldownTimers2, v2.5
    CraftList2, v3.0
    DebugLib, v5.1.DEV.130
    Dominos, v1.9.3
    DominosXP, v
    ElkBuffBars, v2.2.3-148
    Enchantrix, v5.4.4157 (WallabyII)
    EnchantrixBarker, v5.4.4157 (WallabyII)
    Informant, v5.4.4157 (WallabyII)
    Koordinator, v3.27
    LightHeaded, v275
    Omen, v3.0.7
    Prat30, v3.1.5
    Prat30HighCPUUsageModules, v
    Prat30Libraries, v
    Quartz, v1.0
    QuartzFlight, v1.0
    QuartzFocus, v1.0
    QuartzGCD, v1.0
    QuartzInterrupt, v1.0
    QuartzLatency, v1.0
    QuartzMirror, v1.0
    QuartzPet, v1.0
    QuartzPlayer, v1.0
    QuartzRange, v1.0
    QuartzTarget, v1.0
    QuartzTimer, v1.0
    QuartzTradeskill, v1.0
    QuestHelper, v0.103
    SexyMap, v
    SlideBar, v5.4.4157 (WallabyII)
    SmartBuff, v3.1a
    SmartDebuff, v3.0c
    Stubby, v5.4.4157 (WallabyII)
    SunnArt, v2.25
    Tipsy, v1.0
    (ck=979)

    Please update it for 3.1.

    Reply Report Permalink
  • vardoc67 said 

    I had annoying outgoing whisper bug (couldn't see them). After much testing, I found disabling CraftList2 fixed it.

    Reply Report Permalink
  • natal said 

    Please o please update me

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 33,008 Atlasloot Enhanced PvP, Arena, Map & Minimap...
  2. 5,783 Ackis Recipe List Professions, and Data Export
  3. 2,781 Addon Control Panel Libraries, Development Tools...
  4. 1,382 Altoholic Guild, Bags & Inventory, Mail...
  5. 1,196 Armory Bags & Inventory, Achievements...