mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-20 09:38:21 +00:00
Validated EnterWorld (in & out)
This commit is contained in:
@@ -397,8 +397,8 @@ namespace TOB {
|
|||||||
|
|
||||||
struct EnterWorld_Struct {
|
struct EnterWorld_Struct {
|
||||||
/*000*/ char name[64];
|
/*000*/ char name[64];
|
||||||
/*064*/ int32 unknown1;
|
/*064*/ int32 unknown1; // this appears to always be 0
|
||||||
/*068*/ int32 unknown2; //tob handles these differently so for now im just going to ignore them till i figure it out
|
/*068*/ int32 zoneID; // this is -1 for "last zone"
|
||||||
};
|
};
|
||||||
|
|
||||||
struct ZoneChange_Struct {
|
struct ZoneChange_Struct {
|
||||||
|
|||||||
+1
-1
@@ -166,7 +166,7 @@ Below is a status list for the 450 opcodes we currently use on the server for th
|
|||||||
| `OP_EndLootRequest` | 🟡 Unverified | | |
|
| `OP_EndLootRequest` | 🟡 Unverified | | |
|
||||||
| `OP_EnduranceUpdate` | 🔴 Not-Set | | |
|
| `OP_EnduranceUpdate` | 🔴 Not-Set | | |
|
||||||
| `OP_EnterChat` | 🔴 Not-Set | | |
|
| `OP_EnterChat` | 🔴 Not-Set | | |
|
||||||
| `OP_EnterWorld` | 🟢 Verified | Seems to largely work | |
|
| `OP_EnterWorld` | 🟢 Verified | | |
|
||||||
| `OP_EnvDamage` | 🟡 Unverified | | |
|
| `OP_EnvDamage` | 🟡 Unverified | | |
|
||||||
| `OP_EvolveItem` | 🔴 Not-Set | | |
|
| `OP_EvolveItem` | 🔴 Not-Set | | |
|
||||||
| `OP_ExpansionInfo` | 🟢 Verified | Updated from u32 to u64 and works now | |
|
| `OP_ExpansionInfo` | 🟢 Verified | Updated from u32 to u64 and works now | |
|
||||||
|
|||||||
Reference in New Issue
Block a user