topaz-next / topaz

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

Killing Multiple FoV/GoV targets at once #775

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:10:53 Originally opened as: project-topaz/topaz - Issue 31


Issue by m241dan Friday Jul 17, 2015 at 15:42 GMT Originally opened as DarkstarProject/darkstar - Issue 1738


If you kill multiple GoV/FoV targets simultaneously, maybe only 1/3 of them will count towards your page. I can't think up a valid strategy to counteract this, some sort of lua call queue maybe? I dunno.

topaz-next-bot commented 3 years ago

Comment by topaz-bot Wednesday Jan 08, 2020 at 14:10:54


Comment by TeoTwawki Saturday Jul 18, 2015 at 18:55 GMT


may be related, not sure: 1 shot killing targets (aoe or not) causes them to register dead before ever claimed, and nothing in onMobDeath registers for the player. Which would include FoV/GoV kills and some Dynamis stuff too.

topaz-next-bot commented 3 years ago

Comment by topaz-bot Wednesday Jan 08, 2020 at 14:10:55


Comment by teschnei Saturday Jul 18, 2015 at 19:46 GMT


That's how it works on retail though

topaz-next-bot commented 3 years ago

Comment by topaz-bot Wednesday Jan 08, 2020 at 14:10:56


Comment by TeoTwawki Saturday Jul 18, 2015 at 20:34 GMT


teschnei Which, the multi kill or one hit kill or both? been to long for me, don't remember this stuff ;.;

topaz-next-bot commented 3 years ago

Comment by topaz-bot Wednesday Jan 08, 2020 at 14:10:57


Comment by m241dan Saturday Jul 18, 2015 at 21:58 GMT


Personally, I don't remember doing many pages on retail. But, from a code perspective, all these mobs that we are aga nuking, takes a few, so they are claimed. Though, maybe not red? I can try with them all being red and see if that works.

EDIT: I guess red and claimed same thing.

topaz-next-bot commented 3 years ago

Comment by topaz-bot Wednesday Jan 08, 2020 at 14:10:58


Comment by teschnei Saturday Jul 18, 2015 at 23:39 GMT


Both I think, actually. I know this is the case for abyssea lights, so it would not surprise me if it was the case for any onMobDeath related thing

topaz-next-bot commented 3 years ago

Comment by topaz-bot Wednesday Jan 08, 2020 at 14:10:59


Comment by TeoTwawki Saturday Jul 18, 2015 at 23:59 GMT


Back when I played I used to be able to AoE magic kill for magic related light in Abyssea. Used to trio farm with a blue mage friend and this was how we'd max it out really fast. Disappointing if they nerfed that. The 1 shot kill thing...In dyna if I one shot a statue the mobs it should spawn never pop. I never was never able to do that on retail and retails dyna system is now totally different, so no idea if this is could be a problem elsewhere or not.

m241dan I don't think its actually the claim that is the issue. Last attacker is whats its checking to decide who the "killer", if I recall correctly from last time I messed with that code.

Btw, in retail we can't actually keep claim on as many mobs as we can on DSP. Sort of unimplemented behavior there, not sure I'd really call that a bug so much as "not done yet"..In retail attacking a different mob will un-claim the previous one. People generally think its one claim per party but when I played it was definitely 1 claim per person, and many times in party I would see multiple red named mobs if we were all targeting something different. In DSP I can hold claim on 20 mobs using 1 character. And seems way easier to hold a claim too (anecdotally, as I can't really compare nowadays).