Jump to content

  •  

Issue information

  • #000208


Issue Confirmations

  • Yes (0)No (0)
Issue Locked 
Photo

Warp Portal Double Warp Glitch

Posted by eAthena Bug Archive on 11 October 2007 - 05:47 AM

http://www.eathena.w...ker&showbug=208

Due to the way how skill unit and invincible-timer code is written, if you make a warp on the same cell as the warp's destination, enter that warp and then try to walk out of it, you'll be warped a second time (there's no third time tho').

CODE
    if( sd->invincible_timer != INVALID_TIMER )
    {
        delete_timer(sd->invincible_timer,pc_invincible_timer);
        sd->invincible_timer = INVALID_TIMER;
        skill_unit_move(&sd->bl,gettick(),1);
    }

On aegis, the warp seems to invalidate itself after I step into it the first time...

Issue is still present in r15532.


moved issue from Core





0 user(s) are reading this issue

0 members, 0 guests, 0 anonymous users

column Hosted by SourceForge.net