Emad Posted July 29, 2020 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 109 Reputation: 0 Joined: 05/22/14 Last Seen: July 27, 2021 Share Posted July 29, 2020 (edited) help kafra menu can't work and unable to move after clicking kafra and no next button Edited July 29, 2020 by emadkm Quote Link to comment Share on other sites More sharing options...
1 Poring King Posted July 30, 2020 Group: Members Topic Count: 63 Topics Per Day: 0.02 Content Count: 1016 Reputation: 191 Joined: 11/27/14 Last Seen: February 15 Share Posted July 30, 2020 10 hours ago, emadkm said: it's already same as u post ... You need to recompile your server to work Quote Link to comment Share on other sites More sharing options...
0 Emad Posted July 29, 2020 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 109 Reputation: 0 Joined: 05/22/14 Last Seen: July 27, 2021 Author Share Posted July 29, 2020 On 7/29/2020 at 10:40 PM, Poring King said: Change your idle. src/config/secure.hpp // Copyright (c) rAthena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder #ifndef CONFIG_SECURE_HPP #define CONFIG_SECURE_HPP /** * rAthena configuration file (http://rathena.org) * For detailed guidance on these check http://rathena.org/wiki/SRC/config/ **/ /** * @INFO: This file holds optional security settings **/ /** * Optional NPC Dialog Timer * When enabled all npcs dialog will 'timeout' if user is on idle for longer than the amount of seconds allowed * - On 'timeout' the npc dialog window changes its next/menu to a 'close' button * Comment to disable the timer. **/ #define SECURE_NPCTIMEOUT /** * Number of seconds after an 'input' field is displayed before invoking an idle timeout. * Default: 180 **/ #define NPC_SECURE_TIMEOUT_INPUT 180 /** * Number of seconds after a 'menu' is displayed before invoking an idle timeout. * Default: 60 **/ #define NPC_SECURE_TIMEOUT_MENU 60 /** * Number of seconds after a 'next' button is displayed before invoking an idle timeout. * Default: 60 **/ #define NPC_SECURE_TIMEOUT_NEXT 60 /** * (Secure) Optional NPC Dialog Timer * @requirement : SECURE_NPCTIMEOUT must be enabled * Minimum Interval Between timeout checks in seconds * Default: 1s **/ #define SECURE_NPCTIMEOUT_INTERVAL 1 #endif /* CONFIG_SECURE_HPP */ it's already same as u post ... yo it's unedited .... On 7/30/2020 at 8:47 AM, Poring King said: You need to recompile your server to work nothing worked Quote Link to comment Share on other sites More sharing options...
-1 Poring King Posted July 29, 2020 Group: Members Topic Count: 63 Topics Per Day: 0.02 Content Count: 1016 Reputation: 191 Joined: 11/27/14 Last Seen: February 15 Share Posted July 29, 2020 26 minutes ago, emadkm said: help kafra menu can't work and unable to move after clicking kafra and no next button Change your idle. src/config/secure.hpp // Copyright (c) rAthena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder #ifndef CONFIG_SECURE_HPP #define CONFIG_SECURE_HPP /** * rAthena configuration file (http://rathena.org) * For detailed guidance on these check http://rathena.org/wiki/SRC/config/ **/ /** * @INFO: This file holds optional security settings **/ /** * Optional NPC Dialog Timer * When enabled all npcs dialog will 'timeout' if user is on idle for longer than the amount of seconds allowed * - On 'timeout' the npc dialog window changes its next/menu to a 'close' button * Comment to disable the timer. **/ #define SECURE_NPCTIMEOUT /** * Number of seconds after an 'input' field is displayed before invoking an idle timeout. * Default: 180 **/ #define NPC_SECURE_TIMEOUT_INPUT 180 /** * Number of seconds after a 'menu' is displayed before invoking an idle timeout. * Default: 60 **/ #define NPC_SECURE_TIMEOUT_MENU 60 /** * Number of seconds after a 'next' button is displayed before invoking an idle timeout. * Default: 60 **/ #define NPC_SECURE_TIMEOUT_NEXT 60 /** * (Secure) Optional NPC Dialog Timer * @requirement : SECURE_NPCTIMEOUT must be enabled * Minimum Interval Between timeout checks in seconds * Default: 1s **/ #define SECURE_NPCTIMEOUT_INTERVAL 1 #endif /* CONFIG_SECURE_HPP */ Quote Link to comment Share on other sites More sharing options...
Question
Emad
help kafra menu can't work and unable to move after clicking kafra and no next button
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.