Issue information

Issue ID
#2231
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Sep 15, 2008 9:00
Last Post
Hercules Elf Bot
Apr 4, 2012 8:12
Confirmation
N/A

Hercules Elf Bot - Sep 15, 2008 9:00

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

I performed a test as a response to
CODE
int skill_blown(struct block_list* src, struct block_list* target, int count, int direction, int flag)
{
...
        case BL_PC:
        {
            if( sd->sc.data[SC_BASILICA] && sd->sc.data[SC_BASILICA]->val4 == sd->bl.id )
                return 0; // Basilica caster can't be knocked-back

On aegis, this is not true. A boss can use a skill to knock you outside of the Basilica area. The consequences are as follows:
  • you can be knocked back any number of times
  • basilica stays where it was
  • priest is still under Basilica's protection (can be attacked but the attacks do no damage nor show anything)
  • basilica knocks back according to where the priest is standing, so the direction will not be 'from the center' anymore

Hercules Elf Bot - Mar 23, 2012 8:46

Originally posted by [b]Ind[/b]
was fixed in a previous ea revision