Issue information

Issue ID
#1143
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Mar 9, 2008 19:06
Last Post
Hercules Elf Bot
Mar 9, 2008 19:06
Confirmation
N/A

Hercules Elf Bot - Mar 9, 2008 19:06

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

I encountered a problem where eathena wouldn't let me cast Ganbantein directly onto an Icewall.
The code responsible is
CODE
    if (map_getcell(src->m, skill_x, skill_y, CELL_CHKNOREACH))
    {    //prevent casting ground targeted spells on non-walkable areas. [Skotlex]
        if (sd) clif_skill_fail(sd,skill_num,0,0);
        return 0;
    }

This was added on r2510 and r2522.