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

  • Your Rating

  • Share
  • Report Abuse

CraftyGnome

  Download the Curse Client

Project Updated:
Files Updated: Wed, Apr 15 2009
Supports Game Version: 3.1.0
Category: Professions
Tags:

[Edit Tags]

Project Manager: Rabbit
Additional Authors: No additional authors
Current Version: r61
License: GNU General Public License version 2 (GPLv2)
Avg Daily DL (last 30 days): 9
Downloads Total: 5,917
Favorites: 49
Comments: 16
  • Contests
  • About CraftyGnome
  •  

There's really no other way to put it, so here it goes. I recently leveled Jewelcrafting on my warrior toon because I wanted to try something different, on all my other toons I had selected herbalism and alchemy.

After I got it to 375 and started getting lots of the rare recipes, people were constantly asking me if I knew "this and that" gem, and I got tired of having to check all the time, so I figured I'd find out if any addons could help me out.

I was pointed in the direction of CraftList2, and being a total tard like I am, I can't really use any addons without reading through the code first -- and it made me puke.

First I spent 30 minutes trying to clean it up, but it was futile.

So I made CraftyGnome. It doesn't do everything that CraftList2 does, but it certainly does enough for me. I might add in the ability to add a note to each recipe that will be whispered along with the recipe link, so that people can put prices on things and advertise it in Trade or something, but we'll see.

USAGE
Simply install it, open your tradeskill frames and whisper yourself !cg or !craft to see the available commands.

!help, !cg, !craft, !gem, !enchant, !cook, !blacksmith, !leather, !tailor, + lots of aliases.

All in at least half the size of CraftList2.

  • 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  
  CraftyGnome r61 Release 3.1.0 1,009 4/15/2009
  CraftyGnome r60 Release 3.1.0 496 4/14/2009
  CraftyGnome 3.1 Release 3.0.3 1,357 12/3/2008
  CraftyGnome 3.0 Release 3.0.2 1,370 10/18/2008
  CraftyGnome 3.0-beta2 Beta 3.0.2 574 10/15/2008
  • 1 page(s)
