Issue information

Issue ID
#4096
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Mar 5, 2010 22:47
Last Post
Hercules Elf Bot
Apr 4, 2012 7:14
Confirmation
N/A

Hercules Elf Bot - Mar 5, 2010 22:47

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

CODE
OnStartArena:
    warpwaitingpc "in_moc_16", 66, 151;
    donpcevent "Beholder#ASNTEST::OnEnable";
    donpcevent "Keeper of the Door#ASN::OnDisable";
    set getvariableofnpc(.DisableTraps,"Beholder#ASNTEST"),0;
    disablewaitingroomevent;
    end;


->

CODE
OnStartArena:
    if (ASSIN_Q2 < 5) {
        kickwaitingroomall;
        end;
        }
    warpwaitingpc "in_moc_16", 66, 151;
    donpcevent "Beholder#ASNTEST::OnEnable";
    donpcevent "Gardien de la Porte#ASN::OnDisable";
    set getvariableofnpc(.DisableTraps,"Beholder#ASNTEST"),0;
    disablewaitingroomevent;
    end;


Or the player can just NOT close the mes window and click the waitingroom window instead to enter nevertheless.

Hercules Elf Bot - Mar 26, 2012 13:08

Originally posted by [b]JayPee[/b]
fixed in [b][url="http://sourceforge.net/apps/trac/rathena/changeset/15795"]r15795[/url][/b]