Jump to content

[Ayuda] Script de quest.


smiths12

Recommended Posts


  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  101
  • Reputation:   110
  • Joined:  05/21/14
  • Last Seen:  

No se si aqui daran support de emulador eathena, pero necesito ayuda para acabar mi quest, e creado una quest que al hablar con un npc y le entreges un item te invoque un mvp, pero me gustaria que ese mvp se muera automaticamente despues de 1 hora si nadie lo a matado, nose como seria, si alguien me puede ayudar, gracias de antemano, dejo trozo del script:

dracula,65,113,3    script    Ataud#1    801,{
    if(SG_QUEST1 == 1) goto L_L_Yes_Done;
mes "[Ataud#1]";
mes "Este ataud esta intentando absorver la esencia oscura!";
    if (countitem(763) < 1);
next;
menu "Despertar a Dracula",L_Yes,"No, Tengo miedo",-;
mes "[Ataud#1]";
mes "El ataud no absorvio la esencia oscura...";
noitem:
close;
L_Yes:
delitem 763,1;
specialeffect2 85;
specialeffect 493;
specialeffect 124;
monster "dracula",65,113,"Espejismo",1530,1;
mes "[Ataud#1]";
mes "Cuidado! el ataud absorvio la esencia oscura, dracula a despertado de su sueño!!!!";
close;
L_PoringKilled:
set $PoringKilled,$PoringKilled+1;
if ($PoringKilled==1) goto L_AllDead;
end;
L_AllDead:
announce "Summon Man: Well done all the poring are dead",1;
set $PoringKilled,0;
end;
}

 

Edited by Mael
codebox
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...