View Bug Report
sword spec 'germany'
Bug #: 790
File: Scrolling Combat Text
Date: 04-22-06 07:13 PM
By: Reaper
Status: Not a Bug
hi and sry if some1 already posted this but i got the problem that if i gain an extra hit because of my sword spec (warrior) sct doesn't show this to me.
got any ideas ? is it possibble that sct doesn't work so good with the german interface?
pls help

ty

and sry 4 my bad english if there are many mistake =O

RSS 2.0 Feed for Bug CommentsNotes Sort Options
By: Grayhoof - 04-23-06 08:37 AM
You'll need to modify sct_event_config.lua with the german words needed for this. I only know english, sorry =)
By: raoul - 04-23-06 08:31 PM
Hi Grayhoof,

i don't know how to modify, the sword spec. The German words are: "Schwert-Spezialisierung" or "Extra Angriff".

And how i can add the "Hand of Justice" for german vers.? German name are "Hand der Gerechtigkeit"
By: raoul - 04-24-06 07:21 AM
[6] = {name="Extra Angriff!", search="Ihr bekommt durch Schwert-Spezialisierung 1 Extra-Angriff", r=0/256, g=128/256, b=128/256}, iscrit=1, class={"Krieger"}} doesn't work.

[6] = {name="Extra Angriff!", search="Ihr bekommt durch Schwert-Spezialisierung 1 Extra-Angriff", r=0/256, g=128/256, b=128/256}, iscrit=1, class={"Krieger"}} doesn't work.

I hope u can help me
By: raoul - 04-24-06 07:22 AM
huh, 2nd copy and paste is wrong ;D

i mean

[7] = {name="Hand der Gerechtigkeit!", search="Ihr bekommt durch Hand der Gerechtigkeit 1 Extra Angriff", r=0/256, g=0/256, b=256/256, iscrit=1},
By: Grayhoof - 04-24-06 09:32 AM
You have extra }'s in your lines and are missing commas. Try it exactly like this:

[6] = {name="Extra Angriff!", search="Ihr bekommt durch Schwert-Spezialisierung 1 Extra-Angriff", r=0/256, g=128/256, b=128/256, iscrit=1 },
[7] = {name="Hand der Gerechtigkeit!", search="Ihr bekommt durch Hand der Gerechtigkeit 1 Extra Angriff", r=0/256, g=0/256, b=256/256, iscrit=1},
By: raoul - 04-24-06 10:07 AM
Hmpf, doens't work
By: Grayhoof - 04-24-06 10:49 AM
see if this helps you any http://ui.worldofwar.net/ui.php?id=1248
By: raoul - 04-24-06 11:02 AM
Ok, by the German version of SCT the Sword spec doesn't work, nobody knows why

But thanks for your help...