Issue information

Issue ID
#4208
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Apr 27, 2010 6:27
Last Post
Hercules Elf Bot
Apr 27, 2010 6:27
Confirmation
N/A

Hercules Elf Bot - Apr 27, 2010 6:27

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

http://www.eathena.ws/board/index.php?showtopic=245453

CODE
prontera,150,187,5    script    ksdfjdfk    100,2,2,{
    jobchange Job_Rogue;
    sc_start sc_hiding, 5000, 1;
    end;
OnTouch:
    dispbottom set(@a, @a+1);
    //if ( checkoption(0x4046) )
    //    setoption 0x4046, 0;
    end;
}
simple test
in normal way you can trigger ontouch label, in @hide mode also can trigger ontouch label

but if you become a rogue and tunnel drive, ontouch isn't trigger
same as if you are an assassin do the cloaking, ontouch also isn't trigger

I wonder if this is intended or official behavior ...