Issue information

Issue ID
#2287
Status
Duplicate
Severity
None
Started
Hercules Elf Bot
Sep 28, 2008 21:32
Last Post
Hercules Elf Bot
Apr 4, 2012 9:08
Confirmation
N/A

Hercules Elf Bot - Sep 28, 2008 21:32

Originally posted by [b]rustamka[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=2287

CODE
int clif_blown(struct block_list *bl)
{
//Aegis packets says fixpos, but it's unsure whether slide works better or not.
//    return clif_fixpos(bl);
    return clif_slide(bl, bl->x, bl->y);
}


Works incorrect. Sometimes, when character takes hit by Jupitel Thunder\Charge Arrow\Palm Pushstrike and so on, his position shown wrong. But in Aegis variant:
CODE
int clif_blown(struct block_list *bl)
{
//Aegis packets says fixpos, but it's unsure whether slide works better or not.
    return clif_fixpos(bl);
//    return clif_slide(bl, bl->x, bl->y);
}

this bug is gone.

p.s. Sorry for my poor english, but i think you'll understand (IMG:style_emoticons/default/smile.gif)

Hercules Elf Bot - Dec 10, 2011 1:15

Originally posted by [b]Ind[/b]
duplicate of [bug=3102]