ร¡๓vąℓ Posted June 27, 2013 Report Share Posted June 27, 2013 --------------------------------- Evento guerra by Sinval -- ------------------------------- quest evento_guerra beginstate start begin when ID Do NPC.chat."GM : Evento de Guerra" with pc.is_gm() begin say_title("Olá" .. pc.get_name() .. "" ) say("Bem quer iniciar o ") say("Evento de Guerra ?") say("") say_reward("O que uqer fazer?") local s = select ("Começar" , "Desativar" , "Cancelar") if s == 1 then game.set_event_flag("evento_guerra", 1) notice_all("O evento guerra foi ativado!") notice_all("Para participar dirija-se para guarda da cidade") notice_all("Necessario level 75+....") timer("dc10", 600) elseif s == 2 then game.set_event_flag("evento_guerra", 0) notice_all("O evento de guerra aabou!") elseif s == 3 then return end end when dc10.timer begin notice_all("Entrada foi fechada!") game.set_event_flag("evento_guerra", 0) end Bueno, yo estoy haciendo mi búsqueda no se conocen entre sí más when dc10.timer begin notice_all("Entrada foi fechada!") game.set_event_flag("evento_guerra", 0) end se cierra si alguien me puede decir si le da, o cómo se puede hacer para cerrar la entrada del evento. Link to comment Share on other sites More sharing options...
PACI Posted June 27, 2013 Report Share Posted June 27, 2013 Já pensaste em fazer 2 event_flag? Ou meter os seguintes valores do flag assim: Evento off: 0 Entradas on: 1 Evento on, entradas off: 2 Link to comment Share on other sites More sharing options...
ร¡๓vąℓ Posted June 27, 2013 Author Report Share Posted June 27, 2013 Já pensaste em fazer 2 event_flag? Ou meter os seguintes valores do flag assim: Evento off: 0 Entradas on: 1 Evento on, entradas off: 2 Sim mais não sei fazer com 2 códigos assim por isso to pedindo ajuda..., será que vcs podia dar exemplo de como fazer 3º game que entrada off mais evento on?exemplo de como ficaria... Link to comment Share on other sites More sharing options...
PACI Posted June 27, 2013 Report Share Posted June 27, 2013 Sim mais não sei fazer com 2 códigos assim por isso to pedindo ajuda..., será que vcs podia dar exemplo de como fazer 3º game que entrada off mais evento on?exemplo de como ficaria... Da mesma maneira que fazes o outro lol Link to comment Share on other sites More sharing options...
Recommended Posts