viewing paste Unknown #5140 | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
job_wiz,50,165,4    script  Arena Assistant 700,{
    mes "[Arena Assistant]";
    mes "Welcome to the Wizard Job Change Arena.";
    mes "If you would like to take the final test, then please enter the waiting room.";
    next;
    mes "[Arena Assistant]";
    mes "If someone is already taking the test, please wait.";
    mes "All testing status will be broadcasted, and will begin as soon as the previous tester has gone through.";
    next;
    mes "[Arena Assistant]";
    mes "Each person may take approximately 5 to 10 minutes.";
    mes "If you would like to leave the arena, please log off anytime.";
    close;
 
OnInit:
    waitingroom "Waiting Room",20,"Arena Assistant::OnStartArena",1;
    enablewaitingroomevent;
    end;
 
OnStartArena:
    killmonsterall "job_wiz";
    warpwaitingpc "job_wiz",114,169;
    donpcevent "Room of Water::OnEnable";
    disablewaitingroomevent;
    end;
 
OnStart:
    enablewaitingroomevent;
    end;
}
Viewed 691 times, submitted by Guest.