Page 1 of 1

Multi-Hit WS missing like 90% the time

Posted: Wed May 29, 2013 9:16 am
by ciradan
Did you change something with WS accuracy?
I'm in Ro'Maeve with my 63 BST and pretty much every Rampage misses completely. I tried a few Calamities and they all hit normal.

Same with my 75 WHM. Pretty much every Hexa Strike misses completely. Black Halo though doesn't seem to have that problem, but I didn't test it much.

Re: Multi-Hit WS missing like 90% the time

Posted: Wed May 29, 2013 9:22 am
by kjLotus
ciradan wrote:Did you change something with WS accuracy?
nope

if it's literally 100% miss rate, something else might have broken it... whasf's server has ghosts that like to break certain things that nobody else can break (like elemental spell blood pacts)

Re: Multi-Hit WS missing like 90% the time

Posted: Wed May 29, 2013 4:28 pm
by PrBlahBlahtson
Just landed 2 Resolutions in a row, 5 Rampages while offhanding a Joyeuse, and 6 Rampages while onehanding on Whasf's server.

Did almost naked 63 BST/NIN for lulz. Wiffed a few, but landed a lot more than I missed.

Re: Multi-Hit WS missing like 90% the time

Posted: Wed May 29, 2013 5:23 pm
by ciradan
I was using KC in the offhand on both and the BST was stacked with ACC.

I tried a few Hexa Strike one handed, and they were fine. So I guess the problem comes from the KC.
Could it be the WS somehow derps out when KC is still in the middle of the attack animation?

Re: Multi-Hit WS missing like 90% the time

Posted: Thu May 30, 2013 12:01 am
by kjLotus
turns out deviltti broke it

something something critical hits (both rampage and hexa strike can crit)

Re: Multi-Hit WS missing like 90% the time

Posted: Fri May 31, 2013 12:51 pm
by ciradan
Doesn't really have to do with crit based or multi-hit WS, but it seems the TP gain of (at least single hit) 2handed weapons is bugged. My DRK keeps on getting only 1 TP returned with either GS or scythe weaponskills.

Re: Multi-Hit WS missing like 90% the time

Posted: Fri May 31, 2013 1:21 pm
by kjLotus
ciradan wrote:Doesn't really have to do with crit based or multi-hit WS, but it seems the TP gain of (at least single hit) 2handed weapons is bugged. My DRK keeps on getting only 1 TP returned with either GS or scythe weaponskills.
hopefully 3426 fixed that too. if not, then.. crap

Re: Multi-Hit WS missing like 90% the time

Posted: Sun Jun 02, 2013 6:05 pm
by ciradan
kjLotus wrote:hopefully 3426 fixed that too. if not, then.. crap
Nope, didn't fix it.
Rampage and the like is working like a charm again, but 2 handed WS still only return 1 TP. Single hit WSs that is, my drk is too low to test it with multihit WSs.

Re: Multi-Hit WS missing like 90% the time

Posted: Sun Jun 02, 2013 7:50 pm
by PrBlahBlahtson
Found it. Working on it.

Today's lesson is consistency and verification.

Code: Select all

------------------------
--    Hard Slash      -- 
------------------------

function OnUseWeaponSkill(player, target, wsID)
	return 1, 0, 65;
end
:|