Sin Posted June 27, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 22 Reputation: 1 Joined: 06/25/12 Last Seen: April 25, 2019 Share 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 Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
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.