Cisqua Posted August 12, 2014 Posted August 12, 2014 (edited) anyone can tell me what error is this> is htis a bug or something? this message pop-up in map-server [Warning]: Invalid menu selection on npc 110001701:'Seiyablem#prt' - got 1, valid range is [1..0] (player AID:xxxxxxx, CID:xxxxxxx, name:'xxxxxx')! Edited August 12, 2014 by Cisqua Quote
anacondaq Posted August 23, 2014 Posted August 23, 2014 That mean, the player after 60 seconds select the first menu at npc Seiyablem. src/config/security.h /** * @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 1 Quote
Question
Cisqua
anyone can tell me what error is this> is htis a bug or something?
this message pop-up in map-server
2 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.