topaz-next / topaz

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

Impossible to aggro/link Cactrot Rapido #2669

Open Gradius2 opened 3 years ago

Gradius2 commented 3 years ago

Additional Information (Steps to reproduce/Expected behavior) :

I tried anything, just imposible. Never aggro/link to anything. I was right on the path all the time.

STAFF EDIT: Removed screenshots

zach2good commented 3 years ago

Please don't post NSFW materials (images using topless/nudity mods) in your issues, PRs, or anywhere on the Github repo. This also extends to Discord.

https://github.com/topaz-next/topaz/blob/release/CODE_OF_CONDUCT.md

Examples of unacceptable behaviour include:
...
- Other conduct which could reasonably be considered inappropriate in a professional setting

Normally I would give a temporary ban for this sort of thing, but I can't verify that you've accepted out contributor guidelines (which includes the code of conduct) either here, or in Discord, so this is just a warning.

I've updated the issues template to make sure the code of conduct is visible when new issues are opened.

TeoTwawki commented 3 years ago

Closed old issue, letting this one supersede it as the old one focused on his pathing (which just needs node updates now).

The problem with him linking is that the regular cactaurs in the area do not link to each other on retail, only him. but if we make him linkable, it causes them to also link to each other. There is a hacky way to do this in script, but using a distance check and updateEnmity() however this would be firing on every single roam tick on either rapido or every cactaur (don't do that latter one) -or- in every onMobFight tick of normal cactaurs. If we you got with a script based solution, even temporarily, the last of those 3 woudl waste the least cpu between them since it would not be active on idle mobs.

We really need new core work to support this behavior properly in an efficient manner. The mobmobs and mob pool values we could use for this currently all would have undesired side effects.

TeoTwawki commented 3 years ago

sadly instruction with ready made script code for this were lost when the old topaz discord abruptly shut down. I had pasted it into chat.