FanUpdate: Key BC version 0.4b [Roster 1.7.3 addon]

Displays Instance keys for TBC

Moderator: titan99

FanUpdate: Key BC version 0.4b [Roster 1.7.3 addon]

Postby daddelkopp » Tue May 29, 2007 8:32 pm

Hi there,

I put all the small fixes since the last officiall version together and add some new keys.

- Serpent Shrine:
Only Questline! Because we get no key, only a spell.
- Black Temple:
Complete for enUS
Incomplete for deDE
Not translated for frFR

+ Bugfix for errors found by Subxero

General frFR:
I hope I got all the fixes from the france localisation thread :scratch:

Have fun :mrgreen:
daddelkopp
Attachments
key_bc_04b.zip
Add Serpent Shrine & Black Temple & some bugfixes
(27.22 KiB) Downloaded 533 times
Last edited by daddelkopp on Tue May 29, 2007 10:26 pm, edited 2 times in total.
User avatar
daddelkopp
WR.net Journeyman
WR.net Journeyman
 
Posts: 99
Joined: Wed Jan 03, 2007 10:22 am

FanUpdate: Key BC version 0.4b [Roster 1.7.3 addon]

Postby Subxero » Tue May 29, 2007 10:11 pm

Please edit enUS.php


get commas out from quotes.

'xxxxxx|,' <<< ERROR

'xxxxxx|', <<< CORRECT

On BT horde and alliance translation
User avatar
Subxero
WR.net Artisan
WR.net Artisan
 
Posts: 234
Joined: Thu Jul 06, 2006 4:08 pm
Realm: Zul'jin (PvE) - US

Re: FanUpdate: Key BC version 0.4b [Roster 1.7.3 addon]

Postby daddelkopp » Tue May 29, 2007 10:25 pm

Ups :sad:

I have fixed that in my first post. Thanks for your help Subxero :thumright:

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

FanUpdate: Key BC version 0.4b [Roster 1.7.3 addon]

Postby Grektar » Fri Jun 01, 2007 6:19 pm

Somehow Multilanguage Support is not working with this version. :-(

Check http://www.drachenkinder.org/roster/add ... ame=key_bc , only deDE Client characters are shown, enEN are missing (some characters using enEN would be Charos and Xavior).

Do I have to activate it?
ImageImageImageImage
User avatar
Grektar
WR.net Apprentice
WR.net Apprentice
 
Posts: 22
Joined: Sun Jul 23, 2006 3:23 pm

Re: FanUpdate: Key BC version 0.4b [Roster 1.7.3 addon]

Postby daddelkopp » Fri Jun 01, 2007 10:53 pm

Sometimes Im a littlebit :shaking2:

I missed to implement the Multilanguage. Sorry for that.

Here is the fixed version. At last, there is a little problem. The names of the instances. The used language of the Instance names are dependent of the last language file in localization.php (default english). So, if you need another language, put the codeline with your prefered language at last.

We need to call all languagefiles for multilanguage! I think it is easy fix that for someone with more php skills as my :mrgreen:

Sorry again
Daddelkopp
Attachments
key_bc_04c.zip
Key BC version 0.4c
- Implement Multilanguage again
(11.99 KiB) Downloaded 481 times
User avatar
daddelkopp
WR.net Journeyman
WR.net Journeyman
 
Posts: 99
Joined: Wed Jan 03, 2007 10:22 am

Re: FanUpdate: Key BC version 0.4b [Roster 1.7.3 addon]

Postby Minihunt » Sat Jun 02, 2007 4:12 am

Full french translated and fix some incorrect >> ', <<
Traduction complète en français et fixes quelques >> ', <<
Attachments
frfr.zip
For Key BC version 0.4c
Pour Key BC version 0.4c
(1.75 KiB) Downloaded 442 times
Last edited by Minihunt on Sat Jun 02, 2007 4:12 am, edited 1 time in total.
User avatar
Minihunt
WR.net Apprentice
WR.net Apprentice
 
Posts: 13
Joined: Wed Mar 14, 2007 10:17 am
Location: France

FanUpdate: Key BC version 0.4b [Roster 1.7.3 addon]

Postby daddelkopp » Sat Jun 02, 2007 8:11 pm

Thank you very much :)

I can't speak france. I hope, I didn't do to much wrong with the france local :)

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

FanUpdate: Key BC version 0.4b [Roster 1.7.3 addon]

