Windblade damage counting

Have a really dumb question? Ask it here to get help from the experts (or those with too much time on their hands)

Moderator: Moderator

Post Reply
Message
Author
Dracos
Archmage
Posts: 405
Joined: Sun Jul 13, 2014 4:09 pm

Windblade damage counting

#1 Post 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? :(
ToME Tips - auto-generated spoilers for ToME. - someone else made. I find super awesome, so spreading as well.

Dracos
Archmage
Posts: 405
Joined: Sun Jul 13, 2014 4:09 pm

Re: Windblade damage counting

#2 Post 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 :(
ToME Tips - auto-generated spoilers for ToME. - someone else made. I find super awesome, so spreading as well.

edge2054
Retired Ninja
Posts: 3756
Joined: Fri May 28, 2010 4:38 pm

Re: Windblade damage counting

#3 Post 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.

Dracos
Archmage
Posts: 405
Joined: Sun Jul 13, 2014 4:09 pm

Re: Windblade damage counting

#4 Post 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.
ToME Tips - auto-generated spoilers for ToME. - someone else made. I find super awesome, so spreading as well.

Dracos
Archmage
Posts: 405
Joined: Sun Jul 13, 2014 4:09 pm

Re: Windblade damage counting

#5 Post 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.
ToME Tips - auto-generated spoilers for ToME. - someone else made. I find super awesome, so spreading as well.

HousePet
Perspiring Physicist
Posts: 6215
Joined: Sun Sep 09, 2012 7:43 am

Re: Windblade damage counting

#6 Post 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.
My feedback meter decays into coding. Give me feedback and I make mods.

Jonybravo
Posts: 1
Joined: Mon Aug 18, 2014 2:41 pm
Location: 123 street

Re: Windblade damage counting

#7 Post by Jonybravo »

Prodigy : Windblade ,
Prerequisite : Deal 50k damage with dual weapons
Cooldown : 12 turns
Effect : 320% weapon damage + 4 turn disarm in radius 4.

ChasmGasm
Wayist
Posts: 20
Joined: Thu Jan 09, 2014 3:54 pm

Re: Windblade damage counting

#8 Post 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?

Dracos
Archmage
Posts: 405
Joined: Sun Jul 13, 2014 4:09 pm

Re: Windblade damage counting

#9 Post 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.
ToME Tips - auto-generated spoilers for ToME. - someone else made. I find super awesome, so spreading as well.

Post Reply