ADM Francixs Posted August 15, 2013 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 12 Reputation: 0 Joined: 06/02/13 Last Seen: August 17, 2014 Share Posted August 15, 2013 (edited) when I'm talking to the NPC, the NPC force close the session.then the character will stuck up because the NPC was close.anyone can help me with this problem? my SVN is rathena revision 17383 -ASAP Edited August 15, 2013 by ADM Francixs Quote Link to comment Share on other sites More sharing options...
Start_ Posted August 15, 2013 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 17 hours ago Share Posted August 15, 2013 I think you should show your scripts here. Quote Link to comment Share on other sites More sharing options...
ADM Francixs Posted August 15, 2013 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 12 Reputation: 0 Joined: 06/02/13 Last Seen: August 17, 2014 Author Share Posted August 15, 2013 (edited) all of my NPC got this problem.dunno what happen.i think its because of the hourly automative event points giver?...what do you think? because my dev put that thing to have players instant cash points when they staying Online about 1hr to 5hrs they will receive 10pts.i already change this secure then recompile and nothing happens. // Copyright (c) rAthena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder #ifndef _CONFIG_SECURE_H_ #define _CONFIG_SECURE_H_ /** * 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 999999 /** + * Number of seconds after a 'menu' is displayed before invoking an idle timeout. + * Default: 60 **/ #define NPC_SECURE_TIMEOUT_MENU 999999 /** + * Number of seconds after a 'next' button is displayed before invoking an idle timeout. + * Default: 60 **/ #define NPC_SECURE_TIMEOUT_NEXT 999999 /** * (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_H_ Edited August 16, 2013 by Capuche in bbcode Quote Link to comment Share on other sites More sharing options...
Whathell Posted October 13, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 116 Reputation: 4 Joined: 01/11/12 Last Seen: April 16, 2023 Share Posted October 13, 2013 read this:http://rathena.org/board/topic/81860-r17280-slight-script-engine-update/ Quote Link to comment Share on other sites More sharing options...
Question
ADM Francixs
when I'm talking to the NPC, the NPC force close the session.then the character will stuck up because the NPC was close.anyone can help me with this problem? my SVN is rathena revision 17383 -ASAP
Edited by ADM FrancixsLink 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.