Issue information

Issue ID
#2355
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Oct 16, 2008 9:16
Last Post
Hercules Elf Bot
Mar 5, 2012 9:12
Confirmation
N/A

Hercules Elf Bot - Oct 16, 2008 9:16

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

When you start the fight against the Dwarf NPC (Sudri) in the 4th Seal quest, both you and Sudri would appear with 0 HP. If you land your first blow, you automatically win. This is probably a result from the fact that the variables .@n_vit and .@p_vit were not initialized anywhere. In the previous revisions, there was something like

CODE
set @sudri_vit,200;
set @player_vit,100;
set @sudri_def,0;
set @player_def,0;
set @sudri_atk,0;
set @player_atk,0;
set @counter,0;
set @damage,0;


This part of the script seems to be missing in the newest revision.