Jump to content
  • 0
Sign in to follow this  
Break San

[Evento] MvP Personalizado

Question

2 answers to this question

Recommended Posts

  • 0

 

 

prontera,151,151,5      script  ativamvp        -1,{ OnClock1420: // hora que começaOnClock2300: // hora que começaannounce "[MvP Global] Amiguinho, o evento vai começar daqui 5 minutos ... ",0;end; OnClock1421: // hora que terminaOnClock2305: // hora que terminaannounce "[MvP Global] Venha matar o MvP e receba sua recompensa ! ",0;hideoffnpc "MvP#hd";donpcevent "MvP#hd::OnMvPHD";end;} prontera,147,168,6      script  MvP#hd  969,{ mes .mv$;mes "Deseja ir até a sala MvP?";switch(select("- Sim:- Não")){ case 1:        next;        mes .mv$;        mes "Boa sorte então!";        announce ""+strcharinfo(0)+" entrou no evento MvP!",0;        close2;        warp "pvp_n_1-3",100,100;        end;       case 2:        next;        mes .mv$;        mes "Tudo bem, até mais!";        close;       } end; OnMvPHD:mapannounce "pvp_n_1-3","[MvP Global] Em 15 segundos um MVP fodelástico irá surgir e matar todos vocês",0;sleep 15000;killmonsterall "pvp_n_1-3";set .@rand,rand(getarraysize(.mvps));monster "pvp_n_1-3",100,100,strmobinfo(2,.mvps[.@rand]),.mvps[.@rand],1,"MvP#hd::OnLabelMVP";mapannounce "pvp_n_1-3","[MvP Global] O MvP "+strmobinfo(2,.mvps[.@rand])+" apareceu no mapa!",0;end; OnLabelMVP:disablenpc "MvP#hd";getitem 665,1; // premiaçãomapannounce "pvp_n_1-3",[MvP Global] strcharinfo(0)+" matou  o MvP!",0;hideonnpc "MvP#hd";end; //OnInit:set .mv$,"[MvP Global]"; // nome do npcsetarray .mvps[0],1039,1115,1112,1046,1086; // ids dos mvpsend;//} pvp_n_1-3       mapflag gvg     offpvp_n_1-3       mapflag nowarppvp_n_1-3       mapflag noteleportpvp_n_1-3       mapflag nowarptopvp_n_1-3       mapflag nobranchpvp_n_1-3       mapflag nosave  SavePointpvp_n_1-3       mapflag nomemopvp_n_1-3       mapflag nopenaltypvp_n_1-3       mapflag pvp     offpvp_n_1-3       mapflag noexp

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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