Issue information

Issue ID
#3295
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jun 27, 2009 9:38
Last Post
Hercules Elf Bot
Mar 5, 2012 14:14
Confirmation
N/A

Hercules Elf Bot - Jun 27, 2009 9:38

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

Probably missing warps after rewriting this quest at revision 13878
CODE
1906         aldebaran,226,54,4  script  #aldesignwarp   45,2,2,{
1907         OnTouch:
1908             set @aldesigncheck,0;
1909             warp "aldeba_in",149,120;
1910             end;
1911         
1912         }
1913         
1914         aldeba_in,149,123,4 script  #aldesignwarp2  45,2,2,{
1915         OnTouch:
1916             set @aldesigncheck,0;
1917             warp "aldebaran",223,56;
1918             end;
1919         
1920         }


Or can I find Sir Jore by another way? Without this warps? (IMG:style_emoticons/default/ani_hmm.gif)


ADDED:
CODE
aldeba_in,155,101,3    script    Sir Jore#sign    805,7,7,{
    callfunc "F_UpdateSignVars";
    if ((gettime(3) > 17) && (gettime(3) < 22)) {

maybe
CODE
if ((gettime(3) > 16) && (gettime(3) < 22))

'couse
QUOTE (iRO Wiki)
Note: Sir Jore can only be spoken to during 5pm-10pm (Pacific Time) daily.


This post has been edited by Jarek: Jun 27 2009, 09:06 AM