Page 1 of 1

Windblade damage counting

Posted: Mon Aug 18, 2014 2:13 pm
by Dracos
So I've been dual wielding the entire run so far, first daggers, then whip + dagger, and now dual whips. I've certainly passed 50k damage dealt as Giant Leap says I've done 50k with any weapon or unarmed.

But I haven't gotten Windblade's 50k marked as green. I'm almost level 30 and was planning on picking that up. Any ideas on what I might be missing here? Is it daggers only perhaps? Does it not count kills?

Is there any way at all to tell what it is and isn't counting? :(

Re: Windblade damage counting

Posted: Mon Aug 18, 2014 3:34 pm
by Dracos
Dug into source a bit... Is anyone getting Windblade?

The talent says:
self.damage_log.weapon.dualwield and self.damage_log.weapon.dualwield >= 50000 end

but when I glance at my character data I don't see a dualwield category at all... actually looks like it's putting it in shield, when I haven't had a shield equipped ever in the game:
d["damage_log"]={["LIGHTNING"]=14380.660812085,
["TEMPORAL"]=417.87493313991,
["DARKNESS"]=33247.035758645,
["FIRE"]=121666.78403548,
["ACID"]=6074.8200983592,
["PHYSICAL"]=719836.73851345,
["BLIGHT"]=26496.831581823,
["MIND"]=20307.499367814,
["weapon"]={["other"]=929.72906707554,
["whip"]=587397.1257163,
["knife"]=242537.75376396,
["unarmed"]=929.72906707554,
["shield"]=829934.87948028,
}
,
}

Bleh. Maybe some addon is screwing it up, but hard to say. Guess this means its impossible to get Windblade this run :(

Re: Windblade damage counting

Posted: Mon Aug 18, 2014 3:45 pm
by edge2054
Just booted up a test rogue and it's working fine on my end.

*edit*
Are you using an addon that modifies offhand weapons to work like shields? It checks hasShield first.

Re: Windblade damage counting

Posted: Mon Aug 18, 2014 4:03 pm
by Dracos
Not intentionally :(

I have:
'marson-alchquest', 'hz-escorts', 'stone-wardens', 'marson-awol', 'arcanum', 'char_sheet', 'items-vault', 'faster_rre', 'somebody-shut-that-dog-up', 'faerierace', 'landmark', 'dwarvenadventurer', 'marson-autoexplore', 'eternaldarkness', 'conveyancereward', 'draconic-fork', 'glovestats'

But none of them mentioned they were doing that.

Re: Windblade damage counting

Posted: Mon Aug 18, 2014 4:26 pm
by Dracos
Looks like it's a bug in Arcanum class pack. It overrides the hasshield, and basically makes it so if you don't have a psionic focus in your offhand, it's a shield.

Re: Windblade damage counting

Posted: Tue Aug 19, 2014 12:58 am
by HousePet
You've misread. It actually checks for a shield in the psionic focus slot. Not a psionic focus in the off hand slot.

The error is actually that is returns shield if you don't have the psionic focus slot. I'll correct that.

Re: Windblade damage counting

Posted: Tue Aug 19, 2014 12:41 pm
by Jonybravo
Prodigy : Windblade ,
Prerequisite : Deal 50k damage with dual weapons
Cooldown : 12 turns
Effect : 320% weapon damage + 4 turn disarm in radius 4.

Re: Windblade damage counting

Posted: Tue Aug 26, 2014 4:53 pm
by ChasmGasm
For now, is it possible to get this prodigy by switching to a weapon plus shield setup, until you hit 50k damage?

Edit: I reread those posts. It seems I cannot, is there any way I can edit my save or something?

Re: Windblade damage counting

Posted: Thu Aug 28, 2014 7:18 am
by Dracos
I fiddled with a quick addon patch to keep the bug from wrecking that playthrough. Wasn't that hard, but sadly I just deleted it after I handled it.