Jump to content

[Help Request] "Received not allowed opcode.."


Auntie Mangos

Recommended Posts

  • 40 years later...

Είναι φυσιολογικό, LFD = Ενδιαφέρομαι για το Dungeon όχι, ακόμη εφαρμοστεί

Μπορείτε να απενεργοποιήσετε σχολιάζοντας ορισμένες γραμμές σε WorldSession.cpp, γύρω l.224:

Κωδικός:

/ SLog.outError * ("ΕΝΟΤΗΤΑ: Δεν επιτρέπεται η οποία περιήλθε opcode% s (0x% 0,4 Χ)»,

LookupOpcodeName (packet-> GetOpcode ()),

πακέτων> GetOpcode ());*/

it does look like this?

Link to comment
Share on other sites

Opcodes.cpp

Change

/*0x36E*/ { "CMSG_LFD_PLAYER_LOCK_INFO_REQUEST",            STATUS_NEVER,    &WorldSession::Handle_NULL                     },

with

/*0x36E*/ { "CMSG_LFD_PLAYER_LOCK_INFO_REQUEST",            STATUS_UNHANDLED,&WorldSession::Handle_NULL                     },

STATUS_NEVER --> STATUS_UNHANDLED

Hmm, your way cleary better that i add STATUS_LOGGINED in [10544]

Used in [10545]. Thank you :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use