Instance Keys for BC

Requests, feedback, and general discussion about WoWRoster
DO NOT post topics about WoWRoster AddOns here!

Instance Keys for BC

Postby Tupsi » Thu Feb 01, 2007 4:13 am

ok, finaly I got around my genetic lazyness and just put them all in besides Hijyal.

changed some names, every Heroic Key abbrivation consists out of H and the name of the mini zone where all the instances are, like HHC for Heroic Hellfire Citadel.


Code: Select all
$min_skill_for_lock = array(
        'SG' => 225,
        'Gnome' => 150,
        'SM' => 175,
        'ZF' => 1001,
        'Mauro' => 1001,
        'BRDp' => 250,
        'BRDs' => 300,
        'DM' => 295,
        'Scholo' => 280,
        'Strath' => 295,
        'UBRS' => 1001,
        'Onyxia' => 1001,
        'MC' => 1001,
        'SL' => 350,
        'SH' => 350,
        'Arcatraz' => 350,
        'TK' => 1001,
        'Kara' => 1001,
        'HA' => 1001,
        'HHC' => 1001,
        'HCR' => 1001,
        'HTK' => 1001,
        'HCoT' => 1001,
);


Code: Select all
// HORDE KEYS
$inst_keys['enUS']['H'] = array(
        'SL' => array( 'Key-Only', 'SL' =>
                        'Shadow Labyrinth Key|57267'
                ),
        'SH' => array( 'Quests', 'SH' =>
                        'Shattered Halls Key|56320',
                        'Entry into the Citadel|',
                        'Grand Master Rohok|',
                        'Rohok\\\'s Request|',
                        'Hotter then Hell|'
                ),
        'Arcatraz' => array( 'Quests', 'Arcatraz' =>
                        'Key to the Arcatraz|58724',
                        'Triangulation Point One|',
                        'Triangulation Point Two|',
                        'Full Triangle|',
                        'Special Delivery to Shattrath City|',
                        'How to Break Into the Arcatraz|'
                ),
        'TK' => array( 'Quests', 'TK' =>
                        'The Tempest Key|60250',
                        'Trial of the Naaru: Mercy|',
                        'Trial of the Naaru: Strength|',
                        'Trial of the Naaru: Tenacity|',
                        'Special Delivery to Shattrath City|',
                        'The Tempest Key|'
                ),
        'Kara' => array( 'Quests', 'Kara' =>
                        'The Master\\\'s Key|58887',
                        'Arcane Disturbances|',
                        'Restless Activity|',
                        'Contact from Dalaran||MS',
                        'Khadgar|',
                        'Entry Into Karazhan|',
                        'The Second and Third Fragments|',
                        'The Master\\\'s Touch|',
                        'Return to Khadgar|',
                ),
        'HA' => array( 'Key-Only', 'HA' =>
                        'Auchenai Key|55216'
                ),
        'HHC' => array( 'Key-Only', 'HHC' =>
                        'Flamewrought Key|55262'
                ),
        'HCR' => array( 'Key-Only', 'HCR' =>
                        'Reservoir Key|55139'
                ),
        'HTK' => array( 'Key-Only', 'HTK' =>
                        'Warpforged Key|55231'
                ),
        'HCoT' => array( 'Key-Only', 'HCoT' =>
                        'Key of Time|54481'
                ),
);


edit: lockpicking
Last edited by Tupsi on Fri Feb 02, 2007 3:32 am, edited 2 times in total.
Tupsi
WR.net Apprentice
WR.net Apprentice
 
Posts: 74
Joined: Fri Jul 14, 2006 5:26 pm

Instance Keys for BC

Postby RainRider » Fri Feb 02, 2007 5:33 am

This is the german translation
Code: Select all
'ShatteredHalls' => array( 'Quests', 'ShatteredHalls' =>
      'Schlüssel der zerschmetterten Hallen|56320',
      'Zugang zur Zitadelle|',
      'Großmeister Dumphry|',      (Großmeister Rohok (for horde))
      'Dumphrys Bitte|',         (Rohoks Bitte (for horde))
      'Heißer als die Hölle|'
   ),
