Get Backers Posted December 13, 2020 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
0 Royr Posted December 13, 2020 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
0 Royr Posted December 13, 2020 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
0 Get Backers Posted December 13, 2020 Author 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
0 Get Backers Posted December 13, 2020 Author Posted December 13, 2020 thank you so much guys especially sir Royr problem solved! Quote
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 Backers7 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.