Jump to content
Jet0910

Request Mvp invasion script

Recommended Posts

4 hours ago, Jet0910 said:

Im using 2015rag.exe client.....At saan folder ko siya ilalagay.Ty po sa sasagot! 

 

try this

-	script	Killa	-1,{
end;
OnSun0800:
OnSun1300:
OnSun1500:
OnSun1700:
OnSun1900:
OnSun2100:
OnWed0800:
OnWed1300:
OnWed1500:
OnWed1700:
OnWed1900:
OnWed2100:
OnFri0800:
OnFri1300:
OnFri1500:
OnFri1700:
OnFri1900:
OnFri2100:
setarray .bc_city$[0],"alberta","aldebaran","geffen","izlude","morocc","payon","prontera";
setarray .bc_monster[0],"1917","1885","1874","1871","1832","1802","1785","1779","1768","1751","1734","1719","1708","1688","1685","1658","1651","1650","1649","1648","1647","1646","1630","1623","1583","1511","1502","1492","1418","1399","1389","1373","1312","1272","1252","1251","1190","1159","1157","1150","1147","1115","1112","1087","1086","1059","1046","1038","2202";
set [email protected],rand(0,getarraysize(.bc_city$)-1);
set [email protected],rand(0,getarraysize(.bc_monster)-1);
announce "Danger! "+.bc_city$[[email protected]]+" attack by MvP!!",bc_all; //announce and end
monster .bc_city$[[email protected]],0,0,"City Attacker",.bc_monster[[email protected]],1,"MasterMVP::OnThisMvPKilled";
end;
}

-	script	MasterMVP	-1,{
end;

OnThisMvPKilled:
getitem 7539,100;
announce "Congratulation to "+strcharinfo(0)+", has killed the MVP "+.bc_city$[[email protected]]+" !",bc_all;
end;
}

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.