'ShadowLabyrinth' => array( 'Key-Only', 'ShadowLabyrinth' =>
      'Schlüssel des Schattenlabyrinths|56320',
   ),
'Arcatraz' => array( 'Quests', 'Arcatraz' =>
      'Schlüssel zu Arkatraz|58724',
      'Triangulationspunkt Eins|',
      'Triangulationspunkt Zwei|',
      'Das volle Dreieck|',
      'Sonderlieferung nach Shattrath|',
      'Wie man in Arkatraz einbricht|'
   ),
'TheEye' => array( 'Quests', 'TheEye' =>
      'Schlüssel der Stürme|58724',
      'Die Prüfung der Naaru: Erbarmen|',
      'Die Prüfung der Naaru: Stärke|',
      'Die Prüfung der Naaru: Zuverlässigkeit|',
      'Sonderlieferung nach Shattrath|',
      'Der Schlüssel der Stürme|'
   ),
'Karazhan' => array( 'Quests', 'Karazhan' =>
      'Der Schlüssel des Meisters|58887',
      'Arkane Störungen|',
      'Rastlose Aktivität|',
      'Dalarankontaktpersonen||MS',
      'Khadgar|',
      'Nach Karazhan|',
      'Das zweite und das dritte Fragment|',
      'Die Berührung des Meisters|',
      'Rückkehr zu Khadgar|',
   ),


And the keys for heroic mode: english (german)

Hellfire Citadel (Höllenfeuerzitadelle) - Flamewrought Key (Flammengeschmiedeter Schlüssel)
Coilfang Reservoir (Echsenkessel) - Reservoir Key (Schlüssel des Kessels)
Auchindoun (Auchindoun) - Auchenai Key (Schlüssel der Auchenai)
Tempest Keep (Festung der Stürme) - Warpforged Key (Warpgeschmiedeter Schlüssel)
Caverns of Time (Höhlen der Zeit) - Key of Time (Schlüssel der Zeit)
RainRider
WR.net Apprentice
WR.net Apprentice
 
Posts: 50
Joined: Thu Jul 20, 2006 11:47 pm

Instance Keys for BC

Postby Vallekas » Fri Feb 02, 2007 7:35 am

Spanish

Code: Select all
// ALLIANCE KEYS

   'SL' => array( 'Key-Only', 'SL' =>
            'Llabe del Laberinto de Sombra|57267'
            ),
   'SH' => array( 'Quests', 'SH' =>
            'Llave de las Salas Arrasadas|56320',
            'Entrada a la Ciudadela|',
            'Gran Maestro Dumphry |',
            'La petición de Dumphry|',
            'Más caliente que el infierno |'
                ),
    'Arcatraz' => array( 'Quests', 'Arcatraz' =>
            'Llave de Arcatraz|58724',
            'Punto de triangulación uno|',
            'Punto de triangulación dos|',
            'Triangulo Completo|',
            'envio Especial a la Ciudad de Shattrath|',
            'Cómo infiltrarse en El Arcatraz|'
                ),
     'TK' => array( 'Quests', 'TK' =>
             'La llave de la tempestad|60250',
             'Prueba de los naaru: piedad|',
             'Prueba de los naaru: fuerza|',
             'Prueba de los naaru: tenacidad|',
             'Envio Especial a la Ciudad de Shattrath|',
             'La llave de la tempestad|'
                ),
      'Kara' => array( 'Quests', 'Kara' =>
              'La Llave del Mestro|58887',
              'Arcane Disturbances|',
              'Restless Activity|',
              'Contacto de Dalaran||MS',
              'Khadgar|',
              'La entrada a Karazhan|',
              'El segundo y tercer fragmento|',
              'Toque del Maestro|',
              'Regresa con Khadgar|',
                ),
      'HA' => array( 'Key-Only', 'HA' =>
                        'Llave Auchenai|55216'
                ),
      'HHC' => array( 'Key-Only', 'HHC' =>
                        'Llave de Forjallamas|55262'
                ),
      'HCR' => array( 'Key-Only', 'HCR' =>
                        'Llave de la Reserva|55139'
                ),
      'HTK' => array( 'Key-Only', 'HTK' =>
                        'Llave Dimensional|55231'
                ),
      'HCoT' => array( 'Key-Only', 'HCoT' =>
                        'Llave del tiempo|54481'
                ),

);
Last edited by Vallekas on Fri Feb 02, 2007 7:38 am, edited 2 times in total.
Vallekas
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Thu Jan 04, 2007 3:58 am

