Results: 9Comments by: Dargen
File: Bagnon06-05-11
In the current version of Bagnon, l...
Posted By: Dargen
In the current version of Bagnon, line 213 in main.lua passes the variable 'force' to the oOpenAllBags function. However, it should be passing the variable 'frame'.
File: UnitFrameBuffs11-22-10
The state values used by the addon...
Posted By: Dargen
The state values used by the addon are numbers, so when the game evaluates the state driver conditions the resulting state value is converted from a string into a number. The problem is not the lines that call RegisterStateDriver. The problem lies with line 147: local state = tonumber(newstate:match("(%d+)")) That line tr...
File: PerfectRaid10-18-10
Line 270 of PerfectRaid.lua: f...
Posted By: Dargen
Line 270 of PerfectRaid.lua: frame:SetAttribute("startingIndex", startindIndx) should be: frame:SetAttribute("startingIndex", startingIndex)
File: EkCTRA_RaidStatus07-21-09
Originally posted by Shadowblack...
Posted By: Dargen
Originally posted by Shadowblack what addons need to run this? As indicated at the top of the description of the addon's web page, EkCTRA_RaidStatus is no longer being updated. Since the WoW 3.0 patch, everything that EkCTRA_RaidStatus did has been incorporated into CT_RaidAssist. As long as you have a recent version of CT_Rai...
File: PerfectRaid12-14-08
If I'm in combat when I get invited...
Posted By: Dargen
If I'm in combat when I get invited to join a party and then I accept, I get the following error (the only addon loaded is Perfectraid-r185): Interface\FrameXML\SecureHandlers.lua:511: Cannot use SecureHandlers API during combat
File: CTMod11-17-08
The latest version of CT_Mod includ...
Posted By: Dargen
The latest version of CT_Mod including an updated CT_RaidAssist for WoW 3 can be downloaded from www.ctmod.net.
File: EkRaidAttendance11-17-08
CT_RaidAssist is no longer disconti...
Posted By: Dargen
CT_RaidAssist is no longer discontinued. I have updated it to work with WoW 3.x, fixed some bugs, and added some new features. The new version of CT_RaidAssist is now available from www.ctmod.net. EkRaidAttendance is compatible with the latest version of CT_RaidAssist's /radur, /raresist, and /raitem commands.
File: EkCTRA_ResMonitor07-14-06
Originally posted by DunE Just a...
Posted By: Dargen
Originally posted by DunE Just a quick suggestion. The biggest complaint I've heard about CT's Rez Monitor is that it's always showing whether any rezzing is going on or not. If it could appear when rezzing occurs and otherwise be hidden automagically then it would be golden. Version 1.1 of EkCTRA_ResMonitor now includes a menu...
File: EkCTRA_MTTargets07-14-06
Originally posted by BTShrump doe...
Posted By: Dargen
Originally posted by BTShrump does it use the same frames as the MT Targets because if so, I would like to enhance them with the skinning I did to my own CT frames. No, it doesn't use the same frames as the MT Targets, although they are similar. The MT Players (CT_RAMTGroupPlayersMember1, ...) and MT Pets frames (CT_RAMTGroup...