Download
(178Kb)
Download
Updated: 11-15-08 12:06 PM
Pictures
File Info
Updated:11-15-08 12:06 PM
Created:unknown
Downloads:284,613
Favorites:577
MD5:

Proximo  Popular! (More than 5000 hits)

Version: Beta 2.43
by: Grayhoof [More]

What is it? - Simple enemy unit frames for Arena matches used for identifying and coordinating targets

Features:


- Unit tracking via mouse over, target, party targets, death messages, name plate updates, and optional syncing between all teammates
- Main Assist setting and syncing, shown by yellow outline on current Main Assist target.
- Optional New Enemy, Low Health, Death, and Aura announcements via Chat, Party, RaidWarning, SCT, or MSBT.
- Optional Focus setting via right click.
- Optional Mana bars.
- Optional Party Targets.
- Optional Race Icons.
- Optional Aura tracking.
- Optional Cast bars.
- Optional Talent Guessing.
- Optional Battle Ground Support.
- Minor frame customizations: size, font, texture, header, etc...


For Spells, give the spell name just like you would in a macro. Example: Dispel, Dispel(Rank 1)
For Macros, use ; to break lines and *t to insert the targets name. Example: /target *t;/cast Dispel

Where did it come from? - After using ArenaMaster for a long time, I decided to make my own Arena based mod based on some ideas from myself and friends.

How do I use it? - Unzip Proximo into your interface\addons directory. For more info on installing, please read install.txt. Type /prox test to see a test frame when not in arena. Alt+left click header to move. Right click header for options.

What happens if an enemy is first seen after combat starts? - They will still be shown and synced, however you will not be able to target them by clicking on their bar. This will be designated with **'s around their name (ex. ** Grayhoof ** ).

Support
Please post all errors and suggestions on http://grayhoof.wowinterface.com/ using the provided forms.

Beta 2.43 - Added Death Knights to unit handling
Beta 2.42 - Updates to allow extract tracking of Auras times and optional tracking of PvP Trinkets.
Beta 2.4 - Many updates to take advantage of the 3.0 arena id's. Arena enemies can now always be targeted/clicked regardless of when they are first seen.
2.32 - Fixes for 3.0
2.31 - Updates for 3.0 patch (not tested very well)
2.3 - Added New "Use in Battlegrounds" option. It basically just becomes a "last 5 targets" unit frame for self only, and doesn't sync with other users. Added new talents using TalentGuess-1.0. Provides talents as best as possible based on comblog events and buffs. Converted to using ShareMedia Widgets for Ace3. Added Frost Nova to tracked auras. Fix for highlighted frames staying after leaving and re-entering an arena. Register SML callbacks correctly.
2.2 - Converted Auras to use spellid. Fixed Profile copies/changes. Removed unneeded locals. Convert to LibShareMedia-3.0.
2.1 - Fix for combat log names. Added optional cast bars. Cast bars for your focus and target will be accurate, while others are only approximations. Options for cast bar: color, size, font size, time. Made more of the frame clickable, besides just the health bar. Converted to quicker combat log method. Gave main frame a name
Optional Files (0)


Post A Reply Comment Options
Unread 10-27-08, 10:16 PM  
Grayhoof
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 54
File comments: 149
Uploads: 4
A beta version of 2.33 is now posted. It should fix the issues with HP bars and uses the new Arena unit ID system.

Please note I have not been able to heavily test it, so please create bug reports for any issues.
Report comment to moderator  
Reply With Quote
Unread 10-27-08, 03:29 AM  
elhook
A Kobold Labourer

Forum posts: 1
File comments: 23
Uploads: 0
Any update for WoTLK pleae? HP bars doesnt work well
Report comment to moderator  
Reply With Quote
Unread 10-22-08, 01:28 AM  
Arkive
A Cobalt Mageweaver
AddOn Author - Click to view AddOns

Forum posts: 242
File comments: 465
Uploads: 1
Well, tracked it doen to an older version of Roster-2.1 that was embedded in BigBrother. Weird.
Report comment to moderator  
Reply With Quote
Unread 10-21-08, 05:59 AM  
Arkive
A Cobalt Mageweaver
AddOn Author - Click to view AddOns

Forum posts: 242
File comments: 465
Uploads: 1
Well, that may be true, but I ran a few skirmishes this morning to test. With Proximo disabled, no error on mouseover. With Proximo enabled, they come back. It may not be from one of Prox's libraries, but there's apparently an incompatibility if you have any addons with Ace2 embedded.
Report comment to moderator  
Reply With Quote
Unread 10-20-08, 11:19 PM  
Grayhoof
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 54
File comments: 149
Uploads: 4
Proximo does not use any of those libraries.
Report comment to moderator  
Reply With Quote
Unread 10-20-08, 06:46 PM  
Arkive
A Cobalt Mageweaver
AddOn Author - Click to view AddOns

Forum posts: 242
File comments: 465
Uploads: 1
Hey, Proximo worked just great in my 2's today, but I got an error as soon as I highlighted over the first character (but not subsequent mouseovers). It referenced Skillet (or at least one of it's libraries), but I'm thinking it might be related to Proximo.

Code:
[2008/10/20 19:14:13-5-x2369]: AceEvent-2.0-91091 (Skillet):695: Roster-2.1: Bad argument #2 to `GetUnitIDFromUnit'. "arena2" is not a legitimate UnitID.
I can't help but notice you're using ace3 embedded and Skillet is using ace2. Could the conflict lie there? If so, is there a way I can work around it? Just to save you the trouble, this is the function from the library the error seems to be referencing, with line 695 highlight w/ astericks at the beginning:

Code:
	if not bucketfunc then
		bucketfunc = function(bucket)
			if bucket.run then
				local current = bucket.current
				local method = bucke*****thod
				local self = bucket.self
				if bucket.unit then
					for unit in pairs(current) do
						if not UnitExists(unit) then
							current[unit] = nil
						end
					end
				end
				if type(method) == "string" then
** Line 695 **					self[method](self, current, unpack(bucket, 1, bucket.n))
				elseif method then -- function
					method(current, unpack(bucket, 1, bucket.n))
				end
				for k in pairs(current) do
					current[k] = nil
					k = nil
				end
				bucket.run = nil
			end
		end
	end
Report comment to moderator  
Reply With Quote
Unread 10-17-08, 06:06 PM  
Grayhoof
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 54
File comments: 149
Uploads: 4
Its not going away, but its going to take me a bit to convert over to the new/better way of doing things. Hopefully the update last night at least made it functional again.

My WoW time is currently severely reduced, which means my arena time is even less =)

Originally posted by Arkive
I'm not even sure it's that. Why reinvent the wheel? It's been done well, works good...why spend the effort? :P
Report comment to moderator  
Reply With Quote
Unread 10-17-08, 11:35 AM  
Arkive
A Cobalt Mageweaver
AddOn Author - Click to view AddOns

Forum posts: 242
File comments: 465
Uploads: 1
Originally posted by chaud
The problem is not any unit frame is as good as proximo was. No one wants to see it die just yet.
I'm not even sure it's that. Why reinvent the wheel? It's been done well, works good...why spend the effort? :P
Report comment to moderator  
Reply With Quote
Unread 10-17-08, 08:10 AM  
chaud
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 33
Uploads: 4
Originally posted by Grayhoof
Thanks for the info. That makes a large part of Proximo obsolete, so guess I'll have to decide how to proceed with it. Any unit frame can now handle arena opponents pretty easily, so not a lot for Proximo to offer anymore =(
The problem is not any unit frame is as good as proximo was. No one wants to see it die just yet.
Report comment to moderator  
Reply With Quote
Unread 10-17-08, 02:29 AM  
Laibeus Lord
A Murloc Raider
 
Laibeus Lord's Avatar

Forum posts: 7
File comments: 31
Uploads: 0
Hiya,

I added a comment here with a link directing to the WoWI page of Proximo. ^_^
__________________
Personality Type: INFP


"Lamhirh, I desire,
more than the flowers blooming on my homeland,
more than the wind blowing through my homeland,
more than the stars shining upon my homeland,
is the sound of your voice....
"
- Jint Lynn.

Report comment to moderator  
Reply With Quote
Unread 10-16-08, 12:29 PM  
ScytheBlade1
aka Sbo
 
ScytheBlade1's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 66
File comments: 12
Uploads: 6
Originally posted by Grayhoof
Thanks for the info. That makes a large part of Proximo obsolete, so guess I'll have to decide how to proceed with it. Any unit frame can now handle arena opponents pretty easily, so not a lot for Proximo to offer anymore =(
Yeah it does make a large part of it obsolete. But, it still doesn't handle the spec watching, and I think that "arenapet1" etc is not working at the moment.

With that said you have a name and a well known addon, there's no reason to kill it just because it's easier now. The same could have been said about Omen3 .
__________________
<Thunder_Child> ah, nothing makes me think of WoW more than seeing 15 different addons telling me i dont know how to play
<End> Well, I'm not an AddOn, but you don't know how to play
--
<Iriel> does your 'therapy' involve pitchforks and boiling oil?
Report comment to moderator  
Reply With Quote
Unread 10-16-08, 06:52 AM  
Arkive
A Cobalt Mageweaver
AddOn Author - Click to view AddOns

Forum posts: 242
File comments: 465
Uploads: 1
I too have the "GetPlayerBuff" errors. End result is I get the backdrop for Proximo, but no unit frames.
Report comment to moderator  
Reply With Quote
Unread 10-15-08, 08:49 PM  
cpt45
A Kobold Labourer
 
cpt45's Avatar

Forum posts: 1
File comments: 17
Uploads: 0
I have this error

Date: 2008-10-15 19:44:07
ID: 54
Error occured in: Global
Count: 136
Message: ..\AddOns\Proximo\Proximo.lua line 104:
attempt to call upvalue 'GetPlayerBuff' (a nil value)
Debug:
(tail call): ?
Proximo\Proximo.lua:104:
Proximo\Proximo.lua:100
Proximo\Proximo.lua:452:
Proximo\Proximo.lua:440
(tail call): ?
[C]: ?
[string "safecall Dispatcher[2]"]:9:
[string "safecall Dispatcher[2]"]:5
(tail call): ?
Ace3\AceTimer-3.0\AceTimer-3.0.lua:140:
Ace3\AceTimer-3.0\AceTimer-3.0.lua:114
AddOns:
StopTheSpam, v2.00.11200
Swatter, v5.1.3604 (SnaggleTooth)
AbacusLib, v
Ace2, v
Ace3, v
ArenaPointer, v1.1
ArkInventory, v3.01
Atlas, v1.12.2
AtlasBattlegrounds, v1.12.2
AtlasDungeonLocs, v1.12.2
AtlasFlightPaths, v1.12.2
AtlasOutdoorRaids, v1.12.2
AtlasLoot, v5.00.01
Automaton, v1.3.0
Babylonian, v5.1.DEV.130
Bartender4, v4.1.2
beql, v0.99
Capping, v3.0.001
Cartographer, v2.0
CartographerBattlegrounds, v2.0
CartographerCoordinates, v2.0
CartographerFoglight, v2.0
CartographerGroupColors, v2.0
CartographerGuildPositions, v2.0
CartographerInstanceLoot, v2.0
CartographerInstanceMaps, v2.0
CartographerInstanceNotes, v2.0
CartographerLookNFeel, v2.0
CartographerNotes, v2.0
CartographerPOI, v2.0
CartographerProfessions, v2.0
CartographerZoneInfo, v2.0
Cellular, v3.0.001
Configator, v5.1.DEV.130
CowTip, v
Cutup, v
DebugLib, v5.1.DEV.130
Deformat, v1.0 $Revision: 3817 $
DewdropLib, v
EnhTooltip, v5.1.3604 (SnaggleTooth)
FuBar, v
FuBarDuraTek, v$Revision: 70051 $
FuBarHonorFuPlus, v2.0
FuBarLocationFu, v3.0
FuBarMoneyFu, vv1.2
FuBarPerformanceFu, v2.0
Gatherer, v3.1.4
GloryLib, v
Hemlock, v2.0
Informant, v5.1.3604 (SnaggleTooth)
Lexan, v2.1
LibBabbleClass30, v
LibBabbleFaction30, v
LibBabbleInventory30, v
LibBabbleZone30, v
LibCrayon30, v
LibDogTag30, v1.0
LibDogTagUnit30, v1.0
LibFuBarPlugin30, v3.0
LibHealComm30, v
LibJostle30, v
LibMobHealth40, v1.0
LibQuickHealth10, v
LibRock10, v
LibRockComm10, v
LibRockConfig10, v
LibRockConsole10, v
LibRockDB10, v
LibRockEvent10, v
LibRockHook10, v
LibRockLocale10, v
LibRockModuleCore10, v
LibRockTimer10, v
LibSharedMedia30, v3.0-50
LibTalentQuery10, v$Rev: 66356 $
LibTourist30, v
LightHeaded, v245
MoveAnything, v
OmniCC, v2.2.3
OmniCCOptions, v
Parrot, v
Prat30, v3.0 (Beta Version)
Prat30HighCPUUsageModules, v
Prat30Libraries, v
Proximo, v2.3
simpleMinimap, v20100-6
SmartQueue, vStill work in pregress.
Stubby, v5.1.3604 (SnaggleTooth)
TabletLib, v
TomTom, v165
VendorBait, v2.0.3.394
XPerl, v3.0.0h
XPerlArcaneBar, v
XPerlCustomHighlight, v
XPerlParty, v
XPerlPartyPet, v
XPerlPlayer, v
XPerlPlayerBuffs, v
XPerlPlayerPet, v
XPerlRaidAdmin, v
XPerlRaidFrames, v
XPerlRaidHelper, v
XPerlRaidPets, v
XPerlTarget, v
XPerlTargetTarget, v
(ck=96b)
__________________
-Blind
Report comment to moderator  
Reply With Quote
Unread 10-15-08, 07:05 PM  
ragesquirrel
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
For me at least when ever I enter an arena with Proximo on it spams an error message about being unable to find player info or something. Sorry about not being more exact but it yesterday and I don't remember exactly what it was.
Report comment to moderator  
Reply With Quote
Unread 10-15-08, 06:50 PM  
Grayhoof
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 54
File comments: 149
Uploads: 4
What exactly isn't working? I'm sure it isn't as I have not had a chance to really work on it in actual arenas, but I need some details to try and figure out where.

Originally posted by fragger12
this does not seem to work with 3.02 on live atm
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: