Jump to content

Enoch

Members
  • Posts

    72
  • Joined

  • Last visited

Posts posted by Enoch

  1. 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

  2. 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. 2 hours ago, Mahiro said:

    If it's the healing npc that is in rathena-master\npc\custom, just go to 20:

    .@Delay = 0; // Heal delay, in seconds

    In case it isn't. Show me your.

    not working i tried to put this in healer and warper  

     

            set .@Delay,2;    // Heal delay, in seconds

            if (@HD > gettimetick(2)) end;
     

×
×
  • Create New...