Issue information

Issue ID
#208
Status
Fixed
Severity
Low
Started
Hercules Elf Bot
Oct 11, 2007 10:47
Last Post
Hercules Elf Bot
Jun 9, 2012 21:23
Confirmation
N/A

Hercules Elf Bot - Oct 11, 2007 10:47

Originally posted by [b]theultramage[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&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...

Hercules Elf Bot - Jan 31, 2012 20:39

Originally posted by [b]Gepard[/b]
Issue is still present in [rev=15532].

Hercules Elf Bot - Jun 1, 2012 14:37

Originally posted by [b]Ind[/b]
Fixed in [rev=16205]