Looking for casting packets for geo
-
- Posts: 129
- Joined: Wed May 27, 2015 4:23 pm
Looking for casting packets for geo
Hello was hoping to find help with action packets for geo casting and interrupt. Thanks
Re: Looking for casting packets for geo
Wiggo might be your man for that Buddy https://discord.gg/ryc9e3
-
- Posts: 129
- Joined: Wed May 27, 2015 4:23 pm
Re: Looking for casting packets for geo
Holy crap thank you! Found what I needed.
Might as well share the love:
Finishing animations to be placed as the animation in spell_list.sql starts at 861
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
Re: Looking for casting packets for geo
Thank you! I've been trying to see if these have been mentioned anywhere and here it is!bluesolarflare wrote: ↑Wed Dec 12, 2018 2:16 pmHoly crap thank you! Found what I needed.
Might as well share the love:
Finishing animations to be placed as the animation in spell_list.sql starts at 861Code: Select all
Magic Cast 0x0C = 0xD8 0x0D = 0x59 0x0E = 0x19 Magic Interrupt 0x0C = 0xDD 0x0D = 0x59 0x0E = 0x19
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.