key bc

Displays Instance keys for TBC

Moderator: titan99

Re: key bc

Postby daddelkopp » Mon Feb 19, 2007 10:00 am

Hi,

I changed this Mod a littlebit to show the german (short) Instanznames as Header.


localization.php:

Code: Select all
/*********************DE*************************************************/
$wordings['deDE']['kbc_title_addon'] = 'Schlüssel BC';
$inst_keys_bc['deDE']['A'] = array(
   'SL' => array( 'Key-Only', 'SL' =>
         'Schlüssel des Schattenlabyrinths|57267'
      ),
   'ZH' => array( 'Quests', 'ZH' =>
         'Schlüssel der zerschmetterten Hallen|56320',
         'Zugang zur Zitadelle|',
         'Großmeister Dumphry|',
         'Dumphrys Bitte|',
         'Heißer als die Hölle|'
      ),
   'Arkatraz' => array( 'Quests', 'Arkatraz' =>
         'Schlüssel zu Arkatraz|58724',
         'Kristallsammlung des Konsortiums|',
         'Ein Hügel voll Astraler|',
         'Sphärenräuber Nesaad|',
         'Bitte um Unterstätzung|',
         'Rechtmäßiger Besitz|',
         'Eine Audienz beim Prinzen|',
         'Triangulationspunkt Eins|',
         'Triangulationspunkt Zwei|',
         'Das volle Dreieck|',
         'Sonderlieferung nach Shattrath|',
         'Wie man in Arkatraz einbricht|'
      ),
   '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|',
      ),
   'Auge' => array( 'Quests', 'Auge' =>
         '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|'
      ),
   'Auchenai' => array( 'Key-Only', 'Auchenai' =>
         'Schlüssel der Auchenai|55216'
       ),
   'HZ' => array( 'Key-Only', 'HZ' =>
         'Flammengeschmiedeter Schlüssel|55262'
      ),
   'Kessel' => array( 'Key-Only', 'Kessel' =>
         'Schlüssel des Kessels|55139'
      ),
   'FdS' => array( 'Key-Only', 'FdS' =>
         'Warpgeschmiedeter Schlüssel|55231'
      ),
   'HdZ' => array( 'Key-Only', 'HdZ' =>
         'Schlüssel der Zeit|54481'
       ),
);


// HORDE KEYS
$inst_keys_bc['deDE']['H'] = array(
   'SL' => array( 'Key-Only', 'SL' =>
         'Schlüssel des Schattenlabyrinths|57267'
      ),
   'ZH' => array( 'Quests', 'ZH' =>
         'Schlüssel der zerschmetterten Hallen|56320',
         'Zugang zur Zitadelle|',
         'Großmeister Dumphry|',
         'Dumphrys Bitte|',
         'Heißer als die Hölle|'
      ),
   'Arkatraz' => array( 'Quests', 'Arkatraz' =>
         'Schlüssel zu Arkatraz|58724',
         'Kristallsammlung des Konsortiums|',
         'Ein Hügel voll Astraler|',
         'Sphärenräuber Nesaad|',
         'Bitte um Unterstützung|',
         'Rechtmäßiger Besitz|',
         'Eine Audienz beim Prinzen|',
         'Triangulationspunkt Eins|',
         'Triangulationspunkt Zwei|',
         'Das volle Dreieck|',
         'Sonderlieferung nach Shattrath|',
         'Wie man in Arkatraz einbricht|'
      ),
   '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|',
      ),
   'Auge' => array( 'Quests', 'Auge' =>
         '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|'
      ),
   'Auchenai' => array( 'Key-Only', 'Auchenai' =>
         'Schlüssel der Auchenai|55216'
       ),
   'HZ' => array( 'Key-Only', 'HZ' =>
         'Flammengeschmiedeter Schlüssel|55262'
      ),
   'Kessel' => array( 'Key-Only', 'Kessel' =>
         'Schlüssel des Kessels|55139'
      ),
   'FdS' => array( 'Key-Only', 'FdS' =>
         'Warpgeschmiedeter Schlüssel|55231'
      ),
   'HdZ' => array( 'Key-Only', 'HdZ' =>
         'Schlüssel der Zeit|54481'
       ),
);


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(
        'SL' => 350,
        'ZH' => 350,
        'Arkatraz' => 350,
        'Karazhan' => 1001,
        'Auge' => 1001,
        'Auchenai' => 1001,
        'HZ' => 1001,
        'Kessel' => 1001,
        'FdS' => 1001,
        'HdZ' => 1001,
);


greetings
daddelkopp
User avatar
daddelkopp
WR.net Journeyman
WR.net Journeyman
 
Posts: 99
Joined: Wed Jan 03, 2007 10:22 am

Re: key bc

Postby Stonehigh » Mon Feb 19, 2007 11:06 am

Thx for your work, but look at these..

Schl?BC

Now all Pictures fail + Player with key´s and rdy pre´s...

