Page 1 of 1

Looking for casting packets for geo

Posted: Tue Dec 11, 2018 3:54 am
by bluesolarflare
Hello was hoping to find help with action packets for geo casting and interrupt. Thanks

Re: Looking for casting packets for geo

Posted: Wed Dec 12, 2018 1:28 am
by jono659
Wiggo might be your man for that Buddy https://discord.gg/ryc9e3

Re: Looking for casting packets for geo

Posted: Wed Dec 12, 2018 2:16 pm
by bluesolarflare
Holy crap thank you! Found what I needed.

Might as well share the love:

Code: Select all

Magic Cast
0x0C = 0xD8
0x0D = 0x59
0x0E = 0x19

Magic Interrupt
0x0C = 0xDD
0x0D = 0x59
0x0E = 0x19

Finishing animations to be placed as the animation in spell_list.sql starts at 861

Re: Looking for casting packets for geo

Posted: Wed Nov 06, 2019 12:06 pm
by Torito
bluesolarflare wrote:
Wed Dec 12, 2018 2:16 pm
Holy crap thank you! Found what I needed.

Might as well share the love:

Code: Select all

Magic Cast
0x0C = 0xD8
0x0D = 0x59
0x0E = 0x19

Magic Interrupt
0x0C = 0xDD
0x0D = 0x59
0x0E = 0x19

Finishing animations to be placed as the animation in spell_list.sql starts at 861
Thank you! I've been trying to see if these have been mentioned anywhere and here it is! :D

Can I ask how we get information like this? I've tried using a package sniffer tool to display the hex values of the packs but I was never sure at what exactly I was looking for.