Issue information

Issue ID
#4228
Status
Duplicate
Severity
None
Started
Hercules Elf Bot
May 8, 2010 3:19
Last Post
Hercules Elf Bot
May 8, 2010 3:19
Confirmation
N/A

Hercules Elf Bot - May 8, 2010 3:19

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

Just crashed the map server using the following coding:

CODE
L_GM:
if(getgmlevel() >= 99) {
atcommand "@unloadnpc 3 Day Rentals";
atcommand "@unloadnpc 15 Day Rentals";
atcommand "@unloadnpc 1 Week Rentals";
atcommand "@unloadnpc Monthly Rentals";
close2;
atcommand "@unloadnpc Rental Shop";


First four NPCs unloaded, once I hit the close, the last NPC unloaded immediately followed by a Server Disconnected message.