Instance Keys for BC

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

Re: Instance Keys for BC

Postby Ghostmaster » Thu Feb 15, 2007 12:14 am

Chile wrote:how about if we can just get a seperate mod for this? the orignial Keys page works fine and is done already for all the Originial WoW stuff. Can this just be on like a TBC Keys page?


Agree.

Plz show TBC keys on a seperate page og make a selection function between "old" keys and TBC keys :smile:
Ghostmaster
WR.net Apprentice
WR.net Apprentice
 
Posts: 23
Joined: Sun Jul 30, 2006 3:54 am

Instance Keys for BC

Postby naruchan » Thu Feb 15, 2007 2:17 am

I am having the problem of some keys not appearing:
http://www.aegishq.net/roster/indexinst.php

I'm pretty sure the most up to date copy of my localization file is being reflected and can't figure out for the heck of me what's going on. Thanks for any help!
naruchan
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Fri Sep 29, 2006 10:20 pm

Re: Instance Keys for BC

Postby Corbism » Thu Feb 15, 2007 4:28 am

Does 1.7.3 have this code or do we have to make the modifications listed in the various pages of this thread? I upgraded to 1.7.3, but there are no additional instance key columns present.
User avatar
Corbism
WR.net Apprentice
WR.net Apprentice
 
Posts: 51
Joined: Fri Sep 29, 2006 10:48 pm
Location: Seattle, WA

Instance Keys for BC

Postby zanix » Thu Feb 15, 2007 4:31 am

Roster 1.7.3 does not include these new keys due to the fact that the code went final before all the translations were ready

I do suggest that someone make these into a Roster addon
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 Corbism » Thu Feb 15, 2007 4:42 am

So, on page 2 of this thread, there is a post from Kaite with a compiled list of what to change in enUS.php and membersinst.php. Is that all that needs to be done? Sorry, but this thread is huge with a lot of code being posted.
Last edited by Corbism on Thu Feb 15, 2007 4:47 am, edited 1 time in total.
User avatar
Corbism
WR.net Apprentice
WR.net Apprentice
 
Posts: 51
Joined: Fri Sep 29, 2006 10:48 pm
Location: Seattle, WA

Instance Keys for BC

Postby naruchan » Thu Feb 15, 2007 4:56 am

I figured out what it was. I think it may have something to do with v1.7.3, but using the following for the english localization, alliance side worked:

Code: Select all
'SL' => array( 'Key-Only', 'SL' =>
         'Shadow Labyrinth Key|57267'
      ),
  'SH' => array( 'Quests', 'SH' =>
      'Shattered Halls Key|56320',
      'Entry into the Citadel|',
      'Grand Master Dumphry|',
      'Dumphry\\\'s Request|',
      'Hotter than Hell|'
    ),
  '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'
    ),


It looks like the array name (?) and the value inside have to be the same.
Last edited by naruchan on Thu Feb 15, 2007 4:57 am, edited 1 time in total.
naruchan
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Fri Sep 29, 2006 10:20 pm

Instance Keys for BC

Postby Corbism » Thu Feb 15, 2007 7:03 am

So is this the correct and most current code?

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'
                ),
User avatar
Corbism
WR.net Apprentice
WR.net Apprentice
 
Posts: 51
Joined: Fri Sep 29, 2006 10:48 pm
Location: Seattle, WA

Instance Keys for BC

Postby DiscoWay » Thu Feb 15, 2007 7:37 am

Thanks naruchan, That fixed it for me as well.

cheers
User avatar
DiscoWay
WR.net Apprentice
WR.net Apprentice
 
Posts: 25
Joined: Mon Feb 12, 2007 11:40 pm

Instance Keys for BC

Postby Niryk » Fri Feb 16, 2007 1:05 am

Yes, I used this code as well, as I'd rather have it all on one page as opposed to using an addon, which someone has created, simply because I'd rather have it all on one page.
User avatar
Niryk
WR.net Apprentice
WR.net Apprentice
 
Posts: 33
Joined: Fri Nov 17, 2006 5:31 am

