Download
(34Kb)
Download
Updated: 09-02-12 02:17 PM
Pictures
File Info
Updated:09-02-12 02:17 PM
Created:12-04-10 10:34 PM
Downloads:6,800
Favorites:64
MD5:

Ghost: Recon: Continued  Popular! (More than 5000 hits)

Version: 1.3.2
by: Sargeant [More]

This is an updated version of "Ghost:Recon" by Footrot, which can be found here:
http://www.wowinterface.com/downloads/fileinfo.php?id=11869

I've updated it to work correctly in more recent patches.

If there are any bugs and/or fixes you come across, feel free to let me know and I'll incorporate them as well.

1.3.2
Fixed a problem where the addon didn't work in instances.

1.3.1
Removed accidental inclusion of some temporary files.

1.3
Updated for patch 5.0.4

1.2
Updated for patch 4.2 (Thanks Kogasu)

1.1
Fixed error caused by change of OnUpdate function in 4.1 (Thanks Gershuun)
Fixed tracking for hunter traps (Thanks Yoshimo)
Added tracking for Hammer of Justice and Holy Wrath
Changed slash command from "/gr" to "/recon" to avoid conflict with french party chat command.

0.10.9
Removed erroneous tooltip from search form.
Fixed whisper functionality.
Bumped TOC to correct version number.
Optional Files (1)
File Name
Version
Size
Author
Date
Type
1.4.1
35kB
08-01-18 06:28 AM
Addon


Post A Reply Comment Options
Unread 02-10-18, 02:14 AM  
Tntdruid
Premium Member
 
Tntdruid's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 55
File comments: 138
Uploads: 3
Any update fot 7.3.5?
Report comment to moderator  
Reply With Quote
Unread 07-20-18, 03:58 AM  
freidv20
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 9
Uploads: 5
small fix to get rid of errors

in tooltip.lua

508 local name, _, texture, _, _, _, castTime, minRange, maxRange = GetSpellInfo(i.spellId)

change to

local name, _, texture, castTime, minRange, maxRange, _ = GetSpellInfo(i.spellId)

in abilitybar.lua
add somewhere at start of file eg at 12 line

local CooldownFrame_SetTimer =CooldownFrame_Set

and in comms.lua
add somewhere at start of file eg at 13 line

local SendAddonMessage = C_ChatInfo.SendAddonMessage




upd

additionaly in core.lua
replace

local function OnEvent(this, event, timeStamp, combatEvent, hideCaster, sourceGuid, sourceName, sourceFlags, sourceRaidFlags, destGuid, destName, destFlags, destRaidFlags, spellId, spellName, spellSchool, missType, ...)

with

local function OnEvent(this, event, timeStamp, ...)


and after
if event == "COMBAT_LOG_EVENT_UNFILTERED" then

place new line

local timeStamp, combatEvent, hideCaster, sourceGuid, sourceName, sourceFlags, sourceRaidFlags, destGuid, destName, destFlags, destRaidFlags, spellId, spellName, spellSchool, missType = CombatLogGetCurrentEventInfo()

and replace
local _, _, _, _, _, _, castTime = GetSpellInfo(spellId)
with
local _, _, _,castTime = GetSpellInfo(spellId)


also found that cooldown doesnt accurate and need to delete lines almost in every lua file

upd
to enable moving
in config.lua
replace

abilityDragBar.texture:SetTexture(0, 0, 1, 0.3)
with
abilityDragBar.texture:SetColorTexture(0, 0, 1, 0.3)
Last edited by freidv20 : 07-26-18 at 11:08 AM.
Report comment to moderator  
Reply With Quote
Unread 07-25-18, 08:06 AM  
skmzarn
A Defias Bandit

Forum posts: 3
File comments: 24
Uploads: 0
Anyone got a working version of this? I have tried all fixes in the comments, but with no luck to get it working. I can't even get the bar showing by unlocking it. Thanks!
Report comment to moderator  
Reply With Quote
Unread 07-29-18, 11:23 AM  
freidv20
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 9
Uploads: 5
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: