Jump to content

Recommended Posts

Posted
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 .@city,rand(0,getarraysize(.bc_city$)-1);
set .@mvp,rand(0,getarraysize(.bc_monster)-1);
announce "Danger! "+.bc_city$[.@city]+" attack by MvP!!",bc_all; //announce and end
monster .bc_city$[.@city],0,0,"City Attacker",.bc_monster[.@mvp],1,"MasterMVP::OnThisMvPKilled";
end;
}

-	script	MasterMVP	-1,{
end;

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

 

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...