Download
(1Kb)
Download
Updated: 08-26-12 10:11 PM
Pictures
File Info
Updated:08-26-12 10:11 PM
Created:01-11-11 07:59 PM
Downloads:3,721
Favorites:19
MD5:

Forfend

Version: 1.0
by: Seerah [More]


Forfend
(verb)

  1. a. (Archaic) To prohibit; to forbid.
    b. To ward off; to prevent; to avert.
  2. To defend; to protect; to preserve.


This addon displays a warning in the center of the screen when you need to use Counterspell or Spellsteal.

The "Spellsteal!" text is only shown when your target has a buff which you can steal. The "Counterspell!" text is only shown when your target is casting or channeling a spell which you can interrupt. In addition, no text is shown if the ability is on cooldown or otherwise unable to cast it (though the global cooldown should not affect the display).

The addon and the texts should be fully localized/locale-independent.




Because I know I'll probably get asked...
Font: Lilly
DIY: Instructions

v. 1.0
- updated TOC for MoP

v. 0.4
- texts really are localized now ><
Post A Reply Comment Options
Unread 01-30-11, 01:05 PM  
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 10860
File comments: 687
Uploads: 33
Originally posted by Denne
My winrar have been working fine for the while i can remember.. Am i supposed to move the whole addon folder into Interface/Addons folder or what?
You install it the same way that you do any other addon. The path to the .toc file should be this (this is also described in the guide Nobgul linked):
World of Warcraft/Interface/AddOns/Forfend/Forfend.toc
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

[SIGPIC][/SIGPIC]
Report comment to moderator  
Reply With Quote
Unread 01-30-11, 12:51 PM  
Denne
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Originally posted by Seerah
The addon works perfectly fine. You probably have folder-in-folder syndrome, meaning that you (or your extraction software) created a new folder when unzipping instead of just taking the folder out like usual.

My winrar have been working fine for the while i can remember.. Am i supposed to move the whole addon folder into Interface/Addons folder or what?
Report comment to moderator  
Reply With Quote
Unread 01-27-11, 05:01 PM  
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 10860
File comments: 687
Uploads: 33
Originally posted by Denne
Well, i know where to install the addons, and i did everything right, I placed the folder in the Interface/ Addon folder.. As it supposed to be.. Doesnt work anyway.. All my other addons works just fine..

You should whrite how to install the addon on ur thread aswell.
The addon works perfectly fine. You probably have folder-in-folder syndrome, meaning that you (or your extraction software) created a new folder when unzipping instead of just taking the folder out like usual.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

[SIGPIC][/SIGPIC]
Report comment to moderator  
Reply With Quote
Unread 01-27-11, 02:26 PM  
Denne
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Originally posted by Nobgul
You can check out. this link
http://www.wowinterface.com/forums/s...ad.php?t=14762

For information on installing Wow addons.

Well, i know where to install the addons, and i did everything right, I placed the folder in the Interface/ Addon folder.. As it supposed to be.. Doesnt work anyway.. All my other addons works just fine..

You should whrite how to install the addon on ur thread aswell.
Report comment to moderator  
Reply With Quote
Unread 01-26-11, 06:45 PM  
Nobgul
A Molten Giant
 
Nobgul's Avatar
AddOn Author - Click to view AddOns

Forum posts: 693
File comments: 65
Uploads: 13
Originally posted by Denne
doesnt work, how do u set it up ? or where do u put the files?

ty.
You can check out. this link
http://www.wowinterface.com/forums/s...ad.php?t=14762

For information on installing Wow addons.
__________________
[SIGPIC][/SIGPIC]
Report comment to moderator  
Reply With Quote
Unread 01-26-11, 05:48 PM  
Denne
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
doesnt work, how do u set it up ? or where do u put the files?

ty.
Report comment to moderator  
Reply With Quote
Unread 01-13-11, 04:57 PM  
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 10860
File comments: 687
Uploads: 33
Yeah, that's why I made it. I always forget Spellsteal otherwise.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

[SIGPIC][/SIGPIC]
Report comment to moderator  
Reply With Quote
Unread 01-13-11, 04:51 PM  
Cyn325
A Theradrim Guardian
 
Cyn325's Avatar

Forum posts: 65
File comments: 31
Uploads: 0
Gonna try this one out because, quite frankly, those are 2 very beneficial spells that I tend to forget I have on my mages until its too late to use them. Maybe this will help me remember to use them from time to time lol.
Report comment to moderator  
Reply With Quote
Unread 01-12-11, 12:42 AM  
Cralor
Mmm... cookies!!!
 
Cralor's Avatar
AddOn Author - Click to view AddOns

Forum posts: 772
File comments: 313
Uploads: 5
Originally posted by Seerah
Find these two lines:
Code:
local CS = GetSpellInfo(2139)
local SS = GetSpellInfo(30449)
and replace the spell IDs with the shaman equivalents

/edit: oh yeah - and remove the mage check at the top (or have it check for a shaman instead)
Thought it wouldn't be too hard Thanks!!
__________________
Never be satisfied with satisfactory.
Report comment to moderator  
Reply With Quote
Unread 01-11-11, 10:20 PM  
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 10860
File comments: 687
Uploads: 33
Find these two lines:
Code:
local CS = GetSpellInfo(2139)
local SS = GetSpellInfo(30449)
and replace the spell IDs with the shaman equivalents

/edit: oh yeah - and remove the mage check at the top (or have it check for a shaman instead)
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

[SIGPIC][/SIGPIC]
Last edited by Seerah : 01-11-11 at 10:21 PM.
Report comment to moderator  
Reply With Quote
Unread 01-11-11, 09:57 PM  
Cralor
Mmm... cookies!!!
 
Cralor's Avatar
AddOn Author - Click to view AddOns

Forum posts: 772
File comments: 313
Uploads: 5
I know you are a mage and this is specifically targeted as such... but is it possible (or maybe simple changes I can make?) that Shamans could be included? (Purge for Spellsteal, Wind Shear for Counterspell)
__________________
Never be satisfied with satisfactory.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: