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

  • Your Rating

  • Share
  • Report Abuse

SheepSpeak

  Download the Curse Client

Project Updated:
Files Updated: Mon, Jun 30 2008
Category: Chat & Communication, and Mage
Tags:

, , and [Edit Tags]

Project Manager: Alestane
Current Version: corrections
Downloads Today: 12
Downloads Total: 6,500
Favorites: 0
Comments: 14
  • About SheepSpeak
  •  

SheepSpeak allows your character to make automatic announcements when particular spells are cast. It comes pre-equipped with comments for all three polymorph spells but can be customized with little trouble.

  • Downloads (1)
  •  
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  
  SheepSpeak corrections Beta 2.4.2 713 6/30/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.
  • it would be nice if u could make a slashcommand to enable/disable the mod

    Reply Permalink
  • Savagus said 

    Well, I've just downloaded SheepSpeak, and there is one thing bugging me about the Add-On.

    It doesn't work at all.

    When I log in, it immediately shows an error which says this:

    Error: '}' expected (to close '{' at line 2) near ']'
    AddOn: SheepSpeak
    File: SheepSpeak.lua
    Line: 4
    Count 1

    How do I solve this?! :-(

    Reply Permalink
  • Savagus said 

    Ok, the add-on seems to work now, because I don't get an error anymore. Thanks! :-)

    The only other problem is that it says that it's easy to customize which spells should give comments, but I don't think that it's easy enough for me, since I haven't found out how to do that yet. :-(

    I hope it's not too big of a problem, but could you please help me with this again?

    Reply Permalink
  • Savagus said 

    Well, that's what I tried before, but none of these two options worked:

    -----------------------------------------------------------------------------------------------------------------------------------
    ["Rend"] ={
    ["Rank 1"] =
    [[I want you to BLEED!]]
    }
    -----------------------------------------------------------------------------------------------------------------------------------
    ["Rend"] ={
    ["Rank 1"] =
    "I want you to BLEED!"
    }
    -----------------------------------------------------------------------------------------------------------------------------------

    Can you please tell me what I'm doing wrong? :-(

    Reply Permalink
  • Alestane said 

    Well, the add-on was knocked together in half an hour. There isn't actually a way inside the game to edit the spells and messages, but editing the SheepSpeak.lua file in the add-on folder allows you to expand the tables at the beginning with the spell names and messages that you want. Use the existing Polymorph listings as a template.

    Reply Permalink
  • Alestane said 

    This was a slightly uncommon syntax issue that came about because I had a ] in a string bounded by [[ ]]. The new download has the corrected version.

    Reply Permalink
  • Alestane said 

    Here's how the fi