Difference between revisions of "Game Opcodes:Send Addiction Limit Message"

From FFXIV Classic Wiki
Jump to: navigation, search
(Created page with "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 does not do anything. The rele...")
 
Line 7: Line 7:
 
== Data ==
 
== Data ==
  
{| class="wikitable sortable" width="100%"
+
{| class="wikitable sortable""
! width="50px" style="text-align: center; font-size: 14px;" | Offset
+
! width="e0px" style="text-align: center; font-size: 14px;" | Offset
 
! width="60px" style="text-align: center; font-size: 14px;" | Data Type
 
! width="60px" style="text-align: center; font-size: 14px;" | Data Type
 
! width="60px" style="text-align: center; font-size: 14px;" | Length
 
! width="60px" style="text-align: center; font-size: 14px;" | Length

Revision as of 19:00, 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 does not 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 passed.

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 🙄).

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".