Maatt
Active Member
- Aug 29, 2012
- 162
- 158
Hello everyone,
I was wondering if you could possibly help me with a packet related question. My hotel is running PRODUCTION-201701242205-837386173 (the default build for Plus-based hotels, I believe).
Essentially, I'm trying to add a 'new style' MOTD message to my hotel. It looks something like below except it contains a welcome message defined in a text file rather than the chat commands message I've used to illustrate the concept.
This is what I've done so far:
Defined NuxAlertComposer in my emulator using the packet structure below:
Packet header (ServerPacketHeader.cs) 3569:
Called for on connecting in my GameClient.cs
The message still isn't working and I've used the web inspector in chrome and I'm not getting any 404 errors nor calls to the text file. This leads me to believe there's something wrong with my packet header id or the packet structure I'm using.
Is anyone able to help?
Thank you in advance
I was wondering if you could possibly help me with a packet related question. My hotel is running PRODUCTION-201701242205-837386173 (the default build for Plus-based hotels, I believe).
Essentially, I'm trying to add a 'new style' MOTD message to my hotel. It looks something like below except it contains a welcome message defined in a text file rather than the chat commands message I've used to illustrate the concept.
You must be registered for see images attach
This is what I've done so far:
Defined NuxAlertComposer in my emulator using the packet structure below:
You must be registered for see images attach
Packet header (ServerPacketHeader.cs) 3569:
You must be registered for see images attach
Called for on connecting in my GameClient.cs
You must be registered for see images attach
The message still isn't working and I've used the web inspector in chrome and I'm not getting any 404 errors nor calls to the text file. This leads me to believe there's something wrong with my packet header id or the packet structure I'm using.
Is anyone able to help?
Thank you in advance