kalabasa Posted January 24, 2023 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Share Posted January 24, 2023 i am using callshop and after a couple of minutes the close button will pop out switch(select("Taming Item Shop")) { case 1: close2; mes "this message will not close "; callshop "MvP HG Shop", 0; break; } Quote Link to comment Share on other sites More sharing options...
1 _Terra Posted January 25, 2023 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 170 Reputation: 55 Joined: 07/15/13 Last Seen: 6 hours ago Share Posted January 25, 2023 doc/script_commands.txt *ignoretimeout <flag>{,<char_id>}; Disables the SECURE_NPCTIMEOUT function on the character invoking the script, or by the given character ID/character name. Valid flag: 0 - Enabled SECURE_NPCTIMEOUT. 1 - Disable SECURE_NPCTIMEOUT. Note: SECURE_NPCTIMEOUT must be enabled for this to work. Quote Link to comment Share on other sites More sharing options...
0 Brynner Posted January 24, 2023 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1962 Reputation: 203 Joined: 01/08/12 Last Seen: 10 hours ago Share Posted January 24, 2023 2 hours ago, kalabasa said: i am using callshop and after a couple of minutes the close button will pop out switch(select("Taming Item Shop")) { case 1: close2; mes "this message will not close "; callshop "MvP HG Shop", 0; break; } src\config\secure.hpp #define SECURE_NPCTIMEOUT but I'm not sure if it's going to work. because there is an issue on it which is not fixed for a very long time. Quote Link to comment Share on other sites More sharing options...
0 kalabasa Posted January 25, 2023 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Author Share Posted January 25, 2023 close button still appearing to me or i am doing it wrong? and i already enable the secure_npctimeout next;mes "this message will not close "; ignoretimeout 1; callshop "MvP Shop", 0; break; Quote Link to comment Share on other sites More sharing options...
Question
kalabasa
i am using callshop and after a couple of minutes the close button will pop out
switch(select("Taming Item Shop")) {
case 1:
close2;
mes "this message will not close ";
callshop "MvP HG Shop", 0;
break;
}
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.