Issue information

Issue ID
#2761
Status
Fixed
Severity
Low
Started
Hercules Elf Bot
Feb 11, 2009 14:50
Last Post
Hercules Elf Bot
Apr 4, 2012 9:57
Confirmation
N/A

Hercules Elf Bot - Feb 11, 2009 14:50

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

Good day.
Added a small script to set basilica flag to the whole map:

CODE
prontera,154,176,3    script    cell_check    734,{
    if ( checkcell( "prontera",161,182,cell_chkbasilica ))
    {
        mes "Basilica is set";
    }
    close;

OnInit:
    setcell "prontera",0,0,500,500,cell_basilica,1;
    end;
}


When I click on NPC, it says "Basilica is set".
Then I @warp prontera 161 182 and can cast skills and take damage.

But documentation says "..marked as 'basilica', preventing observers from casting any offensive skills or fighting..".
I want to mark an area, so people can do or take any damage in it.
What I am doing wrong with that command and flag?

This post has been edited by theultramage: Feb 13 2009, 04:40 PM

Hercules Elf Bot - Dec 14, 2011 21:36

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