Jump to content
  • 0

R>Monster Invasion


Scotch

Question


  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  118
  • Reputation:   0
  • Joined:  09/19/12
  • Last Seen:  

Sir How to make it Random Boss monster on this script?

 

Thanks in Advance :)

//=========== Town Invasion ==========
//=========== Version: 1.0 ===========

-	script	towninvasion	-1,{
OnClock0800:
OnClock1400:
OnClock2000:
OnClock0200:
set .town,rand(11);
setarray  $@mapinvasion$[0],"morocc","geffen","payon","alberta","izlude","aldebaran","xmas","comodo","yuno","amatsu","gonryun","louyang";

announce "A Boss is destroying our city! Help us!",bc_all,0x00FFFF;
sleep2 2000;
announce "Hurry before it dominate the whole "+$@mapinvasion$[.town]+"!",bc_all,0x00FFFF;
sleep2 5000;
announce "This monster is quite elusive! So please beat it up!",bc_all,0x00FFFF;
monster $@mapinvasion$[.town],0,0,"Bring it on!",1502,1,"towninvasion::OnInvadeKill";
end;

OnInvadeKill:
announce "Good job, for keeping our city safe!!",bc_all,0x00FFFF;
getitem 7539,1;
end;

OnInit:
setarray  $@mapinvasion$[0],"morocc","geffen","payon","alberta","izlude","aldebaran","xmas","comodo","yuno","amatsu","gonryun","louyang";
end;

}
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

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

Guest
Answer this question...

×   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...