ragar Posted March 6, 2023 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 02/25/14 Last Seen: August 26, 2024 Share Posted March 6, 2023 Quote prontera,144,387,6 script poringevent 95,{ OnInit: setarray .poringMaps, "alberta"; end; poring_event01: if(isbegin_quest(100)) end; setquest 100; announce "¡El evento de Poring ha comenzado! Encuentra y mata 30 Porings en 3 minutos!",bc_all; warp "alberta", 119, 213; sleep2 5000; for(set [email protected],0; [email protected] < 30; set [email protected],[email protected]+1) { sleep2 30000; announce "Quedan "+(30-[email protected])+" Porings por encontrar!",bc_all); } end_quest 100; announce "¡Has encontrado y eliminado 30 Porings en 3 minutos! Encuentra y mata 20 Porings en 2 minutos.",bc_all; sleep2 5000; setquest 101; for(set [email protected],0; [email protected] < 20; set [email protected],[email protected]+1) { sleep2 20000; announce "Quedan "+(20-[email protected])+" Porings por encontrar!",bc_all); } end_quest 101; announce "¡Has encontrado y eliminado 20 Porings en 2 minutos! Encuentra 10 Porings en 1 minuto.",bc_all; sleep2 5000; setquest 102; for(set [email protected],0; [email protected] < 10; set [email protected],[email protected]+1) { sleep2 10000; announce "Quedan "+(10-[email protected])+" Porings por encontrar!",bc_all); } end_quest 102; announce "¡Has encontrado 10 Porings en 1 minuto! Preparate para enfrentar al jefe Poring en 10 minutos.",bc_all; sleep2 5000; setquest 103; sleep2 540000; if(isbegin_quest(103)) end; announce "¡El jefe Poring ha aparecido! Derrota al jefe Poring en menos de 10 minutos!",bc_all; warp "prt_maze03", 38, 36; sleep2 5000; monster "prt_maze03", 38, 36,"Poring", 3001, "poring_event02::OnKill"; end; poring_event02::OnKill: if(getarg(3) == 3001) { end_quest 103; announce "¡Felicidades! Has derrotado al jefe Poring y has recibido la recompensa de evento.",bc_all; getitem 40006, 1; } end; } me podrian ayudar ya que me marca error en la linea 12 siempre Quote Link to comment Share on other sites More sharing options...
Sapito Sucio Posted March 6, 2023 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 189 Reputation: 114 Joined: 04/10/12 Last Seen: 13 hours ago Share Posted March 6, 2023 Qué es email protected ? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.