Menu

#8 Problems with german version of WoW

open
nobody
None
5
2005-01-10
2005-01-10
Anonymous
No

I have minor problems with the german version of World
of Warcraft and using Profiler/web package. If you want
to look at it directly, go to
http://www.xanadu-gilde.de/profiler/index.php.
There are 2 characters, but i have only one. The 2. is
only a copy which is named "Unbekannte Entität" (eng:
Unknown Entity). The copy is already in the
SavedVariables.lua, so it has to be a problem in the
Profiler AddOn. You can check that in that appended file.
The second problem are the german characters "ä, ü, ö".
You can see that at the startpage it displays
"Entität" instead of "Entität" but only there. If you
look into the char details it is spelled correctly. I
found out that is has to be a problem when the cgi
processes the file, because the same happens when i
manually upload the file.
The third and last problem are the skills. They wont
show because of the german names. Maybe i can help you
with this? Write me an email if you are interested:
moonsorrow at gmx dot de

Sorry for my bad english.

Discussion

  • Nobody/Anonymous

    SavedVariables.lua

     
  • Nobody/Anonymous

    Logged In: NO

    I installed the profiler in the last few minutes and I have
    the same problem. So solve the skill problem problem, you
    only have to modify the skilltype array in char.php like that:
    var $skilltypes = array( 1 => 'Klassen-Fertigkeiten',
    2 => 'Berufe',
    3 => 'Sekundäre Fertigkeiten',
    4 => 'Waffen-Fertigkeiten',
    5 => 'Rüstungssachverstand',
    6 => 'Sprachen' );

     

Log in to post a comment.