Advertisement
  • 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.
  • Jundo said 

    I don't see it, but was wondering if this works with multiple accounts? I need one like this or like ProffesionBook that works with multiple accounts without having to copy the .lua over manually.

    Reply Report Permalink
  • I doubt that you will find an addon that can do that with LUA, the saved variables file for each account goes into a seperate folder that is the same as the account name it is tied to, because of this there is really no way for an addon to share the information across multiple accounts without copying the saved variables manually. If there is I certianly haven't found it as there are several addons that I would like to use that type of thing on.

    Reply Report Permalink
  • Vlad420 said 

    I used to use craftlist2 but switched to this recently cause the guy who made it seems to have stopped updating. I was wondering if theres a way for me to send people a whisper with with certain recepies like i could with craftlist ie: send them a list of all my +ap gems

    Reply Report Permalink
  • abinning said 

    1. This addon rocks!
    2. Need fixed:
    I have updated and deleeted my variabls .lua file
    lines 439,444 attempt to call method 'find' (a nil value)
    [code]
    starting line 438:
    ChatFrame_AddMessageEventFilter("CHAT_MSG_WHISPER", function(msg)
    local cmd = select(3, msg:[b]find("^!(%S+)")[/b])
    if cmd and bangMappings[cmd:lower()] then return true end
    end)
    local chatPrefixTest = "^" .. PREFIX
    ChatFrame_AddMessageEventFilter("CHAT_MSG_WHISPER_INFORM", function(msg)
    if msg:[b]find(chatPrefixTest)[/b] then return true end
    end)
    :ending line445
    [/code]

    Reply Report Permalink
  • Tinolyn said 

    WowAce won't let me report this error, so I'm doing it here.

    My whisper problems in chat are caused by this mod.

    Reply Report Permalink
  • Lecan said 

    getting 2 errors with WIM installed

    2009/04/16 21:09:29-1733-x2]: CraftyGnome-1.0\CraftyGnome.lua:439: attempt to call method 'find' (a nil value)
    WIM-3.1.1\WIM.lua:293: in function `honorChatFrameEventFilter'
    WIM-3.1.1\Modules\WhisperEngine.lua:276: in function `handler'
    LibChatHandler-1.0-8 (LibChatHandler-1.0):252: in function <...ace\AddOns\LibChatHandler-1.0\LibChatHandler-1.0.lua:238>
    LibChatHandler-1.0-8 (LibChatHandler-1.0):291: in function <...ace\AddOns\LibChatHandler-1.0\LibChatHandler-1.0.lua:279>

    ---

    [2009/04/16 21:09:29-1733-x2]: CraftyGnome-1.0\CraftyGnome.lua:444: attempt to call method 'find' (a nil value)
    WIM-3.1.1\WIM.lua:293: in function `honorChatFrameEventFilter'
    WIM-3.1.1\Modules\WhisperEngine.lua:305: in function `handler'
    LibChatHandler-1.0-8 (LibChatHandler-1.0):252: in function <...ace\AddOns\LibChatHandler-1.0\LibChatHandler-1.0.lua:238>
    LibChatHandler-1.0-8 (LibChatHandler-1.0):291: in function <...ace\AddOns\LibChatHandler-1.0\LibChatHandler-1.0.lua:279>

    ---

    and without WIM installed
    I get
    [2009/04/16 21:14:07-1734-x3]: CraftyGnome-1.0\CraftyGnome.lua:130: attempt to index upvalue 'notesDB' (a nil value)
    CraftyGnome-1.0\CraftyGnome.lua:168: in function
    CraftyGnome-1.0\CraftyGnome.lua:181: in function
    : in function `SetText'
    Blizzard_TradeSkillUI\Blizzard_TradeSkillUI.lua:186: in function <...dOns\Blizzard_TradeSkillUI\Blizzard_TradeSkillUI.lua:87>
    : in function `ExpandSkillHeader'
    Gatherer-Astrolabe-0.4\GatherUtil.lua:218: in function `GetSkills'
    Gatherer-Astrolabe-0.4\GatherEvent.lua:106: in function `OnEvent'
    :"*:OnEvent":1: in function <[string "*:OnEvent"]:1>

    ---

    Reply Report Permalink
  • natal said 

    r60 definitely does not work with Chatter r233, after error makes whispers disappear

    Reply Report Permalink
  • blitzed said 

    Crafty, conflicts with prat and possibly chatter too, atleast once i disabled crafty i was able to see my incoming / outgoing whispers again.

    Reply Report Permalink
  • Jeania said 

    I can't wait to see what comes of this, in regards to your ideas...it sounds awesome! Either way, I know this is going to help a lot ^_^

    Reply Report Permalink
  • Orkamat said 

    Well! Unlike most descriptions, yours actually *almost* says what the addon does. How about less story and more description, please.

    Reply Report Permalink
  • Nice, quick mod. Unfortunately it doesn't seem to differentiate between characters. I have multiple characters on the same server and some professions are duplicated. When queried CraftyGnome only shows the results from the last character logged on with that profession rather than both (the prefered option) or even just the highest.

    I also can't add notes to any recipes I know unless I do so from the profession link that is whispered back to me. I suspect this is a clash with Skillet which produces it's own profession window. This doesn't bother me as I probably wouldn't add any notes anyway but I thought you'd like to know.

    Reply Report Permalink
  • Friikki said 

    Possible to only show WOTLK gems/enchant/stuff?

    Reply Report Permalink
  • Tinolyn said 

    Same. And the updated version won't let me click on my professions at all, from the spell screen or from hotbars.

    Reply Report Permalink
  • relseh said 

    Its not a localization problem either - after resetting WTF to default, as well as disabling all other mods, the mod only outputs:


    When I run a search of:
    !gem blue

    cg: No results found for "blue"

    The results should be all blue socket gems.

    Reply Report Permalink
  • binolino said 

    Beta2 doesn't work for me with Patch 3.0.2 (German Client). I installed it (never used it before) and I whisper myself "!craft". Then he tells me that I have to whisper "!craft" a.s.o.
    After I opened my tailering window and whispered again, he also tells me I can whisper with "!tailer" a.s.o.
    Then I whispered "!tailer Gürtel" cause I can the "Gürtel der Zauberwucht". But he doesn't find anything :(

    Reply Report Permalink
  • Sanalia said 

    I actually used CraftList2 before this, and cl2 was kind of nice. This is more easier to manage though, that's about it.
    Only thing I dislike about CraftGnome, is that people can't use '!alchemy' if I have alchemy, it always says to use '!alc'. Also it responds to any profession '!' triggers, even ones I don't have. Can live without that 2nd thing but the 1st "problem" is annoying.

    Reply Report Permalink
  • Arzach said 

    Rabbit, you're a great coder, and I trust you usually... but "[...]reading through the code first -- and it made me puke." is a bit rude.

    I'd suggest you to use something like "I wasn't really happy with the data handling method", as all the code out there is free and not everyone is a pro coder. So as a general idea I'd avoid to be rude with other coders, even if they doesn't do The Best Thing.

    Cheers

    Reply Report Permalink
  • 1 page(s)
  • Similar Addons
  •  

Average downloads per day

  1. 19,828 Atlasloot Enhanced PvP, Map & Minimap, Professions...
  2. 6,507 Fishing Buddy Professions, and Fishing
  3. 5,164 Ackis Recipe List Professions
  4. 2,044 Altoholic Guild, Bags & Inventory, Mail...
  5. 565 Fishing Buddy -- Outfit Display Professions