das doooof :(
Stonehigh
WR.net Apprentice
WR.net Apprentice
 
Posts: 4
Joined: Sun Feb 18, 2007 11:38 am

Re: key bc

Postby daddelkopp » Mon Feb 19, 2007 11:37 am

Das hat etwas mit diesen b****** Dateiformaten zu tun. Wenn du die Dateien mit dem normalen Notepad geöffnet und editiert hast, ist das UTF8 Format zerstört. Ich benutzte z.B. Ultraedit zum editieren. Da kann ich auch Dateien unter einem bestimmten Format speichern. Es gab hier schonmal nen Thread in dem über freie Editoren gesprochen wurde. UltraEdit ist leider nicht kostenlos. Ich muss auch nochmal nach den Schlüsselbildern schauen. Nicht das ich da nochwas vergessen habe. Aber bei uns hat glaube ich noch niemand einen Schlüssel.

Schlüssel BC

English: Dont use normal Notepad to edit the language file! You will destroy the UTF format!

daddelkopp
Last edited by daddelkopp on Mon Feb 19, 2007 11:39 am, edited 1 time in total.
User avatar
daddelkopp
WR.net Journeyman
WR.net Journeyman
 
Posts: 99
Joined: Wed Jan 03, 2007 10:22 am

key bc

Postby Lumbendil » Mon Feb 19, 2007 11:53 am

i'm having alot of problems aswell, as seen here

http://theoutlaws.110mb.com/roster/addo ... ame=key_bc

anyone knows what's wrong? sry, kinda new with all of this
Lumbendil
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Fri Feb 02, 2007 5:09 am

Re: key bc

Postby daddelkopp » Mon Feb 19, 2007 12:53 pm

Next try :scratch:

I upload my fixed files for german local. ONLY for german Roster!!!!
Attachments
key_bc.zip
membersinstBC.php
localization.php
(6.2 KiB) Downloaded 348 times
Last edited by daddelkopp on Mon Feb 19, 2007 12:56 pm, edited 1 time in total.
User avatar
daddelkopp
WR.net Journeyman
WR.net Journeyman
 
Posts: 99
Joined: Wed Jan 03, 2007 10:22 am

Re: key bc

Postby Roang » Mon Feb 19, 2007 1:24 pm

Works fine for me
Roang
WR.net Apprentice
WR.net Apprentice
 
Posts: 6
Joined: Tue Dec 19, 2006 1:48 pm
Location: Linz

Re: key bc

Postby Stonehigh » Mon Feb 19, 2007 10:33 pm

Du bist der beste :D

DICKES DICKES DANKE dür deine Mühen...

Funzt einwandfrei...

Das kann sich doch mal sehen lassen...

Nochmal vielen dank für deine Arbeit und sorry nochmal wegen dem stress...

Greetze

Stony + Gilde
Stonehigh
WR.net Apprentice
WR.net Apprentice
 
Posts: 4
Joined: Sun Feb 18, 2007 11:38 am

Re: key bc

Postby daddelkopp » Tue Feb 20, 2007 12:29 pm

Schön das es funzt :mrgreen:

Jetzt muss ich aber mal selber ein paar Schlüssel ins Inventar bekommen :mrgreen:

daddelkopp
User avatar
daddelkopp
WR.net Journeyman
WR.net Journeyman
 
Posts: 99
Joined: Wed Jan 03, 2007 10:22 am

Re: key bc

Postby Draenak » Tue Feb 20, 2007 12:33 pm

Jepp es läuft einwandfrei. Blöder Fehler eigentlich. Naja n paar Stunden umsonst drangesessen und gerätselt und der liebe Daddelkopp berichtigt es mal kurz.
Naja hab auch noch keinen Schlüssel aber der Roster frisst auch zuviel Zeit :twisted: .

greetz
Draenak
WR.net Apprentice
WR.net Apprentice
 
Posts: 4
Joined: Wed Jan 10, 2007 4:09 pm

Re: key bc

Postby SerialLover » Tue Feb 20, 2007 2:31 pm

Neuromante wrote:Having a similar problem here, as u can see from the picture,

some keys are correctly displayed while other ones are not.

Tarren Mill EU Server PVP


Even with the last version I have still the problem on french roster with french or english wow client

Roster Link
SerialLover
WR.net Apprentice
WR.net Apprentice
 
Posts: 26
Joined: Tue Jul 11, 2006 2:32 pm

key bc

Postby walkindude » Tue Feb 20, 2007 6:25 pm

heya - great mod, however not evetry gear me and the odd recent uploaders have is showing up:

http://www.handsofjustice.co.uk/roster/ ... ame=key_bc

FOr example - my toon (Pedesvir) should have the SH & SL keys displayed however they dont....
walkindude
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Tue Aug 08, 2006 6:06 pm

key bc

Postby Jhaeldril » Tue Feb 20, 2007 6:50 pm

http://www.wowroster.net/Forums/viewtopic/t=2719.html

Check out that thread. Edit the enUS.php file in the Addons>key_bc>language directory on your server the way it says in that thread. It'll fix it right up.
ImageImageImage
Jhaeldril
WR.net Apprentice
WR.net Apprentice
 
Posts: 32
Joined: Thu Jul 06, 2006 4:03 am

Re: key bc

Postby walkindude » Wed Feb 21, 2007 11:23 am

Jhaeldril wrote:http://www.wowroster.net/Forums/viewtopic/t=2719.html

Check out that thread. Edit the enUS.php file in the Addons>key_bc>language directory on your server the way it says in that thread. It'll fix it right up.


thanks that sorted it perfectly - all looks sweet now :)
walkindude
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Tue Aug 08, 2006 6:06 pm

Re: key bc

Postby Melikae » Thu Feb 22, 2007 4:50 pm

Theres also a typo in the enUS file

"Hotter then Hell" should be Hotter than Hell"

otherwise great work, thx a lot :thumleft: :thumleft:


Edith says: That's in the linked thread already, sry :blackeye:
Last edited by Melikae on Thu Feb 22, 2007 4:51 pm, edited 1 time in total.
User avatar
Melikae
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Tue Aug 22, 2006 4:14 pm

Re: key bc

Postby hupe » Sat Feb 24, 2007 9:07 am

Also ich hab das Problem das nur der Schattenlab schlüssel angezeigt wird. und wenn ich den code von oben in die deDE.php einsetze gehn glei ma alle schlüssel weg :scratch:
hupe
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Sat Feb 24, 2007 9:01 am

PreviousNext

Return to Key BC

Who is online

Users browsing this forum: No registered users and 0 guests

cron