project-topaz / topaz

Server emulator for FFXI
Other
160 stars 224 forks source link

Flaming Crush Immunity Interaction #36

Open topaz-bot opened 4 years ago

topaz-bot commented 4 years ago

Issue by Zenny89 Friday Jul 31, 2015 at 01:42 GMT Originally opened as DarkstarProject/darkstar - Issue 1827


When fighting Tinnin, whenever the mob used either Pyric Bulwark (immune to physical damage) or Polar Bulwark (immune to magical damage), Flaming Crush was completely blocked despite being part physical and part magical damage.

topaz-bot commented 4 years ago

Comment by Kthulupwns Friday Jul 31, 2015 at 04:11 GMT


This skims on a bigger issue which is just the way pet damage (not specifically summoner) is calculated.

topaz-bot commented 4 years ago

Comment by Hozu Tuesday Oct 06, 2015 at 16:23 GMT


Looking at the script it has literally phys damage times magic resist. But that's not what's causing it - what is is that value is then put into addMobBonuses, part of which checks against the MDT- mod, which would be maxed out with magic shield. So uh... yeah this doesn't work like retail at all.

topaz-bot commented 4 years ago

Comment by teschnei Tuesday Oct 06, 2015 at 16:25 GMT


How does it work, then? The wikis description is not very good (a physical attack that deals fire damage, which would do exactly what happens)

topaz-bot commented 4 years ago

Comment by teschnei Tuesday Oct 06, 2015 at 16:31 GMT


The BG wiki links imply that the entire damage is modified by MAB, and is blocked entirely by physical immunity. You're saying that despite being modified by MAB/mdb, it is not affected by magic immunity?

topaz-bot commented 4 years ago

Comment by Hozu Tuesday Oct 06, 2015 at 17:31 GMT


It is affected by magic immunity on DSP. On retail I was told that it's something like 2 hits physical one hit magical. As for how it actually works on retail... ???????

topaz-bot commented 4 years ago

Comment by teschnei Tuesday Oct 06, 2015 at 17:35 GMT


Well, 2 physical hits 1 magical hit isn't very informative when people on the forums claim that physical immunity stops it and MAB does affect the whole move. Remind me to ask Byrth tonight and I'll get an answer

topaz-bot commented 4 years ago

Comment by Hozu Tuesday Oct 06, 2015 at 17:42 GMT


In any case, I believe it might be able to magic burst on DSP, but I haven't actually tested it to be sure.