Get Backers Posted December 13, 2020 Group: Members Topic Count: 26 Topics Per Day: 0.02 Content Count: 70 Reputation: 0 Joined: 11/23/20 Last Seen: January 24, 2021 Share Posted December 13, 2020 (edited) anyone how to fix this? no problem with script every time the character select will it appears on map-server and all my npc i put showevent thanks to all OnPCLoadMapEvent: if( strcharinfo(3) == strnpcinfo(4) ) showevent 1,1; end; } prontera mapflag loadevent Edited December 13, 2020 by Get Backers Quote Link to comment Share on other sites More sharing options...
0 Royr Posted December 13, 2020 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 90 Reputation: 34 Joined: 10/01/18 Last Seen: January 9, 2023 Share Posted December 13, 2020 4 minutes ago, Get Backers said: Hi bro its not working : ( i think the problem is OnPCLoadMapEvent: can you put it on this script add to OnPCLoginEvent: OnPCLoadMapEvent: if( strcharinfo(3) == strnpcinfo(4) ) showevent 1,1;end;}prontera mapflag loadevent Oppps, try this:Locate: src/map.hppFind: #define MAX_EVENTQUEUE 2Replaced: #define MAX_EVENTQUEUE 1000 Recompile your server. ./configure && make clean && make server It should work now! 4 Quote Link to comment Share on other sites More sharing options...
0 Royr Posted December 13, 2020 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 90 Reputation: 34 Joined: 10/01/18 Last Seen: January 9, 2023 Share Posted December 13, 2020 (edited) 1 hour ago, Get Backers said: anyone how to fix this? no problem with script every time the character select will it appears on map-server and all my npc i put showevent thanks to all OnPCLoadMapEvent: if( strcharinfo(3) == strnpcinfo(4) ) showevent 1,1; end; } prontera mapflag loadevent Locate: conf/script_athena.confFind: check_gotocount: 2048Replaced: check_gotocount: 655360 Restart your server. Edited December 13, 2020 by Royr Quote Link to comment Share on other sites More sharing options...
0 Get Backers Posted December 13, 2020 Group: Members Topic Count: 26 Topics Per Day: 0.02 Content Count: 70 Reputation: 0 Joined: 11/23/20 Last Seen: January 24, 2021 Author Share Posted December 13, 2020 (edited) Hi bro its not working : ( i think the problem is OnPCLoadMapEvent: can you put it on this script add to OnPCLoginEvent: OnPCLoadMapEvent: if( strcharinfo(3) == strnpcinfo(4) ) showevent 1,1;end;}prontera mapflag loadevent Edited December 13, 2020 by Get Backers Quote Link to comment Share on other sites More sharing options...
0 Get Backers Posted December 13, 2020 Group: Members Topic Count: 26 Topics Per Day: 0.02 Content Count: 70 Reputation: 0 Joined: 11/23/20 Last Seen: January 24, 2021 Author Share Posted December 13, 2020 Ok bro i will try Quote Link to comment Share on other sites More sharing options...
0 Chaos92 Posted December 13, 2020 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1822 Reputation: 288 Joined: 08/03/12 Last Seen: 4 hours ago Share Posted December 13, 2020 increase maxeventqueue Quote Link to comment Share on other sites More sharing options...
0 Get Backers Posted December 13, 2020 Group: Members Topic Count: 26 Topics Per Day: 0.02 Content Count: 70 Reputation: 0 Joined: 11/23/20 Last Seen: January 24, 2021 Author Share Posted December 13, 2020 thank you so much guys especially sir Royr problem solved! Quote Link to comment Share on other sites More sharing options...
0 jimboy092032 Posted January 18 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 96 Reputation: 0 Joined: 08/21/12 Last Seen: 19 hours ago Share Posted January 18 can MAX_EVENTQUEUE be increase to 5000? Quote Link to comment Share on other sites More sharing options...
Question
Get Backers
anyone how to fix this? no problem with script every time the character select will it appears on map-server and all my npc i put showevent thanks to all
OnPCLoadMapEvent:
if( strcharinfo(3) == strnpcinfo(4) )
showevent 1,1;
end;
}
prontera mapflag loadevent

Edited by Get BackersLink to comment
Share on other sites
7 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.