- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
4,842 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Rift Addons
- Top Skyrim Mods
- Top Minecraft Server Mods
- Top Terraria Maps
- Top Starcraft II Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
Where To Now
- 1 Like
- World of Warcraft
- 99,203 Downloads
- Supports: 4.1
- 24 Average Daily Downloads
- Comments
- Created 8/20/2008 4:16:07 PM
- Updated 4/30/2011 12:23:04 PM
- 109 Favorites
- Project Site
- License: Public Domain
- Release Type: Release
- Newest File: 2.0.2
About Where To Now
A little tool for quick recommendation of zones and instances at your level.
I would like to see that someone can translate the where to now related text to other languages.
If you like to, please use /localization/enUS.lua as base and send me the file.
Or use the Localization tool from Curse Forge: http://wow.curseforge.com/addons/wtnb1/localization/
And to all the users: i need bug reports. ;)
suggestions and thanks posts in the comments are welcome. ;o)
Version 2.0.2
- fixed hopefully the "attempt to index local 'L' (a nil value) " bug.
- added esES
- updatet libs
Version 2.0.1
- more Clean up
- added frFR
- updatet libs
Version 2.0.0
- cleaned up Database
- removed unused stuff
Version 2.0.0 beta * Updated Database * localizing of zones via LibBabble-Zone-3.0 * reorganized addon structure
Version 1.6.1
- only a quick database update, to show that this project is alive again.
Version 1.6 - Updated WotLK Database to 100% accurate! - Added Minlvl to Expansion sorting. - The commandline will now properly display all the instances when there are many many instances to list. - Now supports the German Client! Thanks to Raphael Bossek for the translations!
Version 1.5 - Added a Shameless plug at the beginning of every announced report. - Added several command options. - You can now activate the minimum level, allowing you to see when you can enter an instance. - Added optional tooltip coloring! - Did some spelling/grammar fixes. - Database Update for Lich King! 95% accurate!
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| 2.0.2 | Release | 4.1 | 21,224 | 4/30/2011 12:23:04 PM |
| 2.0.1 | Release | 4.0.6 | 8,380 | 3/31/2011 3:43:45 PM |
| where to now 2.0 | Release | 4.0.3a | 12,279 | 1/18/2011 5:00:38 PM |
| where to now 2.0.0 beta | Beta | 4.0.3a | 966 | 1/2/2011 5:19:10 AM |
| where to now 1.6.1 | Beta | 4.0.3a | 525 | 12/31/2010 9:52:58 AM |
| Version 1.6 | Release | 3.0.8 | 97 | 1/27/2009 9:38:00 PM |
| Version 1.5 | Release | 3.0.3 | 2,309 | 12/9/2008 7:24:21 PM |
| Version 1.3 | Release | 2.4.3 | 16 | 8/29/2008 4:27:48 PM |
| Version 1.2 | Release | 2.4.3 | 22 | 8/26/2008 9:58:34 PM |
| Version 1.1 | Release | 2.4.3 | 36 | 8/22/2008 3:34:36 PM |
| Where To Now (Beta 1) | Beta | 2.4.3 | - | 8/20/2008 4:18:55 PM |
Addon Packs Containing This...
-
Scottx404's Addon Pack
-
ultracon's Addon Pack
-
7332's Addon Pack
-
merkenary's Addon Pack
-
thechad1891's Addon Pack
-
xjud3's Addon Pack
-
MithMith's Addon Pack
-
Pesheval's Addon Pack
-
Everyday Add-ons for Normal People
-
broski541's Addon Pack
-
bigxbri's Addon Pack
-
Wesaraw's Addon Pack
-
DiM's BASIC Addon Pack
-
Abr's PvE/PvP UI

