ASGA - Aggramar Small Guild Alliance
Welcome, Guest. Please login or register.
September 08, 2010, 05:57:02 AM

Login with username, password and session length
Search:     Advanced search
75123 Posts in 6139 Topics by 776 Members
Latest Member: Moonsprite
* Home Help Search Login Register
+  ASGA - Aggramar Small Guild Alliance
|-+  Raids
| |-+  Tactics (Moderator: Zak)
| | |-+  Tactics Addon
« previous next »
Pages: [1] Print
Author Topic: Tactics Addon  (Read 840 times)
Zemalf
Priest - Healer (14/57/0)
Full Member
***
Offline Offline

Posts: 102

Cult of the Old Ones


« on: November 30, 2008, 09:11:07 AM »

This thread is for sharing the instance and raid tactics for the Tactics (GD)

In TBC days I used a addon called "Tactics (GD)". Tactics (GD) download from Curse

It's a addon that announces customizable text into any chat (typically party/raid), based on parameters (e.g. generic tactics for the instance) or current target (typically, a boss).

So instead of typing many lines how things go when at boss, you can select the boss, type /tactics, and the tactics will be announced to all.

Unfortunately the tactics have not been updated to WotLK Sad

However, all the tactics for the addon are in a single .lua file, and one can write anything in it, so WotLK tactics can be easily added/edited.

DESCRIPTION.LUA for TACTICS(GD)

edited descriptions.lua stored in google code "wowfiles"
http://code.google.com/p/wowfiles/

Download / Checkout (you do need subversion for this)

Code:
svn checkout http://wowfiles.googlecode.com/svn/trunk/ wowfiles-read-only

Installation: copy the descriptions.lua to the actual addon dir where your wow is installed

if someone wants/needs edit rights, the access request should be possible at google code, but if not,
send me (Zemalf) a PM with your google account email (I think that's needed for google code).

GENERIC INFO ABOUT TACTICS:

Ideally the tactics are number of one liners that aren't too long. (to avoid wall of text to chat at once).

The tactics in the release version are more and less descriptions of what each boss does (copy-paste from wowwiki or such), which I don't like too much, but it's something. and like said, it's customizable.

There is a template below. The format is:

name:      List of actual mob names that the description can be applied to. This is used when you bind a key to
      report tactics on the currently selected target, so the name has to be exactly correct
shortName:   List of shorthand tags for the description. For use with the /tactics <mobname> and /tactics all commands
instance:   Shorthand tag for the name of the instance that the mob occurs in
description:   The text that will be output in chat.
Notes:      Don't add color, it causes disconnects; don't use double quotes within the text; each separate line sent to chat must be 255 characters or less.

Code:
-- TEMPLATE
{
name = { "BossName", "Name" },
shortName = { "name" },
instance = "instance",
description = {
"Line1",
"Line2",
"Line3"
}
},

-- EXAMPLE
{
name = { "Hogger", "Hog" },
shortName = { "hogger", "hog" },
instance = "world",
description = {
"Hogger:",
"Hogger is a lvl 11 elite who is much tougher than he looks. Take a raid group of 40 nekkid level 1 trolls."
}
}, -- this comma is not necessary for the very last description in the list
« Last Edit: December 09, 2008, 02:00:01 PM by Zemalf » Logged

Zemalf
Priest - Healer (14/57/0)
Full Member
***
Offline Offline

Posts: 102

Cult of the Old Ones


« Reply #1 on: November 30, 2008, 09:15:07 AM »

EDIT

TODO1: wotlk template for descriptions.lua (all instances, all bosses)
TODO2: tactics for the above
Logged

Stormhammer
Mage
ASGA Leader
Spambot
**********
Offline Offline

Posts: 4148

Immortal Guardians


« Reply #2 on: November 30, 2008, 10:29:53 AM »

I think the healers use this already for healing tactics

I will try and update it for leaders whne i get some time this week
Logged

WoW Armoury page - Stormhammer
Thoryn
Priest
Class Leaders
Spambot
*****
Offline Offline

Posts: 2357

Immortal Guardians


« Reply #3 on: November 30, 2008, 11:40:40 AM »

Healers used to use it preTBC mostly. Once TBC came along though tended to just stick to self made macros and quick recap on tactics tbh.  Smiley

Certainly worth adapting it for naxx though and will save time reading tactics etc for the whole raid.
Logged
Zemalf
Priest - Healer (14/57/0)
Full Member
***
Offline Offline

Posts: 102

Cult of the Old Ones


« Reply #4 on: December 09, 2008, 02:04:16 PM »

UPDATE

Edited descriptions.lua is now stored in google code "wowfiles":

http://code.google.com/p/wowfiles/

..description.lua is work in progress, couple of bosses with shortened tactics from wowwiki has been added.

Download / Checkout (you do need subversion for this)

Code:
svn checkout http://wowfiles.googlecode.com/svn/trunk/ wowfiles-read-only

the "wowfiles" is a project I just created, currently only used to store this one file Smiley

so if someone needs/wants storage for other wow-related files/scripts/addons and don't mind, or even wants, them being available to public,
make access request at the project site, or send me (Zemalf) PM which has your google account email (needed for google code as far as I understand),
and I'll add you to project members.
Logged

Stormhammer
Mage
ASGA Leader
Spambot
**********
Offline Offline

Posts: 4148

Immortal Guardians


« Reply #5 on: December 09, 2008, 02:15:27 PM »

Cool - I will check this out later this afternoon

Since i am off work unwell atm I am spending a lot of time working behind the scenes so to speak to get things setup - Tactics is on my lengthy to do list and i hope to get around to making some official tactics posts in our forum very soon. Right now the grobbulus quiz is incoming Wink
Logged

WoW Armoury page - Stormhammer
Pages: [1] Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!