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

From FFXIV Classic Wiki
Jump to: navigation, search
 
(7 intermediate revisions by the same user not shown)
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 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.
+
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
Line 7: Line 7:
 
== Data ==
 
== Data ==
  
{| class="wikitable sortable""
+
{| class="wikitable sortable" width="100%"
! width="e0px" style="text-align: center; font-size: 14px;" | Offset
+
! width="50px" 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
Line 14: Line 14:
 
! style="text-align: center; font-size: 14px;" | Description
 
! style="text-align: center; font-size: 14px;" | Description
 
|-
 
|-
| 0x00 || uint32 || 4 Bytes || addictionLevel || What level of addiction the poor Chinese player is at (Riiiight addicted to 1.0 🙄).
+
| 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 ==
 
== Message IDs ==
{| class="wikitable sortable" width="100%"
+
{| class="wikitable sortable"
! width="50px" style="text-align: center; font-size: 14px;" | ID
+
! width="10px" style="text-align: center; font-size: 14px;" | ID
! width="60px" style="text-align: center; font-size: 14px;" | Message (Chinese)
+
! style="text-align: center; font-size: 14px;" | Message (Chinese)
! width="60px" style="text-align: center; font-size: 14px;" | Message (English Translation)
+
! style="text-align: center; font-size: 14px;" | Message (English Translation)
 
|-
 
|-
| 1 || 过场已经取消。||
+
| 1 || 过场已经取消。|| Your accumulated time online has reached 3 hours.
 
|-
 
|-
| 2 || 您累计在线时间已满 <minutes> 小时 ||
+
| 2 || 您累计在线时间已满 <minutes> 小时 || Please get offline and take a break.
 
|-
 
|-
| 3 || 您累计在线时间已满3小时,请您下线休息,做适当身体活动。您已经进入疲劳游戏时间,您的游戏收益将降为正常值的50%,为了您的健康,请尽快下线休息,做适当身体活动,合理安排学习生活 ||  
+
| 3 || 您累计在线时间已满3小时,请您下线休息,做适当身体活动。您已经进入疲劳游戏时间,您的游戏收益将降为正常值的50%,为了您的健康,请尽快下线休息,做适当身体活动,合理安排学习生活 || Your accumulated time online has reached 3 hours, please get offline and take a break, get appropriate amount of exercise, you are entering a state of fatigue. Your gains in the game from now on will only be at 50% of the normal
 
|-
 
|-
| 4 || 您已经进入疲劳游戏时间,您的游戏收益将降为正常值的50%,为了您的健康,请尽快下线休息,做适当身体活动,合理安排学习生活 ||  
+
| 4 || 您已经进入疲劳游戏时间,您的游戏收益将降为正常值的50%,为了您的健康,请尽快下线休息,做适当身体活动,合理安排学习生活 || Your are entering a state of fatigue. Your gains in the game from now on will only be at 50% of the normal, please get offline and take a break, get appropriate amount of exercise.
 
|-
 
|-
| 5 || 您已进入不健康游戏时间,为了您的健康,请您立即下线休息。如不下线,您的身体将受到损害,您的收益已降为零,直到您的累计下线时间满5小时后,才能恢复正常 ||  
+
| 5 || 您已进入不健康游戏时间,为了您的健康,请您立即下线休息。如不下线,您的身体将受到损害,您的收益已降为零,直到您的累计下线时间满5小时后,才能恢复正常 || You've gamed an unhealthy amount. For your own health, please go offline. If not, your gains will clear to 0. They will recover only when yoube rested for 5 hours.
 
|}
 
|}
  

Latest revision as of 19:17, 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 过场已经取消。 Your accumulated time online has reached 3 hours.
2 您累计在线时间已满 <minutes> 小时 Please get offline and take a break.
3 您累计在线时间已满3小时,请您下线休息,做适当身体活动。您已经进入疲劳游戏时间,您的游戏收益将降为正常值的50%,为了您的健康,请尽快下线休息,做适当身体活动,合理安排学习生活 Your accumulated time online has reached 3 hours, please get offline and take a break, get appropriate amount of exercise, you are entering a state of fatigue. Your gains in the game from now on will only be at 50% of the normal
4 您已经进入疲劳游戏时间,您的游戏收益将降为正常值的50%,为了您的健康,请尽快下线休息,做适当身体活动,合理安排学习生活 Your are entering a state of fatigue. Your gains in the game from now on will only be at 50% of the normal, please get offline and take a break, get appropriate amount of exercise.
5 您已进入不健康游戏时间,为了您的健康,请您立即下线休息。如不下线,您的身体将受到损害,您的收益已降为零,直到您的累计下线时间满5小时后,才能恢复正常 You've gamed an unhealthy amount. For your own health, please go offline. If not, your gains will clear to 0. They will recover only when yoube rested for 5 hours.

Notes

  • The Inform Dialog that appears is a unique yellow. The internal scripts call it a "Warning Inform Dialog".