Difference between revisions of "Game Opcodes:Send Addiction Limit Message"
From FFXIV Classic Wiki
Line 1: | Line 1: | ||
− | Shows a message to the player that they are too addicted to FFXIV. Originally planned for the cancelled Chinese version of the game; this packet doesn't do anything. The relevant code is skipped if language code 4 (Chinese) is not set and nothing is displayed in the [[Inform Dialog]] if the language check is | + | Shows a message to the player that they are too addicted to FFXIV. Originally planned for the cancelled Chinese version of the game; this packet doesn't do anything. The relevant code is skipped if language code 4 (Chinese) is not set and nothing is displayed in the [[Inform Dialog]] if the language check is hacked to pass. |
:; Opcode - 0x192 | :; Opcode - 0x192 |
Revision as of 19:03, 23 March 2018
Shows a message to the player that they are too addicted to FFXIV. Originally planned for the cancelled Chinese version of the game; this packet doesn't do anything. The relevant code is skipped if language code 4 (Chinese) is not set and nothing is displayed in the Inform Dialog if the language check is hacked to pass.
- Opcode - 0x192
- Data Size - 8 bytes
- Requirements - None
Data
Offset | Data Type | Length | Variable | Description |
---|---|---|---|---|
0x00 | uint32 | 4 Bytes | addictionLevel | What level of addiction the poor Chinese player is at (Riiiight addicted to 1.0 🙄). See the Message ID table for what was suppose to be displayed. |
Message IDs
ID | Message (Chinese) | Message (English Translation) |
---|---|---|
1 | 过场已经取消。 | |
2 | 您累计在线时间已满 <minutes> 小时 | |
3 | 您累计在线时间已满3小时,请您下线休息,做适当身体活动。您已经进入疲劳游戏时间,您的游戏收益将降为正常值的50%,为了您的健康,请尽快下线休息,做适当身体活动,合理安排学习生活 | |
4 | 您已经进入疲劳游戏时间,您的游戏收益将降为正常值的50%,为了您的健康,请尽快下线休息,做适当身体活动,合理安排学习生活 | |
5 | 您已进入不健康游戏时间,为了您的健康,请您立即下线休息。如不下线,您的身体将受到损害,您的收益已降为零,直到您的累计下线时间满5小时后,才能恢复正常 |
Notes
- The Inform Dialog that appears is a unique yellow. The internal scripts call it a "Warning Inform Dialog".