smiths12 Posted August 17, 2018 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 103 Reputation: 111 Joined: 05/21/14 Last Seen: June 4, 2024 Share Posted August 17, 2018 (edited) 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 November 27, 2019 by Mael codebox 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.