Re: Instance Keys for BC

Postby Kaite » Wed Feb 07, 2007 12:08 pm

Here's a compiled list for the alliance side (english). This isn't my work. I just compiled it from all the info in this thread and posted it since there was no "complete" list up in this thread yet. This has not been tested beyond "does the page load?". Lets keep getting feedback and churning on this though.

http://momit.org/roster/indexinst.php

membersinst.php:
Code: Select all
$min_skill_for_lock = array(
        'SG' => 225,
        'Gnome' => 150,
        'SM' => 175,
        'ZF' => 1001,
        'Mauro' => 1001,
        'BRDp' => 250,
        'BRDs' => 300,
        'DM' => 295,
        'Scholo' => 280,
        'Strath' => 295,
        'UBRS' => 1001,
        'Onyxia' => 1001,
        'MC' => 1001,
        'SL' => 350,
        'SH' => 350,
        'Arcatraz' => 350,
        'TK' => 1001,
        'Kara' => 1001,
        'HA' => 1001,
        'HHC' => 1001,
        'HCR' => 1001,
        'HTK' => 1001,
        'HCoT' => 1001,
);


localization/enUS.php
Code: Select all
        'SH' => array( 'Quests', 'ShatteredHalls' =>
                        'Shattered Halls Key|56320',
                        'Entry into the Citadel|',
                        'Grand Master Dumphry|',
                        'Dumphry\\\'s Request|',
                        'Hotter then Hell|'
                ),
        'SL' => array( 'Key-Only', 'ShadowLabyrinth' =>
                        'Shadow Labyrinth Key|57267',
                ),
        'Arcatraz' => array( 'Quests', 'Arcatraz' =>
                        'Key to the Arcatraz|58724',
                        'Warp-Raider Nesaad|',
                        'Request for Assistance|',
                        'Rightful Repossession|',
                        'An Audience with the Prince|',
                        'Triangulation Point One|',
                        'Triangulation Point Two|',
                        'Full Triangle|',
                        'Special Delivery to Shattrath City|',
                        'How to Break Into the Arcatraz|'
                ),
        'TK' => array( 'Quests', 'TheEye' =>
                        'The Tempest Key|58724',
                        'Trial of the Naaru: Mercy|',
                        'Trial of the Naaru: Strength|',
                        'Trial of the Naaru: Tenacity|',
                        'Special Delivery to Shattrath City|',
                        'The Tempest Key|'
                ),
        'Kara' => array( 'Quests', 'Karazhan' =>
                        'The Master\\\'s Key|58887',
                        'Arcane Disturbances|',
                        'Restless Activity|',
                        'Contact from Dalaran||MS',
                        'Khadgar|',
                        'Entry Into Karazhan|',
                        'The Second and Third Fragments|',
                        'The Master\\\'s Touch|',
                        'Return to Khadgar|',
                ),
        'HA' => array( 'Key-Only', 'HA' =>
                        'Auchenai Key|55216'
                ),
        'HHC' => array( 'Key-Only', 'HHC' =>
                        'Flamewrought Key|55262'
                ),
        'HCR' => array( 'Key-Only', 'HCR' =>
                        'Reservoir Key|55139'
                ),
        'HTK' => array( 'Key-Only', 'HTK' =>
                        'Warpforged Key|55231'
                ),
        'HCoT' => array( 'Key-Only', 'HCoT' =>
                        'Key of Time|54481'
                ),
