Jump to content
  • 0

Server Crash upon WoE Ending.


Sin

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   1
  • Joined:  06/25/12
  • Last Seen:  

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;
}

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...