topaz-next / topaz

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

claim/enmity issues for charmed pets #941

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:46:21 Originally opened as: project-topaz/topaz - Issue 197


Issue by Wiggo32 Saturday Nov 18, 2017 at 00:51 GMT Originally opened as DarkstarProject/darkstar - Issue 4240


I have:

Client Version (type /ver in game) : 30170905_5

Server Version (type !revision in game) : unknown

Source Branch (master/stable) : master

Additional Information (Steps to reproduce/Expected behavior) :

Just tested out retail BST here are some issues needing addressing for dsp:

  1. When pets 'uncharm' they should come completely off the enmity list of the mob which they were attacking. The 'attacked' mob does not retain memory of enmity toward a mob that was once charmed.

  2. a BST and his PET cannot both hold claim on their own mob. Only 1 mob can be claimed between the two of them. How I watched this working was: BST attacking a mob while PET attacking a different mob, when the pet hit the mob it turned red and the BST mob turned yellow, when the BST hit, his mob turned red and the PET's mob turned yellow. There was never two mobs red at the same time even for a split second.

  3. PET has its own enmity list and acts off of it according to which mob generates the most enmity.

    • first scenerio: PET ordered to fight a mob, then ordered to fight a different mob, pet would switch focus between the two mobs depending on who hit the hardest or generated the most enmity basically. and still only 1 mob could be red at a time.
    • second scenerio: PET ordered to fight a mob, then was attacked by a link without any other provocation. as linked mob generated enough enmity it caused PET to switch focus from the originally attacked mob to the linked mob. and still only 1 mob could be red at a time.
topaz-next-bot commented 3 years ago

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


Comment by TeoTwawki Saturday Nov 18, 2017 at 00:59 GMT


fixing no.2 may require taking care of the issues with claiming extant elsewhere as well. per issue Darkstar Issue 2109 right now one player can have multiple claims, which is also wrong. so anyone tackling this keep that in mind.