mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Implement OP_CancelSneakHide
Didn't test every client, but they should all work
This commit is contained in:
@@ -357,6 +357,7 @@ OP_Weblink=0x7cce
|
||||
OP_OpenContainer=0x654f
|
||||
OP_Marquee=0x288a
|
||||
OP_Fling=0x6b8e
|
||||
OP_CancelSneakHide=0x265f
|
||||
|
||||
OP_DzQuit=0x5fc8
|
||||
OP_DzListTimers=0x67b9
|
||||
|
||||
@@ -358,6 +358,7 @@ OP_ItemRecastDelay=0x15a9
|
||||
#OP_OpenInventory=0x0000 # Likely does not exist in RoF -U
|
||||
OP_ResetAA=0x1669
|
||||
OP_Fling=0x6f80
|
||||
OP_CancelSneakHide=0x0927
|
||||
|
||||
# Expeditions
|
||||
OP_DzAddPlayer=0x4701
|
||||
|
||||
@@ -352,6 +352,7 @@ OP_OpenInventory=0x1003
|
||||
OP_OpenContainer=0x3278
|
||||
OP_Marquee=0x7dc9
|
||||
OP_Fling=0x2b88
|
||||
OP_CancelSneakHide=0x7705
|
||||
|
||||
# Expedition
|
||||
OP_DzQuit=0x054e
|
||||
|
||||
@@ -334,6 +334,7 @@ OP_OpenInventory=0x66c8
|
||||
OP_OpenContainer=0x10e3
|
||||
OP_Marquee=0x2f75
|
||||
OP_Untargetable=0x3e36
|
||||
OP_CancelSneakHide=0x5335
|
||||
|
||||
#expedition
|
||||
OP_DzQuit=0x20d6
|
||||
|
||||
@@ -286,6 +286,7 @@ OP_RemoveNimbusEffect=0x0000
|
||||
OP_CrystalReclaim=0x7cfe
|
||||
OP_CrystalCreate=0x62c3
|
||||
OP_Marquee=0x1d4d
|
||||
OP_CancelSneakHide=0x48C2
|
||||
|
||||
OP_DzQuit=0x486d
|
||||
OP_DzListTimers=0x39aa
|
||||
|
||||
@@ -362,6 +362,7 @@ OP_InspectMessageUpdate=0x7fa1 # C
|
||||
OP_OpenContainer=0x041a
|
||||
OP_Marquee=0x3675
|
||||
OP_Fling=0x51b1
|
||||
OP_CancelSneakHide=0x7686
|
||||
|
||||
OP_DzQuit=0x1539
|
||||
OP_DzListTimers=0x21e9
|
||||
|
||||
Reference in New Issue
Block a user