Jump to content
  • 0

requesting switch frost for 2020 client upto latest


Question

Posted

hello i'm using 2018 client and 2021 trunk i notice this method is not working anymore, if you search status.c there's no such thing  to be remove for frost switching, is there any method to revert this 

	if (bl->type == BL_PC && ((TBL_PC*)bl)->delayed_damage != 0) {
		if (opt&SCO_FORCE)
			((TBL_PC*)bl)->state.hold_recalc = 0; /* Clear and move on */
		else {
			((TBL_PC*)bl)->state.hold_recalc = 1; /* Flag and stop */
			return;
		}
	}

 

3 answers to this question

Recommended Posts

  • 0
Posted
24 minutes ago, Enoch said:

hello i'm using 2018 client and 2021 trunk i notice this method is not working anymore, if you search status.c there's no such thing  to be remove for frost switching, is there any method to revert this 

	if (bl->type == BL_PC && ((TBL_PC*)bl)->delayed_damage != 0) {
		if (opt&SCO_FORCE)
			((TBL_PC*)bl)->state.hold_recalc = 0; /* Clear and move on */
		else {
			((TBL_PC*)bl)->state.hold_recalc = 1; /* Flag and stop */
			return;
		}
	}

 

problem solve

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...