Multi-Hit WS missing like 90% the time

Forum rules
NO LONGER BEING MAINTAINED!
Post Reply
ciradan
Posts: 25
Joined: Fri Jul 27, 2012 7:47 pm

Multi-Hit WS missing like 90% the time

Post by ciradan » Wed May 29, 2013 9:16 am

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.

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

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

Post by kjLotus » Wed May 29, 2013 9:22 am

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)

PrBlahBlahtson
Developer
Posts: 539
Joined: Sun Jul 22, 2012 12:17 am

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

Post by PrBlahBlahtson » Wed May 29, 2013 4:28 pm

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.

ciradan
Posts: 25
Joined: Fri Jul 27, 2012 7:47 pm

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

Post by ciradan » Wed May 29, 2013 5:23 pm

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?

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

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

Post by kjLotus » Thu May 30, 2013 12:01 am

turns out deviltti broke it

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

ciradan
Posts: 25
Joined: Fri Jul 27, 2012 7:47 pm

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

Post by ciradan » Fri May 31, 2013 12:51 pm

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.

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

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

Post by kjLotus » Fri May 31, 2013 1:21 pm

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

ciradan
Posts: 25
Joined: Fri Jul 27, 2012 7:47 pm

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

Post by ciradan » Sun Jun 02, 2013 6:05 pm

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.

PrBlahBlahtson
Developer
Posts: 539
Joined: Sun Jul 22, 2012 12:17 am

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

Post by PrBlahBlahtson » Sun Jun 02, 2013 7:50 pm

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
:|

Post Reply