Last edited by Kaite on Wed Feb 07, 2007 12:21 pm, edited 4 times in total.
Kaite
WR.net Apprentice
WR.net Apprentice
 
Posts: 10
Joined: Fri Nov 17, 2006 2:49 am

Re: Instance Keys for BC

Postby Kaite » Wed Feb 07, 2007 12:18 pm

Are there any TBC attunements that don't have keys or an item attached to them (like MC and BWL). Anyone have any ideas on how roster could be improved to track completed attunements accurately?

I can't think of one myself. Heck, the other day I couldn't even remember if one of my toons had been attuned for BWL. I couldn't find any other way to check than to walk all the way to the orb and touch it.

Perhaps calvin over at rpgoutfitter could help us out with that. Maybe expand the character profiler just a *little* bit to recognize when a toon has zoned in to BWL or MC, and save that info? (pls Cal? pls? - i asked nicely)

Another thought - how hard would it be to add an edit feature to the columns in the keys page? An admin could login with the password and manually update each toon's progress.
Last edited by Kaite on Wed Feb 07, 2007 12:22 pm, edited 1 time in total.
Kaite
WR.net Apprentice
WR.net Apprentice
 
Posts: 10
Joined: Fri Nov 17, 2006 2:49 am

Instance Keys for BC

Postby Mithan » Wed Feb 07, 2007 4:11 pm

So where do we put this info?
Mithan
WR.net Apprentice
WR.net Apprentice
 
Posts: 14
Joined: Wed Jul 05, 2006 7:58 am

Instance Keys for BC

Postby zanix » Wed Feb 07, 2007 6:46 pm

Calvin has been trying to figure this out for the last year and he hasn't come up with a solution as of yet
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Instance Keys for BC

Postby vicryixiv » Wed Feb 07, 2007 7:23 pm

i know im missing something really stupid here, but i updated all three arrays, but the page still doesnt display the new keys and if i remove an old one, like SM, it still shows up. Is there some kind of site cache that i need to clear or something?
vicryixiv
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Thu Dec 28, 2006 3:31 am

Instance Keys for BC

Postby aniodon » Thu Feb 08, 2007 8:37 am

