gemt / server

Open Source Vanilla WoW Core & DB of Elysium Project
GNU General Public License v2.0
1 stars 3 forks source link

Claw-tentacle evade-teleport death-animation #7

Open gemt opened 7 years ago

gemt commented 7 years ago

When claw tentacles teleport due to no player in melee, they should first show the death animation and then the emerge animation again when re-surfacing. Currently setVisibility(on/off) is used.

Cgbd42 commented 7 years ago

This issue is linked to https://github.com/gemt/server/issues/8 imo, looks like the tentacle should kill itself and a new one should be spawned.

gemt commented 7 years ago

Interesting observation. I think the intended idea is not that they die, but that they do burrow and come back up again. However, an easy fix both issue #8 and this is to to actually kill them and summon a new one.

gemt commented 7 years ago

Was working at some point after an implementation for it was made, but since then it seems to rarely show the animation.