Instance Keys for BC

Postby Corbism » Fri Feb 16, 2007 8:31 am

For those that may be new to this thread, the following is a compilation of the various posts. Earlier posts of modifications to the enUS.php file did not work for me. Naruchan's posted fixes worked perfectly.

So, here is a compiled list of Alliance English modifications.

/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 (fixed from Naruchan):

Code: Select all
'SL' => array( 'Key-Only', 'SL' =>
         'Shadow Labyrinth Key|57267'
      ),
  'SH' => array( 'Quests', 'SH' =>
      'Shattered Halls Key|56320',
      'Entry into the Citadel|',
      'Grand Master Dumphry|',
      'Dumphry\\\'s Request|',
      'Hotter than Hell|'
    ),
  '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'
    ),
User avatar
Corbism
WR.net Apprentice
WR.net Apprentice
 
Posts: 51
Joined: Fri Sep 29, 2006 10:48 pm
Location: Seattle, WA

Instance Keys for BC

Postby Uthane » Wed Feb 21, 2007 10:49 pm

This is kinda cool. A simple question I had sparked a mod. :)

/happy-dance
Uthane
WR.net Apprentice
WR.net Apprentice
 
Posts: 4
Joined: Mon Jul 10, 2006 10:18 pm

Re: Instance Keys for BC

Postby Arakor » Thu Feb 22, 2007 1:40 pm

A mistake in french transaltion (in frFR.php)

Code: Select all
'Arcatraz' => array( 'Quests', 'Arcatraz' =>
       'Clé de l\\\'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|'
      ),


replace by

Code: Select all
    'Arcatraz' => array( 'Quests', 'Arcatraz' =>
            'La clé d\\\'Arcatraz|58724',
            'L\\\'écumeur-dimensionnel Nesaad',
      'Demande d\\\'assistance',
      'Récupérer ce qui nous revient de droit',
      'Une audience avec le prince',
      '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|'
        ),
Last edited by Arakor on Thu Feb 22, 2007 1:49 pm, edited 2 times in total.
Arakor
WR.net Apprentice
WR.net Apprentice
 
Posts: 12
Joined: Fri Jan 12, 2007 3:30 am

Instance Keys for BC

Postby aniodon » Thu Feb 22, 2007 6:05 pm

Thanks Arakor for your adding =)
Some quests were missing, thank you.
aniodon
WR.net Journeyman
WR.net Journeyman
 
Posts: 108
Joined: Mon Dec 18, 2006 8:09 pm

Re: Instance Keys for BC

Postby Daemonus » Mon Feb 26, 2007 4:11 pm

Another mistake in the french translation (fr_FR.php)
"s" missing in the quest : 'Le deuxième et le troisième fragment|',

the right code is :

Code: Select all
'Kara' => array( 'Quests', 'Kara' =>
      'La clé du maître|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 fragments|',
      'Le toucher du maître|',
      'Retour vers Khadgar|',
   ),


Daemonus
Daemonus
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Mon Feb 26, 2007 4:06 pm

Re: Instance Keys for BC

Postby Shag » Tue Feb 27, 2007 12:18 am

Corbism wrote:For those that may be new to this thread, the following is a compilation of the various posts. Earlier posts of modifications to the enUS.php file did not work for me. Naruchan's posted fixes worked perfectly.

So, here is a compiled list of Alliance English modifications.

/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 (fixed from Naruchan):

Code: Select all
'SL' => array( 'Key-Only', 'SL' =>
         'Shadow Labyrinth Key|57267'
      ),
  'SH' => array( 'Quests', 'SH' =>
      'Shattered Halls Key|56320',
      'Entry into the Citadel|',
      'Grand Master Dumphry|',
      'Dumphry\\\'s Request|',
      'Hotter than Hell|'
    ),
  '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'
    ),


Is there currently no horde equivalent?
Shag
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Fri Aug 25, 2006 9:12 pm

PreviousNext

Return to General Support & Feedback

Who is online

Users browsing this forum: No registered users and 1 guest

cron