mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-27 14:42:25 +00:00
(RoF2) Fixed Extended Targets Window by correcting opcodes.
This commit is contained in:
parent
7d95f3f582
commit
f588c54d52
@ -1,5 +1,8 @@
|
|||||||
EQEMu Changelog (Started on Sept 24, 2003 15:50)
|
EQEMu Changelog (Started on Sept 24, 2003 15:50)
|
||||||
-------------------------------------------------------
|
-------------------------------------------------------
|
||||||
|
== 12/21/2014 ==
|
||||||
|
Trevius: (RoF2) Fixed Extended Targets Window by correcting opcodes.
|
||||||
|
|
||||||
== 12/20/2014 ==
|
== 12/20/2014 ==
|
||||||
Akkadius: Updated #cvs to display RoF2 Client Stream count
|
Akkadius: Updated #cvs to display RoF2 Client Stream count
|
||||||
|
|
||||||
|
|||||||
@ -230,10 +230,10 @@ OP_TargetMouse=0x075d
|
|||||||
OP_MobHealth=0x37b1
|
OP_MobHealth=0x37b1
|
||||||
OP_InitialMobHealth=0x0000 # Unused?
|
OP_InitialMobHealth=0x0000 # Unused?
|
||||||
OP_TargetHoTT=0x0272
|
OP_TargetHoTT=0x0272
|
||||||
OP_XTargetResponse=0x672f
|
|
||||||
OP_XTargetRequest=0x45be
|
|
||||||
OP_XTargetAutoAddHaters=0x792c
|
|
||||||
OP_TargetBuffs=0x4f4b
|
OP_TargetBuffs=0x4f4b
|
||||||
|
OP_XTargetResponse=0x4d59
|
||||||
|
OP_XTargetRequest=0x3763
|
||||||
|
OP_XTargetAutoAddHaters=0x672f
|
||||||
OP_BuffCreate=0x3377
|
OP_BuffCreate=0x3377
|
||||||
OP_BuffRemoveRequest=0x64f2
|
OP_BuffRemoveRequest=0x64f2
|
||||||
OP_DeleteSpawn=0x7280
|
OP_DeleteSpawn=0x7280
|
||||||
@ -601,7 +601,7 @@ OP_MoveLogDisregard=0x0000 # gone I think
|
|||||||
|
|
||||||
# named unknowns, to make looking for real unknown easier
|
# named unknowns, to make looking for real unknown easier
|
||||||
OP_AnnoyingZoneUnknown=0x0000
|
OP_AnnoyingZoneUnknown=0x0000
|
||||||
OP_Some6ByteHPUpdate=0x0000 seems to happen when you target group members
|
OP_Some6ByteHPUpdate=0x0000 #seems to happen when you target group members
|
||||||
OP_QueryResponseThing=0x0000
|
OP_QueryResponseThing=0x0000
|
||||||
|
|
||||||
|
|
||||||
@ -610,9 +610,9 @@ OP_QueryResponseThing=0x0000
|
|||||||
#OP_LoginUnknown2=0x040b # OP_SendSkillCapsChecksum
|
#OP_LoginUnknown2=0x040b # OP_SendSkillCapsChecksum
|
||||||
|
|
||||||
# Petition Opcodes
|
# Petition Opcodes
|
||||||
OP_PetitionSearch=0x0000 search term for petition
|
OP_PetitionSearch=0x0000 #search term for petition
|
||||||
OP_PetitionSearchResults=0x0000 (list of?) matches from search
|
OP_PetitionSearchResults=0x0000 #(list of?) matches from search
|
||||||
OP_PetitionSearchText=0x0000 text results of search
|
OP_PetitionSearchText=0x0000 #text results of search
|
||||||
|
|
||||||
OP_PetitionUpdate=0x0000
|
OP_PetitionUpdate=0x0000
|
||||||
OP_PetitionCheckout=0x0000
|
OP_PetitionCheckout=0x0000
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user