SkyFire_548 icon indicating copy to clipboard operation
SkyFire_548 copied to clipboard

Cant stop /dance

Open Luzifix opened this issue 9 years ago • 10 comments

Hello,

if you start LOOP emotes like /dance you cant stop it.

Luzifix avatar Mar 21 '16 23:03 Luzifix

Time to boogie. I just can't stop dancing. Confirmed. I's a packet issue.

SkyFire avatar Mar 21 '16 23:03 SkyFire

Can you say me the packet, i can try to fix it

Luzifix avatar Mar 21 '16 23:03 Luzifix

@Luzifix smsg_emote

soulfrost avatar Mar 22 '16 09:03 soulfrost

{Opcode.SMSG_EMOTE, 0x0987}, //--

        [Parser(Opcode.SMSG_EMOTE)]
        public static void HandleEmote(Packet packet)
        {
            var emote = packet.ReadInt32E<EmoteType>("Emote ID");
            var guid = packet.ReadGuid("GUID");

            if (guid.GetObjectType() == ObjectType.Unit)
                Storage.Emotes.Add(guid, emote, packet.TimeSpan);
        }

Goatform avatar Apr 03 '16 16:04 Goatform

0x0987 || 2439 || 007AD97C || 295 || SMSG_LEGACY_EMOTE

AriDEV avatar Apr 04 '16 14:04 AriDEV

i switch to trinity 6.x but thx for your answer :+1:

Luzifix avatar Apr 05 '16 14:04 Luzifix

@Luzifix i dont really care

AriDEV avatar Apr 05 '16 14:04 AriDEV

Roflmao. Tc pffft On Apr 5, 2016 9:54 AM, "Software Engineer" [email protected] wrote:

@Luzifix https://github.com/Luzifix i dont really care

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/ProjectSkyfire/SkyFire.548/issues/702#issuecomment-205843881

alterego21 avatar Apr 05 '16 14:04 alterego21

@Luzifix

TC 6.x -> https://github.com/TrinityCore/TrinityCore

JustZerooo avatar Apr 06 '16 09:04 JustZerooo

@Shoxxo ?

Luzifix avatar Apr 08 '16 18:04 Luzifix

Closed: https://github.com/ProjectSkyfire/SkyFire_548/commit/04e3e12444e83ff031e0b5c3983ad033d620fe37

AriDEV3 avatar Nov 18 '23 18:11 AriDEV3