For the frFR : (it's a start, trying to find some more...)

Code: Select all
   'LO' => array( 'Key-Only', 'LO' =>
                        'Clé du labyrinthe des ombres|57267'
      ),



(for the Shadow Labyrinth)




Also for frFR, there was a localisation error (or change).

replace : 'Sang du Champion des Dragons noirs|'

with : 'Le sang du champion des dragons noirs|'



Also :

replace : 'Ascension...|'
with : 'Le sceau de l\\\'ascension|'
Last edited by aniodon on Thu Feb 08, 2007 8:55 am, edited 2 times in total.
aniodon
WR.net Journeyman
WR.net Journeyman
 
Posts: 108
Joined: Mon Dec 18, 2006 8:09 pm

Re: Instance Keys for BC

Postby durnn » Thu Feb 08, 2007 10:22 am

vicryixiv wrote:i know im missing something really stupid here, but i updated all three arrays, but the page still doesnt display the new keys and if i remove an old one, like SM, it still shows up. Is there some kind of site cache that i need to clear or something?


Whew, I'm glad to see I'm not the only one this is happening for. I've replaced all the above code for the membersinst.php and the localization pages, and see the same thing happenening. I tested a small change (changing Mauro to Mara), and the change isn't applied.

I thought this info might also be housed in the db somewhere also, but couldn't find it there either. Been looking thru to see if there is some sort of cache issue, but can't seem to find anything.

Any help on this is greatly appreciated!
durnn
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Mon Jan 29, 2007 6:06 pm

Re: Instance Keys for BC

Postby durnn » Thu Feb 08, 2007 11:25 am

On playing around with my site, I found out that this is, indeed a cache issue. The problem seemed to be that, not only was enUS.php and membersinst.php cached, but so was indexinst.php, which is why I didn't catch it immediately. Clearing the entire cache seemed to work fine for me.
durnn
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Mon Jan 29, 2007 6:06 pm

Re: Instance Keys for BC

Postby aniodon » Thu Feb 08, 2007 2:11 pm

First try for frFR (not complete)

Code: Select all
   'LO' => array( 'Key-Only', 'LO' =>
                        'Clé du labyrinthe des ombres|57267'
      ),

   'SB' => array( 'Quests', 'SB' =>
      'Clé des Salles Brisées|56320',
      'L\\\'entrée dans la citadelle|',
      'Le grand maitre Rohok|',
      'La demande de Rohok|',
      'Plus chaud que l\\\'enfer|'
      ),

'Arcatraz' => array( 'Quests', 'Arcatraz' =>
      'Key to the Arcatraz|58724',
      'Point de triangulation numéro un|',
      'Point de triangulation numéro deux|',
      'Le triangle est triangulé|',
      'Livraison spéciale à Shattrath|',
      'Comment pénétrer dans l\\\'Arcatraz|'
      ),


'TK' => array( 'Quests', 'TK' =>
      'La clé de la Tempête|60250',
      'L\\\'épreuve des naaru : Miséricorde|',
      'L\\\'épreuve des naaru : Force|',
      'L\\\'épreuve des naaru : Ténacité|',
      'Livraison spéciale à Shattrath|',
      'La clé de la Tempête|'
      ),

'Kara' => array( 'Quests', 'Kara' =>
      'The Master\\\'s Key|58887',
      'Troubles arcaniques|',
      'L\\\'agitation des sans-repos|',
      'Un envoyé de Dalaran||MS',
      'Khadgar|',
      'L\\\'entrée de Karazhan|',
      'Le deuxième et le troisième fragment|',
      'Le toucher du maître|',
      'Retour vers Khadgar|',
   ),



'HA' => array( 'Key-Only', 'HA' =>
      'Clé Auchenaï|55216'
   ),
'HHC' => array( 'Key-Only', 'HHC' =>
      'Flamewrought Key|55262'
   ),
'HCR' => array( 'Key-Only', 'HCR' =>
      'Clé du réservoir|55139'
   ),
'HTK' => array( 'Key-Only', 'HTK' =>
      'Warpforged Key|55231'
   ),
'HCoT' => array( 'Key-Only', 'HCoT' =>
      'Clé du Temps|54481'
   ),



Some more to be translated, if someone could help...
Also, if someone know the encoded format for the following character : ï and î ...

thanks =)

Correction for Onyxia quests :

Code: Select all

   'Onyxia' => array( 'Quests', 'Onyxia' =>
         'Amulette Drakefeu|4829',
         'Ordres du seigneur de guerre Goretooth|',
         'Ordre du chef de guerre|',
         'Pour la Horde !|',
         'Ce que le vent apporte|',
         'Le Champion de la Horde|',
         'Le testament de Rexxar|',
         'Illusions d\\\'Occulus|',
         'Querelleur ardent|',
         'Le Test des crÃnes, Cristallomancier|',
         'Le Test des crÃnes, Somnus|',
         'Le Test des crÃnes, Chronalis|',
         'Le Test des crÃnes, Axtroz|',
         'Le sceau de l\\\'ascension|',
         'Le sang du champion des dragons noirs|'
      ),
Last edited by aniodon on Thu Feb 08, 2007 2:12 pm, edited 1 time in total.
aniodon
WR.net Journeyman
WR.net Journeyman
 
Posts: 108
Joined: Mon Dec 18, 2006 8:09 pm

Instance Keys for BC

Postby Mithan » Fri Feb 09, 2007 8:20 am

I made some changes to get it to work as a few keys were not showing in my inventory:

Can see it in action here:
http://www.wowhq.com/roster/indexinst.php

