DarkstarProject / darkstar

DEPRECATED - FFXI Server Emulator - See Project Topaz
https://github.com/project-topaz/topaz
GNU General Public License v3.0
455 stars 550 forks source link

No reward for True Will if any of the NMs are still up #6362

Closed nfaletra closed 4 years ago

nfaletra commented 4 years ago

So I forgot to check to make sure no NMs were up before allowing the player to grab the reward. Now it correctly checks that you killed at least one of them and the rest have despawned

TeoTwawki commented 4 years ago

This still isn't retail. Retail won't let you kill one and then depsawn them after - they have to depop before the one you kill or you have to fight them again. This is already confirmed behavior.

You have to check if the other 2 are still up at death. The previous person did that incorrectly and with nil entities.

nfaletra commented 4 years ago

Hmm. Okay. I’ll have to think about that, then.

nfaletra commented 4 years ago

That should do it. Similar to what was there before but grabbing the mobs correctly.