Issue information

Issue ID
#4220
Status
Fixed
Severity
None
Started
Hercules Elf Bot
May 3, 2010 10:05
Last Post
Hercules Elf Bot
Mar 5, 2012 15:03
Confirmation
N/A

Hercules Elf Bot - May 3, 2010 10:05

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

In example, godse_aru04.txt

line 1517: (result in spawn Margaretha Sorin in random cell, may be out of labirinth)
setcell "que_qaru04",100,281,103,281,cell_walkable,0;
setcell "que_qaru04",100,281,103,281,cell_shootable,0;
line 932:
monster "que_qaru04",102,281,"Margaretha Sorin",1643,1,"#gq_miromob2_aru04::OnMyMobDead";
line 806:
warp "que_qaru04",102,281;
also, affected lines: 1469,1470, 1569,1570.
Needed to move wall or spawn cell.

line 1259: (result in walkable flowers)
setcell "que_qaru04",000,251,003,251,cell_walkable,0;
setcell "que_qaru04",000,251,003,251,cell_shootable,0;
must be 100-103

line 2867: (Guard of Shadow#aru04_02::OnDisable)
killmonster "que_qaru04","Guard of Shadow#aru04_01::OnMyMobDead";
must be Guard of Shadow#aru04_02::OnMyMobDead

line 1257: (dublicated line (may be there must be another wall?))
setcell "que_qaru04",64,298,64,301,cell_walkable,0;
setcell "que_qaru04",64,298,64,301,cell_shootable,0;
identical to lines 1231-1232
also lines 1193=1219, 1194~1220, 1273=1299, 1274=1300