mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-08 11:47:45 +00:00
more 5.18 opcodes
This commit is contained in:
parent
0d3e73e531
commit
7deae36146
1 changed files with 9 additions and 4 deletions
|
@ -190,8 +190,6 @@ namespace Sapphire::Network::Packets
|
||||||
|
|
||||||
EventStart = 0x0230, // updated 5.18
|
EventStart = 0x0230, // updated 5.18
|
||||||
EventFinish = 0x01E4, // updated 5.18
|
EventFinish = 0x01E4, // updated 5.18
|
||||||
EventUnk0 = 0x02F7, // updated 5.18
|
|
||||||
EventUnk1 = 0x0100, // updated 5.18
|
|
||||||
UseMooch = 0x0233, // updated 5.18
|
UseMooch = 0x0233, // updated 5.18
|
||||||
|
|
||||||
EventLinkshell = 0x1169,
|
EventLinkshell = 0x1169,
|
||||||
|
@ -210,8 +208,15 @@ namespace Sapphire::Network::Packets
|
||||||
|
|
||||||
Mount = 0x02F0, // updated 5.18
|
Mount = 0x02F0, // updated 5.18
|
||||||
|
|
||||||
DirectorVars = 0x01F5, // updated 5.0
|
DirectorVars = 0x00E6, // updated 5.18
|
||||||
DirectorPopUp = 0x0200, // updated 5.0 - display dialogue pop-ups in duties and FATEs, for example, Teraflare's countdown
|
SomeDirectorUnk1 = 0x0084, // updated 5.18
|
||||||
|
SomeDirectorUnk2 = 0x00C1, // updated 5.18
|
||||||
|
SomeDirectorUnk4 = 0x0100, // updated 5.18
|
||||||
|
SomeDirectorUnk8 = 0x028A, // updated 5.18
|
||||||
|
SomeDirectorUnk16 = 0x028C, // updated 5.18
|
||||||
|
DirectorPopUp = 0x0162, // updated 5.18 - display dialogue pop-ups in duties and FATEs, for example, Teraflare's countdown
|
||||||
|
DirectorPopUp4 = 0x0214, // updated 5.18
|
||||||
|
DirectorPopUp8 = 0x00F8, // updated 5.18
|
||||||
|
|
||||||
CFAvailableContents = 0xF1FD, // updated 4.2
|
CFAvailableContents = 0xF1FD, // updated 4.2
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue