WIP spell casting for laurion

This commit is contained in:
KimLS
2024-12-07 13:45:27 -08:00
parent d3ac751dd1
commit 7083a74b31
4 changed files with 299 additions and 7 deletions
+4
View File
@@ -35,6 +35,9 @@ E(OP_ExpUpdate)
E(OP_SendAATable)
E(OP_ItemPacket)
E(OP_ShopRequest)
E(OP_BeginCast)
E(OP_BuffCreate)
E(OP_Buff)
//list of packets we need to decode on the way in:
D(OP_EnterWorld)
D(OP_ZoneEntry)
@@ -49,6 +52,7 @@ D(OP_ClickDoor)
D(OP_SpawnAppearance)
D(OP_MoveItem)
D(OP_ShopRequest)
D(OP_CastSpell)
#undef E
#undef D