Hello good day to all this is my 1st time to share a simple script here in rathena i just want to share to all of you guys my simple and noobie script .
As the tittle said this event is GM Hosted event only level 99 gm can do the "Boss Time Attack" you dont need to count there time manually and summoning mvp's manually the npc will do it for you .
if you dont like the map i used you can change it.
anyway i really love making an event with many audiences thats why i choose pvp_2vs2
if you want to change the gm level that can start the event find this line
if (getgmlevel() == 99) goto BTA_Admin;
Replace the 99 to any gm level that you want to start the event
if you want to change the mvp for your boss time attack find this line
monster "pvp_2vs2",40,33,"BTA Event",1087,1,"BTA::OnMVPKilled";
monster "pvp_2vs2",40,33,"BTA Event",1785,1,"BTA::OnMVPKilled2";
monster "pvp_2vs2",40,33,"BTA Event",1623,1,"BTA::OnMVPKilled3";
and change the 1087, 1785 and 1623 to mvp of your choice
im still not good in scripting but i just want to share my work to all of you specially to newbies
Regards
BTA.txt