Download
(5Kb)
Download
Updated: 08-23-10 11:06 AM
Pictures
File Info
Updated:08-23-10 11:06 AM
Created:unknown
Downloads:3,424
Favorites:12
MD5:

Ultimate Warcraft Battlecry Generator

Version: 0.11
by: Nuchaleft [More]

Note: This addon is now updated for 3.3!

This addon can generate over 100 hilarious and random warcraft related battlecries to put fear into your enemies, and to inspire courage in your allies.

Battlecries from both Alliance and Horde are included, and any could be generated, just wait and see

Additional Note: The long-awaited update I mentioned ages ago is almost ready

The only difference between the current build and the 0.10 build is the ToC number, but other than that it still works fine.


More battlecries coming as I think of 'em

HOW TO INSTALL:

Extract the contents of the ZIP File to your World of Warcraft Addon directory.
e.g.:"C:\Program Files\World of Warcraft\Interface\AddOns\"

HOW TO USE:

Have a target selected?
Simply click the "Generate!" button to have it done in /say where others within a close range can hear you.
Or click the "Y" button on the panel to have it done in /yell where others within a slightly longer range can hear you.

Don't have a target selected?
That's also fine, as most of the battlecries do not necessarily require it

There are currently two ways to use this generator. Through the panel itself (recommended), and with slash commands.

The slash commands cover everything.

/bcg show - will display the panel again if you've closed it.
/bcg y - /Yell. Target optional.
/bcg s - /say. Target optional.

Macro commands.
Make a new macro with the following:
/click btnGenSay

-or-

/click btnGenYell

Notes

May annoy people if used too often, use responsibly and please remember to rate
Please donate if you liked this addon, you'd be supporting a worthy cause!

CHANGELOG
From 0.10
+ Changed TOC to 30300

From 0.09
+ Changed TOC to 30100

From 0.08
+ Added more cries
+ Fixed the button text issue
+ Changed TOC to 30000

From 0.07
+ Added macro commands

From 0.04
+ Fixed a few of the battlecry options.
+ Fixed a button that was positioned incorrectly.
+ Changed Version Number
+ Added a few more cries
- Removed unused code

From 0.02
+ Fixed a missing comma
+ Fixed a few of the battlecry options.
+ Changed Version Number
+ Added a few more cries
- Removed unused code

From 0.01
+ Added Y Button
+ Added Version Label
+ Changed Version Number
- Removed unused code
+ Added some more cries
Optional Files (0)


Post A Reply Comment Options
Unread 07-06-14, 12:53 AM  
moonlantern
A Kobold Labourer
 
moonlantern's Avatar

Forum posts: 0
File comments: 1
Uploads: 0
Originally Posted by Nuchaleft
Waste of code I know
And now we have Pandarens who start with no Faction. You must be psychic or something.
Report comment to moderator  
Reply With Quote
Unread 06-05-09, 07:22 AM  
Nuchaleft
A Fallenroot Satyr
 
Nuchaleft's Avatar
AddOn Author - Click to view AddOns

Forum posts: 29
File comments: 13
Uploads: 1
New configuration interface is coming along, as are split horde/alliance battle cries.

And that includes options to turn them off and make the ui stay permanently hidden
__________________
At your service... Also known as NytewolfAU2k7 on Curse...
Last edited by Nuchaleft : 08-23-10 at 11:35 AM.
Report comment to moderator  
Reply With Quote
Unread 05-18-09, 06:12 PM  
Mooky
A Murloc Raider
 
Mooky's Avatar

Forum posts: 6
File comments: 19
Uploads: 0
Originally posted by Jeania
I like the button idea :P

But I was wondering if it'd be possible to add our own custom battlecries to the presets? That'd be really awesome
You can if you edit the BattleCryGen.LUA

The author has been kind enuff so leave it relativly simple in the way he's coded this, I've just had a quick look myself and added a few odds and end, then Spammed myself with it in an empty instance to see if it worked, and it seems to work quite nicely.

So yea you can add your own by coding them in yourself, just take 5mins to read thou the code to see how it all comes together and you'll be away with your own presets
Report comment to moderator  
Reply With Quote
Unread 04-19-09, 12:38 AM  
Nuchaleft
A Fallenroot Satyr
 
