http://www.wowroster.net/Forums/posting ... 15797.html
Ghostmaster wrote:Neded to change
- 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',
),
'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|',
),
to
- Code: Select all
'SH' => array( 'Quests', 'SH' =>
'Shattered Halls Key|56320',
'Entry into the Citadel|',
'Grand Master Dumphry|',
'Dumphry\\\'s Request|',
'Hotter then Hell|'
),
'SL' => array( 'Key-Only', 'SL' =>
'Shadow Labyrinth Key|57267',
),
'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|',
),
Else the key's diden't show up
Got yhe correction from here:
http://www.wowroster.net/Forums/viewtop ... html#15746
/Ghostmaster
Also edit membersinstBC.php
- Code: Select all
//Minimum lockpicking skill to get it, 1000 indicates that the lock can't be picked
$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,
);
/edit Posted wrong fix =)
/edit added locking info