For the german Client you only need to edit the file "_ProfitUI_Cures.txt"
Chnage all
Cure to Heilkraft
Cure Curse to Fluch heilen
Cure Arcane to Arkane Heilkraft
works like a charm. I put the changed File as attachement. Don't forget to set it on ignore in the updater.
There is only a problem with the "_ProfitUI_QuickRaidButtons.txt".
I changed it for my Fury:
Code:
<Page Name="Fury">
<Data Name="Button1" Macro="cancel_spellcast
useabilityonplayer Parent.Target Neuwachsen" Tooltip="Neuwachsen"/>
<Data Name="Button2" Macro="cancel_spellcast
useabilityonplayer Parent.Target Salbe der Natur" Tooltip="Salbe der Natur"/>
<Data Name="Button3" Macro="cancel_spellcast
useabilityonplayer Parent.Target Elixier der Natur" Tooltip="Elixier der Natur"/>
<Data Name="Button4" Macro="cancel_spellcast
useabilityonplayer Parent.Target Zurück ins Schlachtgewühl" Tooltip="Zurueck ins Schlachtgewuehl"/>
<Data Name="Button5" Macro="cancel_spellcast
useabilityonplayer Parent.Target Wilde Zähigkeit
gsay <<<Aufsteller auf 'Parent.Target'>>>" Tooltip="Wilde Zaehigkeit"/>
</Page>
Works perfect, Button 1 to 3 automaticly takes the highest available spell.
Neuwachsen (Regrowth) casts Neuwachsen VII (Regrowth VII), no need to put the number at the end.
Problem with spell 4 and 5 are the Umlaute (ü,ä). Spells with Umlaute are not found, it's the old problem with this characters in UI-Files.
Any hints how to get it work? Encoding of the ü to &_#252; won't even load the UI anymore. And yes, in my try i don't put an underscore there, only had to do it on the forum to prevent that an ü was put there.
