Jump to content

hola estoy implementando un script para mi servidor podrian ayudarme no se en que estoy fallando


ragar

Recommended Posts


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  02/25/14
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  168
  • Reputation:   85
  • Joined:  04/10/12
  • Last Seen:  

Qué es email protected ?

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