azerothcore / azerothcore-wotlk

Complete Open Source and Modular solution for MMO
http://www.azerothcore.org
GNU Affero General Public License v3.0
6.56k stars 2.63k forks source link

(Spells): Summoning Stones. #17010

Open heyitsbench opened 1 year ago

heyitsbench commented 1 year ago

Current Behaviour

  1. There is a period where the portal is being created. You can move during this period.
  2. Only one other person can click the portal.
  3. The teleported player has no change to their orientation.

Expected Blizzlike Behaviour

  1. It should immediately create the portal.
  2. While not consistent (and likely not intended,) it is sometimes possible for a third person to click the portal and play the casting animation.
  3. The teleported player should have their orientation changed. Didn't check where the value for summoning stones is grabbed.

Source

Wrath Classic primarily, light double checking from retail videos of the time

Steps to reproduce the problem

  1. Go to a summoning stone.
  2. Play around with the stone.
  3. Observe the results.

Extra Notes

Originally reported at https://github.com/chromiecraft/chromiecraft/issues/5346.

AC rev. hash/commit

4f015d09678038be49e9d12114c3147e499d82ef

Operating system

Windows 10 x64

Custom changes or Modules

mod-ptr-template

Kitzunu commented 1 year ago

This is two different spells which has nothing to do with eachother, so break it up to separate issues.

                if (info->entry == 194097)
                    spellId = 61994;                            // Ritual of Summoning
                else
                    spellId = 59782;                            // Summoning Stone Effect

61994 summoning spell when you click warlock portal 59782 summoning spell when you click meeting stone