Log in

View Full Version : Post-Zoning OPCode


Zothen
05-27-2011, 07:43 AM
Which OPCode is the client sending to the server when zoning is complete?

I want to display a message depending on zone attributes after a character zoned successfully.

joligario
05-27-2011, 10:11 AM
You want an opcode or an event like EVENT_ZONE ?

Zothen
05-27-2011, 10:20 AM
Yes, I think there already must be an OP Code that signals the server, that the client finished zoning (loading).

Derision
05-27-2011, 12:58 PM
OP_ClientReady. Best place to put your code would be in Client::CompleteConnect in zone/client_packet.cpp

Zothen
05-27-2011, 01:35 PM
Thanks a ton!