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,751
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 06-29-11, 03:05 AM  
Perrin
A Defias Bandit

Forum posts: 3
File comments: 8
Uploads: 0
Line 215 of Core.lua, replace with:

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

Bolded items are the extra fields.
Report comment to moderator  
Reply With Quote
Unread 06-04-11, 12:46 PM  
yoshimo
An Aku'mai Servant

Forum posts: 30
File comments: 83
Uploads: 0
Don't forget that the 4.2 patch will again change cleu arguments.
A compatibility patch would be nice already for ptr.
Report comment to moderator  
Reply With Quote
Unread 05-29-11, 11:33 AM  
xtoq
An Aku'mai Servant
 
xtoq's Avatar
AddOn Author - Click to view AddOns

Forum posts: 32
File comments: 642
Uploads: 4
Originally posted by oXid_FoX
thank you very much
/gr was also messing my my Smart Group slash command....Thanks!!!!
__________________
There is absolutely no evidence to support the theory that life is serious.
Report comment to moderator  
Reply With Quote
Unread 05-03-11, 02:40 PM  
spiralofhope
A Deviate Faerie Dragon
 
spiralofhope's Avatar

Forum posts: 13
File comments: 276
Uploads: 0
Argh, a .rar can't be used by MMOUI Minion. =/
__________________
spiralofhope.com
Report comment to moderator  
Reply With Quote
Unread 05-01-11, 03:35 PM  
oXid_FoX
A Deviate Faerie Dragon
 
oXid_FoX's Avatar
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 147
Uploads: 1
changelog:
Changed slash command from "/gr" to "/recon" to avoid conflict with french party chat command.
thank you very much
Report comment to moderator  
Reply With Quote
Unread 04-29-11, 01:57 PM  
Tealc
A Defias Bandit
 
Tealc's Avatar

Forum posts: 3
File comments: 53
Uploads: 0
Thank you very much Gershuun, it works perfectly =D
Last edited by Tealc : 04-29-11 at 01:59 PM.
Report comment to moderator  
Reply With Quote
Unread 04-29-11, 12:10 PM  
enkil80
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 22
Uploads: 1
Thank you, I'll use it asap when I get home
Report comment to moderator  
Reply With Quote
Unread 04-28-11, 11:54 AM  
Gershuun
A Kobold Labourer

Forum posts: 0
File comments: 15
Uploads: 0
To fix for 4.1, either

1) Download this file http://pastey.net/149473+3fwm
rename it Core.lua and drop it in your addon folder, or

2) Manually replace this line in your Core.lua file:

Line 215

local function OnEvent(this, event, timeStamp, combatEvent, hideCaster, sourceGuid, sourceName, sourceFlags, destGuid, destName, destFlags, spellId, spellName, spellSchool, missType, ...)
Report comment to moderator  
Reply With Quote
Unread 04-27-11, 03:59 PM  
enkil80
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 22
Uploads: 1
Im getting this error just after login, I havent checked if it works yet, I'll post later with more info
Code:
94x GhostRecon-0.10.7\Core.lua:204: bad argument #1 to 'sub' (string expected, got boolean)
GhostRecon-0.10.7\Core.lua:204: in function <GhostRecon\Core.lua:199>
GhostRecon-0.10.7\Core.lua:255: in function <GhostRecon\Core.lua:215>
Edit: Its not recording or showing skills from ZA, I'll see if its still showing skills already recorded before patch
Last edited by enkil80 : 04-28-11 at 12:30 AM.
Report comment to moderator  
Reply With Quote
Unread 04-17-11, 03:53 PM  
oXid_FoX
A Deviate Faerie Dragon
 
oXid_FoX's Avatar
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 147
Uploads: 1
as I said on "official" board, please remove the slash command "/gr" : it's the french command to write in party channel (party = "groupe" in french)
Report comment to moderator  
Reply With Quote
Unread 03-06-11, 01:22 AM  
yoshimo
An Aku'mai Servant

Forum posts: 30
File comments: 83
Uploads: 0
4.1 will change the combatlog and introduce a new argument.
Id love to see this addon handle both builds , 4.0 and 4.1

http://www.wowinterface.com/forums/s...132#post231132
Report comment to moderator  
Reply With Quote
Unread 02-19-11, 05:28 AM  
yoshimo
An Aku'mai Servant

Forum posts: 30
File comments: 83
Uploads: 0
Traps are not missing, they just are not detected:

Line 92 should be:

Code:
    [CCTYPE_TRAP] = { [1499] = true, [60192] = true, [3355] = true },
Report comment to moderator  
Reply With Quote
Unread 01-30-11, 03:29 PM  
yoshimo
An Aku'mai Servant

Forum posts: 30
File comments: 83
Uploads: 0
I also suggest to add vulnerability for hunter frost traps.
Report comment to moderator  
Reply With Quote
Unread 01-09-11, 03:11 PM  
yoshimo
An Aku'mai Servant

Forum posts: 30
File comments: 83
Uploads: 0
How about adding:

http://www.wowhead.com/spell=2812/holy-wrath

Holy Wrath Level 85
20% of base mana
Instant cast 15 sec cooldown
$?56420[Sends bolts of holy power in all directions, causing (0.61 * holy power + 2435) Holy damage divided among all targets within 10 yds and stunning all Demons, Dragonkin, Elementals and Undead for 3 sec.]
[Sends bolts of holy power in all directions, causing (0.61 * holy power + 2435) Holy damage divided among all targets within 10 yds and stunning all Demons and Undead for 3 sec.]
So would be Curse of Tongues, not sure if that in already
Disarm would also be nice
Last edited by yoshimo : 01-20-11 at 02:08 PM.
Report comment to moderator  
Reply With Quote
Unread 01-02-11, 05:53 AM  
H0PE
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 28
File comments: 299
Uploads: 1
Hi Sargeant, happy new year (and to all),

I'm using buttonfacade, with Opie, Satrina Buff Frames, Ghost: Recon, and on mainbar.

The issue is with Ghost: Recon and Opie as well. I've set up different skins and looks on my characters and Opie (along with Ghost: Recon) they don't seem to remember the settings. They always use the last modification I did manually on them.

-Characters got different buttonfacade profiles
-Tried to set up buttonfacade globally (where the chamges should modify all the addons at once), didn't work
-Tried to change buttonfacade settings per addon. It works, but this last modification remains active even if I log over to another char (with another buttonfacade profile of course).

Buttonfacade owner already told me this is per addon issue, not buttonfacade, because addon's should retain their settings. In the past I did have the same issue with SatrinaBuffFrame, but now that works completely good with different profiles.

Could you please check this out, because my looks are very different on all chars and this bug kind of hurting the global look on my interface. Sorry to sound so picky about this. :]

Thanks for the important addon it really gives more info about the monsters around me!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: