Shows information about your current zone and recommends zones and instances based upon your level and faction.
In the bar it can show zone name, sub zone name, coordinate and it will always show a color coded zone range for your current zone. Zone name is color coded based on zone faction, Green=Friendly, Orange=Contested, Red=Enemy. Level range is color coded based on difficulty. Grey=To low, Green=Easy, Yellow=Good, Orange=Hard, Red=You got a death wish?.
The tooltip will give info about your current zone and any instances in that zone. It will also show you a list of recommended zones and a list of recommended instances. By left clicking on a recommended zone or instance you will be shown the walk path to that zone, a list of zones you will need to go through to get there if you are going to walk. (For when you have to walk. ie the first time.)
On the worldmap it displays zone level and instances for zones when you hover the mouse over them. It also displays coordinates for your current location and the cursor location.
Shift-click to insert location in to chat edit box.
Double-click to open worldmap.
This addon now has all the functionality of FuBar - LocationFu as requested.
You can configure what type of information you want to see.
Faction
Continent
Coordinate
Instances
Battlegrounds
Raid instances
You can also configure it to recommend lower and higher level zone, up to 10 levels lower and higher.
The addon is written for FuBar 2.0 with Ace2.
Installation:
Just unpack in your Interface/AddOns/ folder. No dependancies, all required libraries are embeded.
In the works:
Nothing. Working on some new projects
Know issues:
German and french translations aren't perfect.
Patch notes:
2.0.20301
Added check for unknown zones.
Updated librarys.
2.0.19421
Removed the use of Compost. No longer need since we have lua 5.1.
(RecZone had been using compost since 1.1.13302, but I had forgotten to include it in the zip)
2.0.19162
Updated for WoW 2.0
2.0.16969
Made compatible with The Burning Crusade. Added TBC zones and instances. Upgraded to AceLocal-2.2 and Babble-2.2.
Note: You need to remove the embeded Ace2 libs and install the Ace2 TBC standalone version and update the .toc to interface 20000 to get it to work in the TBC beta
1.1.14246
Fixed some missing zone conections.
1.1.13302
Fixed minimap location bar restore bug.
Added walk paths to recommended zones and instances.
Made FuBar an optional dependancy. If loaded without FuBar it will work as an minimap icon.
1.0.12032
Added option to hide minimap location bar. Code by DSanai.
1.0.11919
Fixed a bug that accured the first time you logged in if RecZones profile was different then FuBars.
1.0.11636b
Downgraded Ace2 lib's to 10851.
1.0.11636
Added Coords display on toolbar and worldmap.
Double-click toggles worldmap.
Shift-click to insert location in chat edit box.
Fix for profiles. (FuBar not setting profile for new addons)
Fixed an intermittent coloring bug.
Update for lua 5.1
2007/04/03 19:44:49-691-x2]: FuBar_RecZone-2.0.29151\RecZone.lua:611: attempt to concatenate field 'to ' (a nil value)
FuBar_RecZone-2.0.29151\RecZone.lua:1130: in function `OnTooltipUpdate'
FuBarPlugin-2.0-31648:358: in function `runChildren'
Tablet-2.0-31313 (AllPlayed):2340: in function `children'
Tablet-2.0-31313 (AllPlayed):2351: in function <...face\AddOns\AllPlayed\libs\Tablet-2.0\Tablet-2.0.lua:2303>
<in C code>: in function `Open'
Tablet-2.0-31313 (AllPlayed):2483: in function <...face\AddOns\AllPlayed\libs\Tablet-2.0\Tablet-2.0.lua:2477>
FuBarPlugin-2.0-31648:407: in function <...\Bartender3\libs\FuBarPlugin-2.0\FuBarPlugin-2.0.lua:406>
With your version and 20811 I get capitals the message in the Chat (see screen further below), in addition am located in the info box garbage (instead of Eisenschmiede - Großes Meer).
With the 3 small changes of Inyu the box is correct, but I get the message now in each region in the Chat (however without area indicated)
Originally posted by Inyu With those changes there is indeed stiil one error. But it happens only when reczone is initializing. After that, all is ok wherever I go.
I use the release 20811 which I downloaded from wowace.
20811 isn't my release. It's done by Elkano, and it's just a fix for an Instance that I had in the wrong place.
Originally posted by wmrojer @Inyu: Thanks. I'll fix that in next release. I'm working on some other stuff that I need to finish also before I can release it.
@Tue: This is one of the things i'm working on.
Ah, thank you. Thought it might be a problem with my computer.
Hello all,
I think I found the problem with the french and german client. Some zone name have been translated, but with the original name inside parenthesis at the end like "Forgefeu (Ironforge)". This generate a problem with all the string.find calls which take the parenthesis as a capture pattern. I added ",1, true" for each string.find call and it seems to be ok.
1066: if (string.find(self.vars.zoneName, zone.name, 1, true)) then
1327: if string.find(z.name,zone.name, 1, true) and z.faction==zone.faction then
1376: if (string.find(WorldMapFrame.areaName, zone.name, 1, true)) then
I have a small problem with this otherwise very nice addon. Once in a while, the coordinates in the label disappear for no apparent reason. I can get them back by de-selecting zone name, sub zone name and coordinates and then re-selecting them but it's a little annoying to have to.
I think the updated deDE zones haven't made it into Babble-2.2, yet. So this is most likely causing this message.
BTW: It seems like UnitFactionGroup-API has changed and is now returning two values, the english and the loacalized group name. Thus on deDE all players will be threated as being Horde (or mor precise not Alliance)