AprendizM2 Posted March 6, 2018 at 01:41 PM Share Posted March 6, 2018 at 01:41 PM PASCOA CHEGANDO, NADA MELHOR QUE UM EVENTO ! QUEST DE TROCA RETIRADA DE UM SERVIDOR, NAO TENHO A FONTE. FAÇA BOM USO. quest evento_pascoa begin state start begin when 30129.chat."GM: Evento de Pascoa" with pc.is_gm() begin say_title("Feliz Pascoa:") say("") say("Olá, Administrador gostaria de iníciar um") say("evento de Pascoa para animar o pessoal?") say("") local s = select ( "Começar Evento" , "Terminar Evento" , "Fechar" ) if s == 1 then notice_all("Evento de Pascoa foi iníciado!") command("e Pascoa 1") elseif s == 2 then notice_all("Evento de Pascoa foi finalizado!") command("e Pascoa 0") elseif s == 3 then return end end when 30129.chat."Evento de Pascoa" with game.get_event_flag("Pascoa")>0 begin say_title("Feliz Pascoa:") say("") say("Olá, Jogador estou precisando de ajuda") say("A Pascoa chegou e eu ainda não juntei") say("Todos os Ovos que preciso.") say_item_vnum(50175) say("Preciso de 10 ovos para destribuilos") say("Em troca da sua ajuda vou lhe dar um grande") say("prêmio como recompensa.") say("") end when 30129.chat."Trouxe os ovo?" with game.get_event_flag("Pascoa")>0 and pc.countitem(50175) >= 10 begin say_title("Feliz Pascoa:") say("") say("Nossa! muito obrigado por mim ajudar") say("como recompensa lhe darei seu prêmio.") say("") wait() pc.removeitem("50175", 10) local r=number(1, 24) if r==1 then pc.give_item2("39001", 1) elseif r==2 then pc.give_item2("70003", 1) elseif r==3 then pc.give_item2("70024", 1) elseif r==4 then pc.give_item2("71044", 5) elseif r==5 then pc.give_item2("41003", 1) elseif r==6 then pc.give_item2("41004", 1) elseif r==7 then pc.give_item2("71045", 5) elseif r==8 then pc.give_item2("39001", 1) elseif r==9 then pc.give_item2("71036", 1) elseif r==10 then pc.give_item2("27994", 1) elseif r==11 then pc.give_item2("27993", 1) elseif r==12 then pc.give_item2("90003", 1) elseif r==13 then pc.give_item2("71101", 5) elseif r==14 then pc.give_item2("71102", 1) elseif r==15 then pc.give_item2("27992", 2) elseif r==16 then pc.give_item2("70039", 1) elseif r==17 then pc.give_item2("71027", 1) elseif r==18 then pc.give_item2("71028", 1) elseif r==19 then pc.give_item2("71029", 1) elseif r==20 then pc.give_item2("71030", 1) elseif r==21 then pc.give_item2("80007", 1) elseif r==22 then pc.give_item2("80003", 1) elseif r==23 then pc.give_item2("80005", 1) elseif r==24 then pc.give_item2("80006", 1) end end end end evento_pascoa.lua 2 Link to comment
CAMBOJA Posted June 2, 2021 at 11:39 AM Share Posted June 2, 2021 at 11:39 AM vou dá uma olhada Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now