Instance Keys for BC

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

Instance Keys for BC

Postby robojerk » Tue Feb 27, 2007 12:30 am

Horde fix for EnUS
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
Last edited by robojerk on Tue Feb 27, 2007 12:44 am, edited 3 times in total.
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

Instance Keys for BC

Postby robojerk » Tue Feb 27, 2007 12:35 am

There's been plenty of fixes for this mod, can the author just update it with all of them so people don't need to hunt down fixes per their faction?
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

Instance Keys for BC

Postby bosco » Wed Feb 28, 2007 5:46 pm

is there a deDE.php translation for yhe BC keys ? I'm releasing a "patch" to have a BC keys list separate of the others keys.
bosco
WR.net Apprentice
WR.net Apprentice
 
Posts: 26
Joined: Mon Jan 15, 2007 12:24 pm

Re: Instance Keys for BC

Postby bosco » Wed Feb 28, 2007 5:51 pm

Daemonus wrote: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

Sorry for french.

Il ne manque pas de s, c'est le deuxième et le troisième fragment. Aucun s nécéssaire.
bosco
WR.net Apprentice
WR.net Apprentice
 
Posts: 26
Joined: Mon Jan 15, 2007 12:24 pm

Re: Instance Keys for BC

Postby aniodon » Wed Feb 28, 2007 5:55 pm

bosco wrote:
Daemonus wrote: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

Sorry for french.

Il ne manque pas de s, c'est le deuxième et le troisième fragment. Aucun s nécéssaire.


I have the 's' in the quest too. Also my guildmates. I have the 's' in my IG quest log.

J'ai bien le S moi, vérifie en mettant a jour le roster avec la version actuelle, et même dans le journal de quete IG j'ai bien le S
aniodon
WR.net Journeyman
WR.net Journeyman
 
Posts: 108
Joined: Mon Dec 18, 2006 8:09 pm

Instance Keys for BC

Postby bosco » Wed Feb 28, 2007 5:59 pm

En y réfléchissant bien, il est possible que les deux soient valables.

En tout cas dans mon patch, j'ai pas mit de s. Libre à toi de le rajouter après :)

Toute façon je peux pas vérifier, j'en suis pas encore là :)
Last edited by bosco on Wed Feb 28, 2007 6:02 pm, edited 1 time in total.
bosco
WR.net Apprentice
WR.net Apprentice
 
Posts: 26
Joined: Mon Jan 15, 2007 12:24 pm

Instance Keys for BC

Postby bosco » Wed Feb 28, 2007 6:13 pm

Hi all,

due to asking from members and my personnal exigence, i've made a "patch" to have a separate page for the bc keys. It's actually only available in french and english, but when i'll have the translation in spanish an german, i'l add them.

I've realised this patch with the content found on this thread.

For the english, i may have a bug for horde part, because i haven't found a lot of post here.

If you have edited our wowroster original files to have the bc key, restore it and use my files. If you find a bug, please tell me and i'll try all that i can to fix it.

Download BC keys patch

Edit : updated link, wrong url
Last edited by bosco on Thu Mar 01, 2007 1:42 am, edited 1 time in total.
bosco
WR.net Apprentice
WR.net Apprentice
 
Posts: 26
Joined: Mon Jan 15, 2007 12:24 pm

Instance Keys for BC

Postby robojerk » Wed Feb 28, 2007 6:17 pm

Error wrote:Erreur 404 / Error 404

La page que vous souhaitez afficher n'existe pas ou a été supprimée. Merci de votre compéhension.
Retour au site

The page that you wish to post does not exist or was removed. Thank you for your compéhension.
Return to the website

Die Seite, die Sie wünschen, anzuschlagen, besteht nicht oder ist abgeschafft worden. Danke für Ihr compéhension.
Rückkehr zum Standort
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

Re: Instance Keys for BC

Postby JoeyW » Wed Feb 28, 2007 10:22 pm

I found it ...

DameChaos' BC Keys Patch


The patch works wonderfully: Eternal Guardians' BC Keys

Thanks! :thumleft:
Last edited by JoeyW on Wed Feb 28, 2007 10:38 pm, edited 1 time in total.
User avatar
JoeyW
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Thu Oct 19, 2006 12:47 am

Instance Keys for BC

Postby bosco » Thu Mar 01, 2007 1:44 am

Yes i've forgot the "s". I've corrected my link.

Thanks for your FeedBack joey ;)
bosco
WR.net Apprentice
WR.net Apprentice
 
Posts: 26
Joined: Mon Jan 15, 2007 12:24 pm

Instance Keys for BC

Postby aniodon » Thu Mar 01, 2007 2:05 am

There is an attempt to put this on a WowRoster Addon here already :
http://www.wowroster.net/Forums/viewforum/f=96.html
aniodon
WR.net Journeyman
WR.net Journeyman
 
Posts: 108
Joined: Mon Dec 18, 2006 8:09 pm

Re: Instance Keys for BC

Postby Psycho123 » Thu Mar 01, 2007 4:28 am

Hi:)

I would want to have all the keys in an only page, as i must make?

Example1

Example2

For pleasure you can give the file (indexinst.php, membersinst.php,...etc) to me already modified? THANKS
Psycho123
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Tue Dec 12, 2006 7:12 am

Instance Keys for BC

Postby bosco » Thu Mar 01, 2007 6:56 pm

Update : added deDE language.

DameChaos' BC Keys Patch

Psycho123 : i'll do that... for you ;)
bosco
WR.net Apprentice
WR.net Apprentice
 
Posts: 26
Joined: Mon Jan 15, 2007 12:24 pm

Re: Instance Keys for BC

Postby Chile » Thu Mar 01, 2007 7:59 pm

bosco wrote:Hi all,

due to asking from members and my personnal exigence, i've made a "patch" to have a separate page for the bc keys. It's actually only available in french and english, but when i'll have the translation in spanish an german, i'l add them.

I've realised this patch with the content found on this thread.

For the english, i may have a bug for horde part, because i haven't found a lot of post here.

If you have edited our wowroster original files to have the bc key, restore it and use my files. If you find a bug, please tell me and i'll try all that i can to fix it.

Download BC keys patch

Edit : updated link, wrong url


WORKED LIKE A CHARM!!! THANKS!

http://www.grimriders.com/roster/indexinstbc.php
Image
User avatar
Chile
WR.net Apprentice
WR.net Apprentice
 
Posts: 17
Joined: Wed Jul 26, 2006 8:11 pm
Location: Illinois

Instance Keys for BC

Postby theHOMER » Tue May 29, 2007 1:47 pm

i get a error for a single char since a week or so
most users have their client in german
but i use the english localization

and within my rogue the error
Warning: Division by zero in /var/www/user/thehomer.xail.net/roster/addons/key_bc/membersinstBC.php on line 515

shows up
theHOMER
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Mon Aug 21, 2006 10:29 am

PreviousNext

Return to General Support & Feedback

Who is online

Users browsing this forum: No registered users and 1 guest

cron