Nuchaleft's Avatar
AddOn Author - Click to view AddOns

Forum posts: 29
File comments: 13
Uploads: 1
Originally posted by Baine
i might not know a lot about lua, but it seems a bit unrealistic to me, that a player may have a "nil" (aka no) faction
either you are horde or alliance, no matter if you are mind-controlled, in a vehicle or other states

sorry if that's out of place here =)
Waste of code I know
__________________
At your service... Also known as NytewolfAU2k7 on Curse...
Report comment to moderator  
Reply With Quote
Unread 04-18-09, 06:28 PM  
Baine
A Murloc Raider
 
Baine's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 393
Uploads: 1
i might not know a lot about lua, but it seems a bit unrealistic to me, that a player may have a "nil" (aka no) faction
either you are horde or alliance, no matter if you are mind-controlled, in a vehicle or other states

sorry if that's out of place here =)
Report comment to moderator  
Reply With Quote
Unread 04-18-09, 07:11 AM  
Nuchaleft
A Fallenroot Satyr
 
Nuchaleft's Avatar
AddOn Author - Click to view AddOns

Forum posts: 29
File comments: 13
Uploads: 1
For the next version I'm seperating the horde and alliance battlecries in addition to adding additional config options.

Below is a code snippet I'm working on that might not make sense to anyone:
Code:
local pc_faction = UnitFactionGroup("player")

function frmBCG:GenerateFactionBattleCry()
if (pc_faction == "Alliance")
-- Code goes here
end
if (pc_faction == "Horde")
-- Code goes here
end
if (pc_faction == "nil")
-- Code goes here
end
end
__________________
At your service... Also known as NytewolfAU2k7 on Curse...
Report comment to moderator  
Reply With Quote
Unread 04-14-09, 10:15 AM  
Nuchaleft
A Fallenroot Satyr
 
Nuchaleft's Avatar
AddOn Author - Click to view AddOns

Forum posts: 29
File comments: 13
Uploads: 1
Originally posted by Jeania
I like the button idea :P

But I was wondering if it'd be possible to add our own custom battlecries to the presets? That'd be really awesome
That's something I'm working on, LUA isn't my strong suit. If addons were written in VB or C# well it'd be done already
__________________
At your service... Also known as NytewolfAU2k7 on Curse...
Report comment to moderator  
Reply With Quote
Unread 11-11-08, 07:47 PM  
Jeania
An Aku'mai Servant
 
Jeania's Avatar

Forum posts: 39
File comments: 170
Uploads: 0
I like the button idea :P

But I was wondering if it'd be possible to add our own custom battlecries to the presets? That'd be really awesome
Report comment to moderator  
Reply With Quote
Unread 10-26-08, 04:17 AM  
Nuchaleft
A Fallenroot Satyr
 
Nuchaleft's Avatar
AddOn Author - Click to view AddOns

Forum posts: 29
File comments: 13
Uploads: 1
Addon has been updated to work with Wrath and patch 3.0.2, will continue work on configuration interface and other things once I have some more free time.
__________________
At your service... Also known as NytewolfAU2k7 on Curse...
Report comment to moderator  
Reply With Quote
Unread 07-29-08, 04:35 AM  
Nuchaleft
A Fallenroot Satyr
 
Nuchaleft's Avatar
AddOn Author - Click to view AddOns

Forum posts: 29
File comments: 13
Uploads: 1
Its possible to now make a macro that can spam battlecries, check the readme for how this is done
__________________
At your service... Also known as NytewolfAU2k7 on Curse...
Report comment to moderator  
Reply With Quote
Unread 07-28-08, 08:56 PM  
Nuchaleft
A Fallenroot Satyr
 
Nuchaleft's Avatar
AddOn Author - Click to view AddOns

Forum posts: 29
File comments: 13
Uploads: 1
Not such a bad idea
Adding to To-do list.
__________________
At your service... Also known as NytewolfAU2k7 on Curse...
Report comment to moderator  
Reply With Quote
Unread 07-28-08, 04:31 PM  
Auraka
A Kobold Labourer

Forum posts: 0
File comments: 74
Uploads: 0
One request, if it's not already implemented.

Hot keys instead of the generator. Makes smacking it much easier.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.