|
@@ -139,7 +139,7 @@ motd_type: 0
|
|
|
display_version: yes
|
|
|
|
|
|
// When affected with the "Hallucination" status effect, send the effect to client? (Note 1)
|
|
|
-// Note: Set to 'no' if the client lags due to the "Wavy" screen effect.
|
|
|
+// NOTE: Set to 'no' if the client lags due to the "Wavy" screen effect.
|
|
|
display_hallucination: yes
|
|
|
|
|
|
// Set this to 1 if your client supports status change timers and you want to use them
|
|
@@ -155,9 +155,14 @@ client_reshuffle_dice: yes
|
|
|
// NOTE: Enabling this option degrades performance.
|
|
|
client_sort_storage: no
|
|
|
|
|
|
-// Do we allow to change guilde emblem during woe_time ?
|
|
|
+// Do we allow to change guilde emblem during woe_time?
|
|
|
emblem_woe_change: yes
|
|
|
|
|
|
-// How many transparent pixel can be found in emblem before detected as invalid ?
|
|
|
-// Note 2
|
|
|
+// How many transparent pixel can be found in emblem before detected as invalid ? (Note 2)
|
|
|
emblem_transparency_limit: 80
|
|
|
+
|
|
|
+// Update enemy position while in invisible state? (Note 1)
|
|
|
+// NOTE: Set to 'no' will make client won't update enemy position unless the players have "Intravision" effect.
|
|
|
+// So that will help client handling WPE - Maya Purple Hack stuff.
|
|
|
+// But it will screw 'the game animation display' while players in invisible state.
|
|
|
+update_enemy_position: yes
|