1. Any way to take a message sent in channel chat, search it for a link from enchanting, and if it contains a link from enchanting, search my enchanting book for the link?

    Thanks, Bru

  2. Or even get the ID of the one sent in chat and scan my tradeskills for mine?

  3. Yes you just parse the message for hyperlinks, and pull out any enchanting links.

  4. How can I parse out JUST the hyperlink out of a String?

    I know how to break down the hyperlink

    Thanks

  5. string.match(line, "|H.-|h.-|h") or something similar.

  6. Anyone know the format for Enchanting links? including the color codes?

    Thanks.