Craig321
04-02-2009, 07:02 PM
Hi,
I just installed the newest TQ community patch and noticed I got the 5% damage increase rewards again for each difficulty (15% overall).
I already received this reward manually back when Laches didn't fix quests using the following code:
for /f %%f in ('findstr /S /M "xsq13_stygianlurker.qst" *.que') do del %%f
So basically now I've got 30% attack instead of 15% attack (received the reward 6 times instead of 3 times).
Just thought I'd let you know so maybe the next patch can include some kind of check to see if the character has actually received that reward or not.
Craig.
I just installed the newest TQ community patch and noticed I got the 5% damage increase rewards again for each difficulty (15% overall).
I already received this reward manually back when Laches didn't fix quests using the following code:
for /f %%f in ('findstr /S /M "xsq13_stygianlurker.qst" *.que') do del %%f
So basically now I've got 30% attack instead of 15% attack (received the reward 6 times instead of 3 times).
Just thought I'd let you know so maybe the next patch can include some kind of check to see if the character has actually received that reward or not.
Craig.