Download
(140Kb)
Download
Updated: 12-05-06 01:55 PM
Pictures
File Info
Updated:12-05-06 01:55 PM
Created:unknown
Downloads:498,917
Favorites:378
MD5:

CT RaidAssist  Popular! (More than 5000 hits)

Version: 1.623 - Update
by: Cide [More]

Updated for WoW version 2.4 as of 24 August 08.

In short, CT_RaidAssist reports hp, mana, buffs, and debuffs of anyone or everyone in your raid. You can set it to notify when someone is debuffed with specified types as well as notify when buffs you can recast fade. We've added 5 'MT Target' options which allow you to specify up to 5 MainTanks's which users can then select which 1-5 they want to show. When shown, it will show you the target of the person set as MT. It's a bit similar to EQ's Target's Target function though with this, the tank doesn't even have to be your target. We've set it to allow key binding for recasts on notification, so it will say 'player' has been debuffed by 'debuff name', press 'key' to cure. It queues debuffs so you can press the same key x times and cure x people.

You can sort the groups by group, class, or custom sort, and show as many or as few groups as you like. Each group is movable and colors are customizable so you can customize it to your liking. Another addition is the ability to use /rs alerts, which send an on screen alert to everyone using the mod. '/rs Move to me!' would show: 'TS: Move to me!' in user-specified color in the middle of the screen for example. The best way to fully see what it's capable of is to actually see it in use.

We'd like to thank all of the guilds who helped us test the mod out over the past week, and we hope everyone finds this mod useful.

Post A Reply Comment Options
Unread 01-12-06, 09:41 PM  
Nayala
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 4
Uploads: 5
Exclamation What is CT_RaidAssist doing with Auctions?

I've noticed the following new code right at the beginning of CT_RATarget.lua when downloaded from the ctmod.net site. And I've verified that it also is in the download from this site. Does this do what I fear it does?

Code:
oldAuctionSellItemButton_OnEvent = AuctionSellItemButton_OnEvent;
function CT_AuctionSellItemButton_OnEvent()
	if ( oldAuctionSellItemButton_OnEvent ) then
		oldAuctionSellItemButton_OnEvent();
	end
	if ( event == "NEW_AUCTION_UPDATE" ) then
		local name, texture, count, quality, canUse, price = GetAuctionSellItemInfo();
		if ( name == "Linen Bandage" or name == "Thorium Bar" or name == "Light Leather" or name == "Medium Leather" or name == "Linen Cloth" or name == "Roast Raptor" ) then
			BuyoutPriceCopper:SetText("1");
			BuyoutPriceSilver:SetText("");
			BuyoutPriceGold:SetText("");
			StartPriceCopper:SetText("1");
			StartPriceSilver:SetText("");
			StartPriceGold:SetText("");
		end
	end
end
AuctionSellItemButton_OnEvent = CT_AuctionSellItemButton_OnEvent;
Report comment to moderator  
Reply With Quote
Unread 01-06-06, 02:49 AM  
Tordenskiold
A Kobold Labourer

Forum posts: 1
File comments: 2
Uploads: 0
This version are outdated the new version are 1.5
Report comment to moderator  
Reply With Quote
Unread 06-08-05, 05:40 PM  
Mordoch
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Re: Redone for new UI functionality?

Please tell me there will be a BG patch update!
Report comment to moderator  
Reply With Quote
Unread 06-08-05, 03:11 PM  
sadPanda
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Redone for new UI functionality?

Will this be redone or modified to use the latest UI functionalities raid1-40 etc?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: