mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 19:47:16 +00:00
Attempt to fix opcodes formatting
This commit is contained in:
@@ -2391,7 +2391,7 @@ namespace TOB
|
|||||||
s32 Desc;
|
s32 Desc;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
buffer.WriteUInt32(emu->id);
|
buffer.WriteUInt32(emu->id); // Index
|
||||||
buffer.WriteUInt8(1);
|
buffer.WriteUInt8(1);
|
||||||
buffer.WriteInt32(emu->upper_hotkey_sid);
|
buffer.WriteInt32(emu->upper_hotkey_sid);
|
||||||
buffer.WriteInt32(emu->lower_hotkey_sid);
|
buffer.WriteInt32(emu->lower_hotkey_sid);
|
||||||
|
|||||||
+4
-4
@@ -7,7 +7,7 @@ Below is a status list for the 450 opcodes we currently use on the server for th
|
|||||||
### World/Zone Opcode Implementation Status
|
### World/Zone Opcode Implementation Status
|
||||||
|
|
||||||
| Opcode | Status | Notes | Working On |
|
| Opcode | Status | Notes | Working On |
|
||||||
|:----------------------------------|:---------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------|
|
|:----------------------------------|:--------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------|
|
||||||
| `OP_AAAction` | 🟡 Unverified | | |
|
| `OP_AAAction` | 🟡 Unverified | | |
|
||||||
| `OP_AAExpUpdate` | 🟡 Unverified | | |
|
| `OP_AAExpUpdate` | 🟡 Unverified | | |
|
||||||
| `OP_AcceptNewTask` | 🔴 Not-Set | | |
|
| `OP_AcceptNewTask` | 🔴 Not-Set | | |
|
||||||
@@ -88,7 +88,7 @@ Below is a status list for the 450 opcodes we currently use on the server for th
|
|||||||
| `OP_CharInventory` | 🟡 Unverified | | |
|
| `OP_CharInventory` | 🟡 Unverified | | |
|
||||||
| `OP_Charm` | 🟡 Unverified | | |
|
| `OP_Charm` | 🟡 Unverified | | |
|
||||||
| `OP_ChatMessage` | 🔴 Not-Set | | |
|
| `OP_ChatMessage` | 🔴 Not-Set | | |
|
||||||
| `OP_ClearAA` | 🟡 Unverified | | |
|
| `OP_ClearAA` | 🟢 Verified | | |
|
||||||
| `OP_ClearBlockedBuffs` | 🟢 Verified | | |
|
| `OP_ClearBlockedBuffs` | 🟢 Verified | | |
|
||||||
| `OP_ClearLeadershipAbilities` | 🔴 Not-Set | | |
|
| `OP_ClearLeadershipAbilities` | 🔴 Not-Set | | |
|
||||||
| `OP_ClearNPCMarks` | 🔴 Not-Set | | |
|
| `OP_ClearNPCMarks` | 🔴 Not-Set | | |
|
||||||
@@ -478,9 +478,9 @@ Below is a status list for the 450 opcodes we currently use on the server for th
|
|||||||
| `OP_SaveOnZoneReq` | 🟡 Unverified | | |
|
| `OP_SaveOnZoneReq` | 🟡 Unverified | | |
|
||||||
| `OP_SelectTribute` | 🔴 Not-Set | | |
|
| `OP_SelectTribute` | 🔴 Not-Set | | |
|
||||||
| `OP_SendAAStats` | 🟡 Unverified | | |
|
| `OP_SendAAStats` | 🟡 Unverified | | |
|
||||||
| `OP_SendAATable` | 🟡 Unverified | | |
|
| `OP_SendAATable` | 🟢 Verified | | |
|
||||||
| `OP_SendCharInfo` | 🟢 Verified | | |
|
| `OP_SendCharInfo` | 🟢 Verified | | |
|
||||||
| `OP_SendExpZonein` | 🟡 Unverified | | |
|
| `OP_SendExpZonein` | 🟢 Verified | | |
|
||||||
| `OP_SendFindableNPCs` | 🔴 Not-Set | | |
|
| `OP_SendFindableNPCs` | 🔴 Not-Set | | |
|
||||||
| `OP_SendGuildTributes` | 🔴 Not-Set | | |
|
| `OP_SendGuildTributes` | 🔴 Not-Set | | |
|
||||||
| `OP_SendLoginInfo` | 🟢 Verified | | |
|
| `OP_SendLoginInfo` | 🟢 Verified | | |
|
||||||
|
|||||||
Reference in New Issue
Block a user