mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
More work on OP_Marquee. Should be enough to implement a function with it. Anyone wants to fiddle around with the unknowns and get them better documented they are free to.
This commit is contained in:
@@ -346,6 +346,7 @@ OP_IncreaseStats=0x0711
|
||||
OP_Weblink=0x7cce
|
||||
#OP_OpenInventory=0x0000 # Likely does not exist in RoF -U
|
||||
OP_OpenContainer=0x654f
|
||||
OP_Marquee=0x288a
|
||||
|
||||
OP_DzQuit=0x5fc8
|
||||
OP_DzListTimers=0x67b9
|
||||
|
||||
@@ -328,6 +328,7 @@ OP_RemoveNimbusEffect=0x5872 # C
|
||||
OP_InspectMessageUpdate=0x67e9 # C
|
||||
OP_OpenInventory=0x66c8
|
||||
OP_OpenContainer=0x10e3
|
||||
OP_Marquee=0x2f75
|
||||
|
||||
#expedition
|
||||
OP_DzQuit=0x20d6
|
||||
|
||||
@@ -285,6 +285,7 @@ OP_SpellEffect=0x22C5
|
||||
OP_RemoveNimbusEffect=0x0000
|
||||
OP_CrystalReclaim=0x7cfe
|
||||
OP_CrystalCreate=0x62c3
|
||||
OP_Marquee=0x1d4d
|
||||
|
||||
OP_DzQuit=0x486d
|
||||
OP_DzListTimers=0x39aa
|
||||
|
||||
@@ -353,6 +353,7 @@ OP_Weblink=0x6840 # C
|
||||
OP_InspectMessageUpdate=0x7fa1 # C
|
||||
#OP_OpenInventory=0x0000 # Likely does not exist in UF -U
|
||||
OP_OpenContainer=0x041a
|
||||
OP_Marquee=0x3675
|
||||
|
||||
OP_DzQuit=0x1539
|
||||
OP_DzListTimers=0x21e9
|
||||
|
||||
Reference in New Issue
Block a user