Comments
--[[
Where To Now?
Spanish Localization File
By Azorth, Los errantes, Spain, Europe.
Version 2.0.1
]]
--Note: Spanish special characters, á:\195\161, é:\195\169, í:\195\173, ó:\195\179, ú:\195\186, ñ:\195\177, Á:\195\161, É:\195\137, Í:\195\141, Ó:\195\147, Ú:\195\154, Ñ:\195\145, ¡:\194\161, ¿:\194\191
local L = LibStub("AceLocale-3.0"):NewLocale("WTN","esES",False)
L["WTN_TITLE"] = " \194\191D\195\179nde ir ahora?";
L["WTN_VERSION"] = "Versi\195\179n";
L["WTN_NOWLOADED"] = "Ya est\195\161 cargado!";
L["WTN_ERROR"] = "Error";
L["WTN_DEBUG"] = "Mensaje de depuraci\195\179n";
L["WTN_TOOLTIP"] = "Encuentra d\195\179nde hay monstruos de su nivel.";
L["WTN_NONE"] = "Ninguno";
L["WTN_REC_CURRENT_ZONE"] = "Zona actual: ";
L["WTN_REC_CURRENT_INSTANCE"] = "Instancia actual: ";
L["WTN_REC_ZONES"] = "Zonas: ";
L["WTN_REC_INSTANCES"] = "Instancias: ";
L["WTN_REC_ZONES_FOR_LEVEL"] = "Zonas por nivel ";
L["WTN_REC_INSTANCES_FOR_LEVEL"] = "Instancias por nivel ";
L["WTN_REC_NONE"] = "No se encuentra una zona o instancia correspondiente a su nivel.";
L["WTN_ERROR_WRONGCMDORDERWHISPER"] = "La l\195\173nea de comandos introducida no est\195\161 en el orden correcto. Debe ser .";
L["WTN_MSG_WTNREPORT_START"] = " \194\191D\195\179nde ir ahora? Informe por nivel";
L["WTN_MSG_WTNREPORT_END "]= ":";
-- Slash commands
L["WTN_CMD_SLASH1"] = "/WTN";
L["WTN_CMD_SLASH2"] = "/where2now";
L["WTN_CMD_SLASH3"] = "/w2n";
L["WTN_CMD_SLASH4"] = "/wtn";
should be out next week.
Date: 2011-03-24 06:02:00
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\WhereToNow\localization\deDE.lua line 11:
attempt to index local 'L' (a nil value)
Debug:
[C]: ?
WhereToNow\localization\deDE.lua:11: in main chunk
AddOns:
Swatter, v5.9.4960 (WhackyWallaby)
AckisRecipeList, v2.2.2
AucAdvanced, v5.9.4960 (WhackyWallaby)
AucFilterBasic, v5.9.4960 (WhackyWallaby)
AucFilterOutlier, v5.9.4960.2531
AucMatchUndercut, v5.9.4960.2531
AucStatHistogram, v5.9.4960 (WhackyWallaby)
AucStatiLevel, v5.9.4960 (WhackyWallaby)
AucStatPurchased, v5.9.4960 (WhackyWallaby)
AucStatSales, v5.9.4960.2842
AucStatSimple, v5.9.4960 (WhackyWallaby)
AucStatStdDev, v5.9.4960 (WhackyWallaby)
AucStatWOWEcon, v5.9.4960.2530
AucUtilAHWindowControl, v5.9.4960.3311
AucUtilAppraiser, v5.9.4960.2530
AucUtilAskPrice, v5.9.4960.3175
AucUtilAutoMagic, v5.9.4960.3142
AucUtilCompactUI, v5.9.4960.2530
AucUtilEasyBuyout, v5.9.4960.3583
AucUtilFixAH, v5.9.4960 (WhackyWallaby)
AucUtilGlypher, v5.9.4960.2545
AucUtilItemSuggest, v5.9.4960.3108
AucUtilPriceLevel, v5.9.4960.2545
AucUtilScanButton, v5.9.4960.2530
AucUtilScanFinish, v5.9.4960.2530
AucUtilScanProgress, v5.9.4960.2530
AucUtilScanStart, v5.9.4960.4819
AucUtilSearchUI, v5.9.4960.3655
AucUtilSimpleAuction, v5.9.4960.4546
AucUtilVendMarkup, v5.9.4960.2530
Babylonian, v5.1.DEV.130
BeanCounter, v5.9.4960 (WhackyWallaby)
Configator, v5.1.DEV.282
DebugLib, v5.1.DEV.275
EveryQuest, v2.4.r217-release
GatherMate2, v1.12
LootFilter, v4.0
QuestHelper2, v0.16
QuestHelper2Collection, v0.16
SlideBar, v5.9.4960 (WhackyWallaby)
Stubby, v5.9.4960 (WhackyWallaby)
WhereToNow, v2.0.0
BlizRuntimeLib_enUS v4.0.6.40000
(ck=5de)
Date: 2011-02-25 17:01:20
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\WhereToNow\localization\deDE.lua line 11:
attempt to index local 'L' (a nil value)
Debug:
(tail call): ?
[C]: ?
WhereToNow\localization\deDE.lua:11: in main chunk
AddOns:
Swatter, v3.2.3 ()
AckisRecipeList, v2.2.2-19-gf829e3b
AddFriend, v3.27
Ailo, v
Armory, vv9.5.1
ArmoryGuildBank, vv9.5.1
AtlasLootLoader, vv6.03.00-beta
AuctionProfit, v1.1
Auctionator, v2.8.9
Babylonian, v5.1.DEV.130
BagItemLevel, v1.1.0
BagSlots, vv1.3.5
BankStack, vr201
BestSeller, v4.0.1.11
BossInfo, v1.2
BossNotes, v1.2.4
BossNotesAbilities, v
BossNotesEmotes, v
BossNotesPersonalNotes, v
BossNotesRules, v
BossNotesTactics, v
CantHealYou, v3.13
Configator, v5.1.DEV.286
DBMBurningCrusade, v
DBMCore, v
DBMVictorySound, v1.7.1
Decursive, v2.6.1_beta_3-6-gd97d823
DKFX, v
EliteFrame, v1.0.4
ExtendedRaidInfo, v1.10
FuBarMoneyFu, vv1.2.4
Gatherer, v3.2.3
GathererDBWowhead, v1.0.2011-02-06
GatherMate2, v1.12
GatherSageCT, v4.2b
GTFO, v3.6
IHearYouAll, v2.1
LagBar, v2.1
Loremaster, v4.0.1.4
Mappy, v3.1.1
MissingFriends, v10.11.13
Omen, v3.1.0
OmniCC, v4.0.waffles11
Overachiever, v0.61
PetShop, v20101017
PlayerXPBar, v2.4.0
Postal, v3.4.4
PowerAuras, v4.14
Prospect, vv201102231723
Quartz, v3.0.5
QuestGather, v
QuestHubber, v
QuestHubberAzeroth, v
QuestHubberCataclysm, v
QuestHubberNorthrend, v
QuestHubberOutland, v
RealIDToons, v2.1.2
RecipeKnown, v0.26
Recount, v
SayWebWrap, v2010-10-30
SCChaChing, v4.0.0
Spy, v
SushiSort, v4.0.1.0
TabardChampion, vv1.2.1
TradeskillInfo, v2.1.2
UFE, v1.81
VuhDo, v2.89
VuhDoOptions, v2.89
WhereToNow, v2.0.0
BlizRuntimeLib_enUS v4.0.6.40000
(ck=60b)
Last update was : Wed, Jan 28 2009
i would suggest moving on :(
Message: [string "WhereToNowMinimapButton:OnLoad"]:2: attempt to index global 'this' (a nil value)
Time: 11/02/10 10:31:25
Count: 1
Locals: self = WhereToNowMinimapButton {
0 =
}
(*temporary) = defined =[C]:-1
(*temporary) = WhereToNowMinimapButton {
0 =
}
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index global 'this' (a nil value)"