Cisqua Posted August 12, 2014 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 131 Reputation: 1 Joined: 12/29/12 Last Seen: August 10, 2016 Share 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 Link to comment Share on other sites More sharing options...
anacondaq Posted August 23, 2014 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 1096 Reputation: 348 Joined: 02/26/12 Last Seen: May 30, 2023 Share 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 Link to comment Share on other sites More sharing options...
Cisqua Posted August 24, 2014 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 131 Reputation: 1 Joined: 12/29/12 Last Seen: August 10, 2016 Author Share Posted August 24, 2014 thanks Anacondaqq Quote Link to comment Share on other sites More sharing options...
Question
Cisqua
anyone can tell me what error is this> is htis a bug or something?
this message pop-up in map-server
Link to comment
Share on other sites
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.