AtomicStryker / atomicstrykers-minecraft-mods

Repository for my open source Minecraft Mods
https://atomicstryker.github.io/
180 stars 96 forks source link

InfernalMobs - Webber Range #468

Closed xd4rkzghost01 closed 1 year ago

xd4rkzghost01 commented 1 year ago

Got a little issue with the Webber effect. As soon as i enter a cave with a couple of mobs, those one with "Webber" Effect can cast their thing like 100 block away from me. I was mass stuck with web and force to looks with Spectator mode to search where the mobs are. I was at level y103 and Skellys was at -37 and still Webbing me. I dunno if you can reduce the range of this effect. Effect still cool but at a close combat range, not when i'm building "couple" block away.

Some encounter here 2023-02-20_14 57 46 Another Culprit there 2023-02-20_14 58 24 And the picture before. Webbing me at this height. 2023-02-20_15 00 16

AtomicStryker commented 1 year ago

Hmmm i do not in fact have a range limit implemented, it works off the Minecraft "target aquisition", that Skeleton is trying to arrow you. Also breaking line of sight (25% visibility) should prevent you getting webbed.

This is 1.19?

xd4rkzghost01 commented 1 year ago

Minecraft 1.19.2 (modded as u see, 212 in this) Forge 43.2.0 Also that baby Skellys is from Born in Chaos but as i said, he was underground at -55 (pic2), and i was in spectator mode to take the Screenshot. As soon as i exit spectator mod on top of my building (pic3), i got webs. The mobs you can see on the map (red dot) don't have any effect on them. And it only happen when i try to go into a cave under that base. The tunnel i made drop into an amethys cluster and i being web even if i or any mobs can see me.

AtomicStryker commented 1 year ago

https://github.com/AtomicStryker/atomicstrykers-minecraft-mods/commit/81b01eb4988bebb7c24ffa7c297bc85c1b09fcb5

Pushed new version of Infernal Mobs to curse which both introduces a max spell range of 20 blocks and also fixes the wrong implementation of the visibility check. Its called "isVisible" in the mappings but does something different (checking if you are wearing a skull head etc... )

xd4rkzghost01 commented 1 year ago

Sorry my english is not very good. I don't understand what you mean by "pushed" new version. But i also encounter this with the effect "BlastOff" (dunno if i need to open a new issue for that, tho i think its the same situation) I was killing zombie and skellys here, peacefully. 2023-02-23_11 29 50

And then got "Blastoff" by this dude. A couple block away from me. Blastoffguy

The effect start as soon as i hit the 1st mob in the previous area. Its look like whenever i hit a zombie, the new mechanic (the leader king zombie) make them all agro to me and those with Infernal Effect like "BlastOff" and "Webber" can use thier effect on me. And as i said before , even if i leave the cave and climb up to Y70, i still got kick in the air. I'm force to go in spectator mode to avoid another lunch/webs. For the moment, i disable Webber because it was very annoying (got Web on an island thousand block away). 2023-02-23_14 37 22

AtomicStryker commented 1 year ago

It means i have made 1.19.3.3 of Infernal Mobs available at curse, see here: https://www.curseforge.com/minecraft/mc-mods/atomicstrykers-infernal-mobs/files

It contains the bugfix for you