project-topaz / topaz

Server emulator for FFXI
Other
158 stars 222 forks source link

Pets dealing full phys damage to jailer of fortitude #25

Open topaz-bot opened 4 years ago

topaz-bot commented 4 years ago

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-bot commented 4 years ago

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-bot commented 4 years ago

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


And most likely jailer of temperance as well.

topaz-bot commented 4 years ago

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-bot commented 4 years ago

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-bot commented 4 years ago

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


same goes for the rest of the jailers probably

topaz-bot commented 4 years ago

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-bot commented 4 years ago

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


This is on dsp as well as era

topaz-bot commented 4 years ago

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-bot commented 4 years ago

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


Its just the formula itself