topaz-next / topaz

💎 A server emulator for Final Fantasy XI.
GNU General Public License v3.0
55 stars 81 forks source link

Pets dealing full phys damage to jailer of fortitude #769

Open topaz-next-bot opened 3 years ago

topaz-next-bot commented 3 years ago

Issue by topaz-bot Wednesday Jan 08, 2020 at 14:01:42 Originally opened as: project-topaz/topaz - Issue 25


Issue by Kthulupwns Monday Jun 08, 2015 at 00:55 GMT Originally opened as DarkstarProject/darkstar - Issue 1544


Smn avatars and bst pets dealing unmitigated phys damage to jailer of fortitude, most likely just their damage equation not checking for defense variables.

topaz-next-bot commented 3 years ago

Comment by topaz-bot Wednesday Jan 08, 2020 at 14:01:43


Comment by Kthulupwns Monday Jun 08, 2015 at 01:16 GMT


setMod(MOD_UDMGPHYS,-95);

added that to onMobEngage , which addresses the effect of the issue, but doesn't fix whats causing the issue, the same problem with chronos in NE Apollyon as well.

topaz-next-bot commented 3 years ago

Comment by topaz-bot Wednesday Jan 08, 2020 at 14:01:45


Comment by Kthulupwns Monday Jun 08, 2015 at 01:39 GMT


And most likely jailer of temperance as well.

topaz-next-bot commented 3 years ago

Comment by topaz-bot Wednesday Jan 08, 2020 at 14:01:46


Comment by Kthulupwns Monday Jun 08, 2015 at 01:40 GMT


Pet's should only be able to deal damage to Jailer of Temperance during his blunt mode phase, but could still use like Predator Claws for Slashing phase and Spinning dive for Piercing phase.

topaz-next-bot commented 3 years ago

Comment by topaz-bot Wednesday Jan 08, 2020 at 14:01:47


Comment by Scavenge Thursday Jun 11, 2015 at 18:54 GMT


the version of fortitude on era is my own and likely not what dsp uses, however you can find the code in my own personal repo on this account, under the jailers branch

topaz-next-bot commented 3 years ago

Comment by topaz-bot Wednesday Jan 08, 2020 at 14:01:48


Comment by Scavenge Thursday Jun 11, 2015 at 18:55 GMT


same goes for the rest of the jailers probably

topaz-next-bot commented 3 years ago

Comment by topaz-bot Wednesday Jan 08, 2020 at 14:01:49


Comment by Scavenge Thursday Jun 11, 2015 at 18:58 GMT


also if it is only pets that have this issue, adding a mod to the jailer itself will not fix things because it will affect all incoming damage, not just pets'. there was an issue not that long ago that had wyverns doing full damage even while synced.

topaz-next-bot commented 3 years ago

Comment by topaz-bot Wednesday Jan 08, 2020 at 14:01:50


Comment by Kthulupwns Saturday Jun 13, 2015 at 16:49 GMT


This is on dsp as well as era

topaz-next-bot commented 3 years ago

Comment by topaz-bot Wednesday Jan 08, 2020 at 14:01:51


Comment by Kthulupwns Saturday Jun 13, 2015 at 16:51 GMT


But its the way pet auto attack damage is calculated against mobs sql "toughness"

topaz-next-bot commented 3 years ago

Comment by topaz-bot Wednesday Jan 08, 2020 at 14:01:52


Comment by Kthulupwns Saturday Jun 13, 2015 at 16:51 GMT


Its just the formula itself