CraftyGnome-r63422

Details

  • Filename
    CraftyGnome-r63422.zip
  • Uploaded by
  • Uploaded
    Mar 2, 2008
  • Size
    8.95 KB
  • Downloads
    14
  • MD5
    575eca4d85d20b750827381ac48eb57a

Supported WoW Retail Versions

  • 2.3.3

Changelog

------------------------------------------------------------------------
r63422 | rabbit | 2008-03-02 22:09:29 -0500 (Sun, 02 Mar 2008) | 1 line
Changed paths:
   M /trunk/CraftyGnome/CraftyGnome.lua

CraftyGnome: Hide !next whispers properly.
------------------------------------------------------------------------
r63238 | rabbit | 2008-02-29 11:06:03 -0500 (Fri, 29 Feb 2008) | 1 line
Changed paths:
   M /trunk/CraftyGnome/CraftyGnome.lua

CraftyGnome: Slight code refactoring, added !help command.
------------------------------------------------------------------------
r63235 | rabbit | 2008-02-29 09:28:14 -0500 (Fri, 29 Feb 2008) | 1 line
Changed paths:
   M /trunk/CraftyGnome/CraftyGnome.lua

CraftyGnome: Properly hide incoming ! requests again.
------------------------------------------------------------------------
r63234 | rabbit | 2008-02-29 09:22:58 -0500 (Fri, 29 Feb 2008) | 4 lines
Changed paths:
   M /trunk/CraftyGnome/CraftyGnome.lua

CraftyGnome:
 * Results are now sorted by item level. Enchanters need to visit a trainer to get the skill levels saved properly.
 * Input is not tokenized and an AND search is performed on the recipe tooltips.
 * Whispering !next to the player now returns the next 5 results in the result set if there were too many to be shown.
------------------------------------------------------------------------
r63231 | rabbit | 2008-02-29 08:10:00 -0500 (Fri, 29 Feb 2008) | 1 line
Changed paths:
   M /trunk/CraftyGnome/CraftyGnome.lua

CraftyGnome: Leatherworking and Blacksmithing specializations removed, thanks to Megalon, Wobin and dRaCo on #wowace for testing.
------------------------------------------------------------------------
r63229 | rabbit | 2008-02-29 07:51:02 -0500 (Fri, 29 Feb 2008) | 1 line
Changed paths:
   M /trunk/CraftyGnome/CraftyGnome.lua

CraftyGnome: Engineering and Tailoring specializations removed, GetTradeSkillLine returns the base skill name, thanks to nevcairiel for testing.
------------------------------------------------------------------------
r63227 | rabbit | 2008-02-29 07:37:37 -0500 (Fri, 29 Feb 2008) | 1 line
Changed paths:
   M /trunk/CraftyGnome/CraftyGnome.lua

CraftyGnome: Remove some unused skill names from the skill table, still need to figure out if we need to have specialized skills like "Master Armorsmith" there or if the main skill, like "Blacksmithing", is enough.
------------------------------------------------------------------------
r63226 | rabbit | 2008-02-29 07:29:33 -0500 (Fri, 29 Feb 2008) | 1 line
Changed paths:
   M /trunk/CraftyGnome/CraftyGnome.lua

CraftyGnome: Map !-commands to specific trade skills. !cg or !craft replies with a list of commands the player recognizes.
------------------------------------------------------------------------
r62777 | rabbit | 2008-02-24 09:48:54 -0500 (Sun, 24 Feb 2008) | 1 line
Changed paths:
   M /trunk/CraftyGnome/CraftyGnome.lua

CraftyGnome: Bugfix.
------------------------------------------------------------------------
r62249 | rabbit | 2008-02-20 12:05:25 -0500 (Wed, 20 Feb 2008) | 3 lines
Changed paths:
   M /trunk/CraftyGnome/CraftyGnome.lua

CraftyGnome:
 * Don't show whispered ! commands to the CG user.
 * Allow setting a maximum number of results, defaults to 5.
------------------------------------------------------------------------
r60777 | rabbit | 2008-02-10 09:55:36 -0500 (Sun, 10 Feb 2008) | 1 line
Changed paths:
   M /trunk/CraftyGnome/CraftyGnome.lua

CraftyGnome: Don't save the search strings in the DB, just create them on demand.
------------------------------------------------------------------------
r60740 | rabbit | 2008-02-09 21:40:32 -0500 (Sat, 09 Feb 2008) | 1 line
Changed paths:
   M /trunk/CraftyGnome/CraftyGnome.lua

CraftyGnome: Support !cmd [Item link].
------------------------------------------------------------------------
r60736 | rabbit | 2008-02-09 21:28:19 -0500 (Sat, 09 Feb 2008) | 3 lines
Changed paths:
   M /trunk/CraftyGnome/CraftyGnome.lua
   M /trunk/CraftyGnome/CraftyGnome.toc

CraftyGnome:
 * Responds to guild chat.
 * Saves tradeskills to the SV so you don't have to open your tradeskills, format may change.
------------------------------------------------------------------------
r60734 | rabbit | 2008-02-09 20:56:07 -0500 (Sat, 09 Feb 2008) | 6 lines
Changed paths:
   A /trunk/CraftyGnome
   A /trunk/CraftyGnome/CraftyGnome.lua
   A /trunk/CraftyGnome/CraftyGnome.toc

CraftyGnome: Initial import.
 * CraftList2 without the crap.
 * I recommend you have a copy of ChatThrottleLib somewhere (AceComm bundles it), or you'll probably get disconnected if someone searches for a common word.
 * Responds to !cg, !craft, !enchant and !gem.
 * Doesn't save any data (yet), you'll have to open the tradeskill frames after logging in if you want it to be able to reply.
 * Doesn't do guild chat (yet), only whispers.
------------------------------------------------------------------------