Jump to content
  • 0

kafra menu not function


Question

3 answers to this question

Recommended Posts

  • 0
Posted
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

  • -1
Posted
26 minutes ago, emadkm said:

help kafra menu can't work and unable to move after clicking kafra and no next button

‏‏لقطة الشاشة (43).png

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 */

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...