Issue information

Issue ID
#2009
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Aug 6, 2008 11:02
Last Post
Hercules Elf Bot
Mar 5, 2012 8:55
Confirmation
N/A

Hercules Elf Bot - Aug 6, 2008 11:02

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

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


ice_dun03,138,148,0    script    #ice_4f_2    45,2,2,{
OnTouch:
    warp "ice_dun04",33,144;


ice_dun03,161,148,0    script    #ice_4f_3    45,2,2,{
OnTouch:
    warp "ice_dun04",33,144;


ice_dun03,151,162,0    script    #ice_4f_4    45,2,2,{
OnTouch:
    warp "ice_dun04",33,144;


//Additional Warp (4th floor -> 3rd)
ice_dun04,33,140,0    warp    ice006    1,1,ice_dun03,149,130

Notice that the destination of this "warp back to F3" is in range of #ice_4f_1. Therefore if you attempt to leave F4 you will be thrown back into F4.