Code: Select all
'SH' => array( 'Quests', 'SH' =>
                        'Shattered Halls Key|56320',
                        'Entry Into The Citadel|',
                        'Grand Master Dumphry|',
                        'Dumphry\\\'s Request|',
                        'Hotter than Hell|'
                 ),
        'SL' => array( 'Key-Only', 'SL' =>
                        'Shadow Labyrinth Key|57267',
                ),
        'Arcatraz' => array( 'Quests', 'Arcatraz' =>
                        'Key to the Arcatraz|58724',
                        'Warp-Raider Nesaad|',
                        'Request for Assistance|',
                        'Rightful Repossession|',
                        'An Audience with the Prince|',
                        'Triangulation Point One|',
                        'Triangulation Point Two|',
                        'Full Triangle|',
                        'Special Delivery to Shattrath City|',
                        'How to Break Into the Arcatraz|'
                ),
        'TK' => array( 'Quests', 'TK' =>
                        'The Tempest Key|58724',
                        'Trial of the Naaru: Mercy|',
                        'Trial of the Naaru: Strength|',
                        'Trial of the Naaru: Tenacity|',
                        'Special Delivery to Shattrath City|',
                        'The Tempest Key|'
                ),
        'Kara' => array( 'Quests', 'Kara' =>
                        'The Master\\\'s Key|58887',
                        'Arcane Disturbances|',
                        'Restless Activity|',
                        'Contact from Dalaran||MS',
                        'Khadgar|',
                        'Entry Into Karazhan|',
                        'The Second and Third Fragments|',
                        'The Master\\\'s Touch|',
                        'Return to Khadgar|',
                ),
        'HA' => array( 'Key-Only', 'HA' =>
                        'Auchenai Key|55216'
                ),
        'HHC' => array( 'Key-Only', 'HHC' =>
                        'Flamewrought Key|55262'
                ),
        'HCR' => array( 'Key-Only', 'HCR' =>
                        'Reservoir Key|55139'
                ),
        'HTK' => array( 'Key-Only', 'HTK' =>
                        'Warpforged Key|55231'
                ),
        'HCoT' => array( 'Key-Only', 'HCoT' =>
                        'Key of Time|54481'
                ),
);
Last edited by Mithan on Fri Feb 09, 2007 8:21 am, edited 1 time in total.
Mithan
WR.net Apprentice
WR.net Apprentice
 
Posts: 14
Joined: Wed Jul 05, 2006 7:58 am

Re: Instance Keys for BC

Postby arcadin » Fri Feb 09, 2007 8:33 am

durnn wrote:On playing around with my site, I found out that this is, indeed a cache issue. The problem seemed to be that, not only was enUS.php and membersinst.php cached, but so was indexinst.php, which is why I didn't catch it immediately. Clearing the entire cache seemed to work fine for me.


I can't find a way to clear this cache that you are speaking of. I've dumped my IE and Moz caches, I've rebooted and restarted apache then rebooted my server hosting wowroster and I've set myself to bypass my squid proxy, but I'm still getting the old keys page despite making those changes.

I changed membersinst.php and localization/enUS.php as per Kaite's post subject: Re: Instance Keys for BC Posted: Thu Feb 08, 2007 02:08 AM

Am I missing something?

Arc.
Last edited by arcadin on Fri Feb 09, 2007 8:40 am, edited 1 time in total.
arcadin
WR.net Apprentice
WR.net Apprentice
 
Posts: 32
Joined: Thu Sep 14, 2006 3:20 pm

Re: Instance Keys for BC

Postby Exerladan » Fri Feb 09, 2007 8:55 am

Thanks to anodion work, here's a complete frFR localization file (for horde & alliance) :D

I've not tested all key (as my guild is alliance only and guildies start their keys), but it seems to work.
Attachments
frfr.zip
frFR localization file improved with BC keys (1.7.2 and 1.7.3 RC1 compatible)
(14.15 KiB) Downloaded 335 times
Last edited by Exerladan on Fri Feb 09, 2007 10:13 am, edited 2 times in total.
Exerladan
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 101
Joined: Tue Jul 25, 2006 2:47 pm

PreviousNext

Return to General Support & Feedback

Who is online

Users browsing this forum: No registered users and 1 guest

cron