Why I cant summon on this following maps:
new_1-3
new_2-3
new_3-3
new_4-3
new_5-3
case 604: // Dead Branch
if( map[sd->bl.m].flag.nobranch || map[sd->bl.m].flag.town )
{
clif_displaymessage(sd->fd, "You can't use this item here.");
return 0;
}
case 12103: // Bloody Branch
if( map[sd->bl.m].flag.nobranch || map[sd->bl.m].flag.town )
{
clif_displaymessage(sd->fd, "You can't use this item here.");
return 0;
}
case 12109: // Poring Box
if( map[sd->bl.m].flag.nobranch || map[sd->bl.m].flag.town )
{
clif_displaymessage(sd->fd, "You can't use this item here.");
return 0;
}