Issue information

Issue ID
#2633
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jan 5, 2009 20:19
Last Post
Hercules Elf Bot
Mar 5, 2012 9:29
Confirmation
N/A

Hercules Elf Bot - Jan 5, 2009 20:19

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

During the part that Kiel Hyre tells you the whole history, he tries to get the Rosimier Key (delitem 7498,1; //Rosimier_Key) but the Old Lady already took it, so as the Script fail to delete an item from your inventory, which you shouldn't have, it hangs and you can't proceed with the quest.

CODE
        select(".........");
        mes "[Kiel Hyre]";
        mes "I'm not sure what it";
        mes "was. The rain weakened";
        mes "the ground, something went";
        mes "wrong... and she just... just...";
        mes "The river swallowed her...";
        mes "I felt empty. She was gone. ";
        delitem 7498,1; //Rosimier_Key
        delitem 7499,1; //Family_Portrait
        delitem 7500,1; //Elysia_Portrait
        delitem 7501,1; //Kyll_Hyre_Letter2
        delitem 7502,1; //Piece_Memo_Of_James
        delitem 7503,1; //Man_Portrait
        set KielHyreQuest,70;
        close2;
        cutin "",255;
        end;


Edit: L0ne_W0lf answered on bugreport:2511 that he fixed it, but checking r13422, he didn't as both NPC still tries to delet it.

This post has been edited by timexy: Jan 5 2009, 01:13 PM