mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-26 13:42:29 +00:00
(RoF2) /shield (shielding) and /key (key ring) are both now functional after opcode updates.
This commit is contained in:
parent
7cbefa4ec2
commit
3da3b5641f
@ -1,5 +1,8 @@
|
|||||||
EQEMu Changelog (Started on Sept 24, 2003 15:50)
|
EQEMu Changelog (Started on Sept 24, 2003 15:50)
|
||||||
-------------------------------------------------------
|
-------------------------------------------------------
|
||||||
|
== 01/03/2015 ==
|
||||||
|
Trevius: (RoF2) /shield (shielding) and /key (key ring) are both now functional after opcode updates.
|
||||||
|
|
||||||
== 01/02/2015 ==
|
== 01/02/2015 ==
|
||||||
Trevius: (RoF2) *Hopefully* Fixed looting incorrect items from NPCs. Please report any issues!
|
Trevius: (RoF2) *Hopefully* Fixed looting incorrect items from NPCs. Please report any issues!
|
||||||
Trevius: (RoF2) Now able to loot items past the 10th slot on NPC corpses.
|
Trevius: (RoF2) Now able to loot items past the 10th slot on NPC corpses.
|
||||||
|
|||||||
@ -193,7 +193,7 @@ OP_Consent=0x1fd1
|
|||||||
OP_ConsentDeny=0x7a45
|
OP_ConsentDeny=0x7a45
|
||||||
OP_AutoFire=0x241e
|
OP_AutoFire=0x241e
|
||||||
OP_PetCommands=0x0159
|
OP_PetCommands=0x0159
|
||||||
OP_DeleteSpell=0x52e5
|
OP_DeleteSpell=0x3358
|
||||||
OP_Surname=0x0423
|
OP_Surname=0x0423
|
||||||
OP_ClearSurname=0x3fb0
|
OP_ClearSurname=0x3fb0
|
||||||
OP_FaceChange=0x5578
|
OP_FaceChange=0x5578
|
||||||
@ -205,14 +205,14 @@ OP_CorpseDrag=0x0904
|
|||||||
OP_CorpseDrop=0x7037
|
OP_CorpseDrop=0x7037
|
||||||
OP_Bug=0x73f4
|
OP_Bug=0x73f4
|
||||||
OP_Feedback=0x5602
|
OP_Feedback=0x5602
|
||||||
OP_Report=0x1414
|
OP_Report=0x6f14
|
||||||
OP_Damage=0x6f15
|
OP_Damage=0x6f15
|
||||||
OP_ChannelMessage=0x2b2d
|
OP_ChannelMessage=0x2b2d
|
||||||
OP_Assist=0x4478
|
OP_Assist=0x4478
|
||||||
OP_AssistGroup=0x27f8
|
OP_AssistGroup=0x27f8
|
||||||
OP_MoveCoin=0x0bcf
|
OP_MoveCoin=0x0bcf
|
||||||
OP_ZonePlayerToBind=0x08d8
|
OP_ZonePlayerToBind=0x08d8
|
||||||
OP_KeyRing=0x6857
|
OP_KeyRing=0x1219
|
||||||
OP_WhoAllRequest=0x674b
|
OP_WhoAllRequest=0x674b
|
||||||
OP_WhoAllResponse=0x578c
|
OP_WhoAllResponse=0x578c
|
||||||
OP_FriendsWho=0x3956
|
OP_FriendsWho=0x3956
|
||||||
@ -263,7 +263,7 @@ OP_SafeFallSuccess=0x2219
|
|||||||
OP_RezzComplete=0x760d
|
OP_RezzComplete=0x760d
|
||||||
OP_RezzRequest=0x3c21
|
OP_RezzRequest=0x3c21
|
||||||
OP_RezzAnswer=0x701c
|
OP_RezzAnswer=0x701c
|
||||||
OP_Shielding=0x48c1
|
OP_Shielding=0x52e5
|
||||||
OP_RequestDuel=0x3af1
|
OP_RequestDuel=0x3af1
|
||||||
OP_MobRename=0x2c57
|
OP_MobRename=0x2c57
|
||||||
OP_AugmentItem=0x661b
|
OP_AugmentItem=0x661b
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user