Sin Posted June 27, 2012 Posted June 27, 2012 I've done some testing and the script command 'AgitEnd' itself crashes my server when WoE is started. WoE starts fine, but when I force end it, or it ends on it's own, it crashes the server, and I can't figure out why. BUILDIN_FUNC(agitend) { if( agit_flag == 0) return 0; // Agit already End. guild_agit_end(); agit_flag = 0; return 0; } Quote
Question
Sin
I've done some testing and the script command 'AgitEnd' itself crashes my server when WoE is started.
WoE starts fine, but when I force end it, or it ends on it's own, it crashes the server, and I can't figure out why.
0 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.