viewing paste Unknown #13962 | 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 31 32 33 34 35 36 37 38 39 40 41 42 43 44
OnTimer1000:
    mapannounce "bat_c01", "In 1 minute, KVM will start.",bc_map,"0x00ff00";
    end;
 
OnTimer3000:
    mapannounce "bat_c01", "The maximum time for a KVM battle is 5 minutes.",bc_map,"0x00ff00";
    end;
 
OnTimer6000:
    mapannounce "bat_c01", "Please prepare for the KVM battle.",bc_map,"0x00ff00";
    mapannounce "bat_c01", "You can buff your people.",bc_map,"0x00ff00";
    donpcevent "#A_camp_start01::OnEnable";
    donpcevent "#B_camp_start01::OnEnable";
    end;
 
OnTimer13000:
    donpcevent "#A_camp_start01::OnDisable";
    donpcevent "#B_camp_start01::OnDisable";
    end;
 
OnTimer30000:
    mapannounce "bat_c01", "30 seconds remaining to start KVM battle.",bc_map,"0x00ff00";
    end;
 
OnTimer45000:
    mapannounce "bat_c01", "15 seconds remaining to start KVM battle.",bc_map,"0x00ff00";
    donpcevent "::OnKvM01One";
    end;
 
OnTimer50000:
    mapannounce "bat_c01", "10 seconds remaining to start KVM battle.",bc_map,"0x00ff00";
    donpcevent "::OnKvM01Two";
    end;
 
OnTimer55000:
    mapannounce "bat_c01", "5 seconds remaining to start KVM battle.",bc_map,"0x00ff00";
    donpcevent "::OnKvM01One";
    end;
 
OnTimer59000:
    mapannounce "bat_c01", "KVM is now commencing.",bc_map,"0x00ff00";
    donpcevent "::OnKvM01Two";
    end;
 
Viewed 549 times, submitted by Guest.