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'
),