• World of Warcraft Addons
Advertisement
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

CastYeller

  Download the Curse Client

Project Updated:
Files Updated: Mon, Nov 17 2008
Category: Chat & Communication
Tags:

[Edit Tags]

Project Manager: Adirelle
Additional Authors: No additional authors
Current Version: v1.2
Downloads Today: 39
Downloads Total: 9,857
Favorites: 83
Comments: 4
  • About CastYeller
  •  

CastYeller (CY) is aimed at replacing spell announcing macros. It comes with a little set of spell and events to announce. It is configurable via the slash command (/cy).

You can select:

  • which spells to announce (depending on your class),
  • which events to announce:
    • Casting starts (for non-instant spells),
    • Casting of instant spells,
    • Casting failures,
    • Spell misses.
  • which channels to announce to:
    • Emote,
    • Say,
    • Battleground chat,
    • Party chat,
    • Raid chat,
    • Whisper (for targeted spells),
    • Yell,
    • Raid warning,
    • User-defined chat channel.

Things you have to know

There are some things that you cannot configure but that you should be aware of :

  • CastYeller is disabled when soloing,
  • Each spell has its own set of events, channels and conditions. You can only disable some of them, not add new ones.
  • A lot of announces use the pseudo-channel "broadcast". It is resolved dynamically :
    • If you're in a battleground, announces will be send to battleground chat (or dropped if it is disabled),
    • If you're in a raid, announces will be send to raid chat (or dropped if it is disabled),
    • If you're in a party, announces will be send to party chat (or dropped if it is disabled).
    • You can customize this feature with an option.


  • 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  
  CastYeller v1.2 Release 3.0.3 2,317 11/17/2008
  CastYeller v1.2b Beta 3.0.3 232 11/8/2008
  CastYeller v1.1 Release 3.0.2 6,629 10/14/2008
  CastYeller v1.0 Release 2.4.3 593 10/7/2008
  CastYeller v1.0b Beta 2.4.3 69 9/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.
  • by any chance could you create a EnGB Locale... or is it possible for me to copy the enUS one. and rename it to EnGB, and change the any info which says EnUS to EnUS.... or would this not work?


    also for some reason when i try and cast a spell i get "unknown" where the players name should be....

    Reply Permalink
  • Please allow custom messages more configuration, i would like to set up custom spells, with custom announces. Or atleast tell us how to add them by editing files, include a readme.

    Reply Permalink
  • Edit:

    To add your own announcements, with more configuration.
    Open the cast yeller addon folder, and open the announces folder, and open the file associated with your class, or for all classes, open the items file (best to use notepad++.exe not just notepad) and add a line like the following.


    --#WIKI * Survival Instincts
    ['spell-50322'] = {
    events = { success = true, miss = true, failure = true },
    channel = '_BROADCAST',
    },


    This line has allowed me to announce Survival Instincts, it comes up in the menu and everything.
    Make sure you add your spell number. to find your spell number, search it on thottbot, and copy the number http://thottbot.com/s#####
    http://thottbot.com/s50322 for survival instincts

    Reply Permalink