HorizonFFXI / HorizonXI-Issues

Issue Tracker for HorizonXI
16 stars 1 forks source link

[BUG] Combat - Death Scythe HP drain 6x larger than Death Scythe +1 #1765

Closed Hinxter closed 9 months ago

Hinxter commented 9 months ago

I have tested the Death Scythe and Death Scythe +1, and the HP drain on the NQ weapon is on average 30-60 hp, whereas on the Death Scythe +1 it is 5-10 hp.

This was tested using both weapons on the Aura Statues in Ullikimi room.

I would expect the HP drain to be the same for both weapons - I have tested this on other mobs too with the same effect.

I assume that the NQ HP drain was buffed for Horizon, but perhaps the same buff wasn't applied to the +1 weapon.

I have attached 2 Screenshots of HP drain AE with the HQ weapon and 2 with the NQ weapon on the Aura Statues. The first two Screenshots are with the HQ scythe, and the second two with the NQ one.

Kamazu_2023 09 27_144017 HQ

Kamazu_2023 09 27_144117 HQ

Kamazu_2023 09 27_145447 NQ

Kamazu_2023 09 27_145746 NQ

overefined commented 9 months ago
-- Death Scythe
INSERT INTO `item_mods` VALUES (16777,431,5);  -- ITEM_ADDEFFECT_TYPE: 5
INSERT INTO `item_mods` VALUES (16777,499,21); -- ITEM_SUBEFFECT: 21
INSERT INTO `item_mods` VALUES (16777,500,60); -- ITEM_ADDEFFECT_DMG: 60
INSERT INTO `item_mods` VALUES (16777,501,10); -- ITEM_ADDEFFECT_CHANCE: 10
INSERT INTO `item_mods` VALUES (16777,950,8);  -- ITEM_ADDEFFECT_ELEMENT: 8

-- Death Scythe +1
INSERT INTO `item_mods` VALUES (16791,431,5);  -- ITEM_ADDEFFECT_TYPE: 5
INSERT INTO `item_mods` VALUES (16791,499,21); -- ITEM_SUBEFFECT: 21
INSERT INTO `item_mods` VALUES (16791,500,10); -- ITEM_ADDEFFECT_DMG: 10
INSERT INTO `item_mods` VALUES (16791,501,10); -- ITEM_ADDEFFECT_CHANCE: 10
INSERT INTO `item_mods` VALUES (16791,950,8);  -- ITEM_ADDEFFECT_ELEMENT: 8

this is a one line change, only I am not sure which value is correct

Hinxter commented 8 months ago

Has this change been released yet? My DS+1 is still draining for 10