Postby foreseit » Mon Jun 04, 2007 10:21 pm

I was just checking the code of verision c for upload. I see
Code: Select all
    'Shrine' => array( 'Parts''Shrine' =>
            
'The Mark of Vashj|',
            
'Earthen Signet|31750|',
            
'Blazing Signet|31751|'
        
), 

Is that supposed to be 'Quests' in stead of 'Parts', like what Temple has?
<a href="thehateguild.com"><img src="/anetheron/addons/siggen/sig.php?name=Foreseit"></a>
User avatar
foreseit
WR.net Journeyman
WR.net Journeyman
 
Posts: 139
Joined: Tue Jul 25, 2006 10:03 pm

FanUpdate: Key BC version 0.4b [Roster 1.7.3 addon]

Postby balador » Mon Jun 04, 2007 10:51 pm

I like! It works! Great! Love you, lets have diner. Bye.
balador
WR.net Apprentice
WR.net Apprentice
 
Posts: 10
Joined: Thu Jul 13, 2006 6:51 pm

Re: FanUpdate: Key BC version 0.4b [Roster 1.7.3 addon]

Postby Efryse » Mon Jun 04, 2007 10:52 pm

daddelkopp wrote:We need to call all languagefiles for multilanguage! I think it is easy fix that for someone with more php skills as my :mrgreen:


Hi Daddelkopp. I didn't check your version, but multilanguage integration is not that easy. There have to be done more changes than including all language files. I did that and I posted the code changes here: http://www.wowroster.net/Forums/viewtopic/t=2718/start=15.html#17883.
Just loading all language files won't work because the variables have the same name in every language file and every language file overwrites them.

If you want to change that, you have to read the linked post. I did explain the changes I made.
You can use my version if you want to, but you have to rewrite the language files (which are also a little buggy).
Efryse
WR.net Apprentice
WR.net Apprentice
 
Posts: 35
Joined: Tue Jan 16, 2007 3:44 am

FanUpdate: Key BC version 0.4b [Roster 1.7.3 addon]

Postby daddelkopp » Mon Jun 04, 2007 11:32 pm

@ foreseit: No, because wo only have the two QuestItems.

The codechanges which where needed for multilange was done by the AddOn Developer himself. I worked with an version 0.3 and include all new features and bugfixes. But I did not include multilanguage feature, because my guild didn't need it.

Now I perform a code compare (my Version based on 0.3 against official 0.4 with multilanguage) with BeyondCompare and fix all codepart for multilanguage, too.

I see... not all of your code was included in 0.4. I need a littlebit time to put your codechanges into my files. But the AddOn will be much better :mrgreen:

daddelkopp

edit1: I think the only part I missed was that $inst_name now has a language index. And the changes for the AddOn Title. All other changes seems to be included. I will check & test that.

Thanks for your help Efryse :mrgreen:

edit2: I hope this will did it :thumleft:
I need someone to test the codechanges. It works on my roster, but my guild use only one language client (ger).
Attachments
key_bc_04d.zip
Key BC version 0.4d
- Fixes from Efryse for Multilanguage
- Fixes for frFR.php from Minihunt
(12.01 KiB) Downloaded 515 times
Last edited by daddelkopp on Tue Jun 05, 2007 12:53 am, edited 4 times in total.
User avatar
daddelkopp
WR.net Journeyman
WR.net Journeyman
 
Posts: 99
Joined: Wed Jan 03, 2007 10:22 am

FanUpdate: Key BC version 0.4b [Roster 1.7.3 addon]

Postby daddelkopp » Tue Jun 19, 2007 3:55 pm

Here are the german Questnames for the Black Temple:

Replace in deDE.php (for Alliance & Horde):

Code: Select all
                        'The Secret Compromised|',
                        'Ruse of the Ashtongue|',
                        'An Artifact From the Past|',
                        'The Hostage Soul|',
                        'Entry Into the Black Temple|',
                        'A Distraction for Akama|'


with

Code: Select all
         'Das gefährdete Geheimnis|',
         'Die List der Aschenzungen|',
         'Ein Artefakt aus der Vergangenheit|',
         'Die Seelengeisel|',
         'Zutritt zum Schwarzen Tempel|',
         'Ein Ablenkungsmanöver für Akama|'


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


Return to Key BC

Who is online

Users browsing this forum: No registered users and 0 guests

cron