OP_ShroudClearAA for RoF, UF, and SoF

This should actually be usable to just straight clear AA data
This commit is contained in:
Michael Cook (mackal) 2014-12-05 14:13:05 -05:00
parent 26589835e5
commit e2bc79401b
3 changed files with 3 additions and 0 deletions

View File

@ -94,6 +94,7 @@ OP_ClearBlockedBuffs=0x5d3c
OP_WorldObjectsSent=0x7fa8 OP_WorldObjectsSent=0x7fa8
OP_SendExpZonein=0x25ab OP_SendExpZonein=0x25ab
OP_SendAATable=0x7791 OP_SendAATable=0x7791
OP_ShroudClearAA=0x422e
OP_RespondAA=0x379d OP_RespondAA=0x379d
OP_UpdateAA=0x504f OP_UpdateAA=0x504f
OP_SendAAStats=0x3d1c OP_SendAAStats=0x3d1c

View File

@ -85,6 +85,7 @@ OP_TaskActivity=0x2E60 #SEQ 12/04/08
OP_CompletedTasks=0x75AC #Derision 2009 OP_CompletedTasks=0x75AC #Derision 2009
OP_Weather=0x70A5 #SEQ 12/04/08 OP_Weather=0x70A5 #SEQ 12/04/08
OP_SendAATable=0x6F05 #Trevius 12/20/08 OP_SendAATable=0x6F05 #Trevius 12/20/08
OP_ShroudClearAA=0x71b9
OP_UpdateAA=0x45D2 #Trevius 12/20/08 OP_UpdateAA=0x45D2 #Trevius 12/20/08
OP_RespondAA=0x4426 #Trevius 12/20/08 OP_RespondAA=0x4426 #Trevius 12/20/08
OP_ReqClientSpawn=0x014C #SEQ 12/04/08 OP_ReqClientSpawn=0x014C #SEQ 12/04/08

View File

@ -88,6 +88,7 @@ OP_TaskActivity=0x31f3 # C
OP_CompletedTasks=0x687f # C OP_CompletedTasks=0x687f # C
OP_Weather=0x4658 # V OP_Weather=0x4658 # V
OP_SendAATable=0x6ef9 # V OP_SendAATable=0x6ef9 # V
OP_ShroudClearAA=0x2cd4
OP_UpdateAA=0x7bf6 # V OP_UpdateAA=0x7bf6 # V
OP_RespondAA=0x1fbd # C 0x2bad OP_RespondAA=0x1fbd # C 0x2bad
OP_ReqClientSpawn=0x69cd # V OP_ReqClientSpawn=0x69cd # V