Issue information

Issue ID
#4102
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Mar 5, 2010 23:28
Last Post
Hercules Elf Bot
Mar 5, 2012 15:00
Confirmation
N/A

Hercules Elf Bot - Mar 5, 2010 23:28

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

CODE
ice_dun03,150,137,0    script    #ice_4f_1    45,2,2,{
OnTouch:
    warp "ice_dun04",33,144;
    end;

OnInit:
    hideonnpc "#ice_4f_1";
    end;


You need a disablenpc here, or the players will still be able to use the warp, which is pretty nasty.

Same for this npc:

CODE
ice_dun03,138,148,0    script    #ice_4f_2    45,2,2,{


And this one:

CODE
ice_dun03,161,148,0    script    #ice_4f_3    45,2,2,{


And this one:

CODE
ice_dun03,151,162,0    script    #ice_4f_4    45,2,2,{