Issue information

Issue ID
#2404
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Oct 29, 2008 6:47
Last Post
Hercules Elf Bot
Mar 5, 2012 9:21
Confirmation
N/A

Hercules Elf Bot - Oct 29, 2008 6:47

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

There's an "end;" for the OnCommandOn: missing at each getitem NPC for the Chief's (Broken Sword) quest.

There's quite a few of them (at least 15), forgot to note the lines but first one is at line 857

CODE
853    OnCommandOn:
854        enablenpc "#getitem1-1";
855        donpcevent "timer1-1::OnCommandOff";
856        donpcevent "start01#gnbs::OnCommandOn";


should be :

CODE
853    OnCommandOn:
854        enablenpc "#getitem1-1";
855        donpcevent "timer1-1::OnCommandOff";
856        donpcevent "start01#gnbs::OnCommandOn";
857        end;


they're all the same except the numbers which varies from getitem1-1 to getitem3-7