antiblock
Elveron

ferros1

Membro
  • Content Count

    194
  • Joined

  • Last visited

Posts posted by ferros1


  1. Olá amigo :) 

     

     

    vais ao navicat  player shop e metes isto que esta na print

     

    Imagem colocada

     

    vais agora ao navicat player shop item e metes 7983 que foi o que tu definiste para itens especiais e o id e a quantidade :)

     

    Imagem colocada

     

     

    das reboot e ja ta :)


    Quero +1 :D se te ajudei :)


  2. Olá amigos tenho esta quest oxevent a normal...

     

    quest oxevent_manager beginstate start beginwhen 20011.chat."Evento OX" beginif game.get_event_flag("oxevent_status") == 0 thensay("O Evento OX Está Desativado")say("")say("")elseif game.get_event_flag("oxevent_status") == 1 thensay("Olha o Evento OX Está Ativado!")say("Que Queres Fazer?")say("")local s = select("Participar", "Observar", "Nada")if s == 1 thensay("Vais ser Teleportado.")say("")wait()pc.warp(896500, 24600)elseif s == 2 thensay("Ahhh... Apenas Queres Observar?")say("Ok, Vais Ser Teleportado.....")say("")wait()pc.warp(896300, 28900)endelseif game.get_event_flag("oxevent_status") == 2 thensay("Não Podes Participar Mais")say("")local s = select("Observar", "Deixa...")if s == 1 thensay("Vais Ser teleportado....")say("")wait()pc.warp(896300, 28900)endendendwhen 20358.chat."Evento OX" with pc.is_gm() beginlocal stat = oxevent.get_status()if stat == 0 thensay("Evento OX")say("")local s = select("Iniciar", "Fechar")if s == 1 thenlocal v = oxevent.open()if v == 0 thensay("Evento OX Já Está Ativado")say("")elseif v == 1 thensay("O Evento Ox Começou!")say("")notice_all("O Evento Ox Começou!")notice_all("Para Participar Dirige-te ao Uriel.")elsesay("Falhou...")say("")endendelseif stat == 1 thensay("Tem "..oxevent.get_attender().." Jogadores")say("Fechar Acesso?")say("")local s = select("Fechar Acesso", "Sair")if s == 1 thenoxevent.close()notice_all("Acesso ao Evento Ox Fechado.")say("Acesso Fechado.")say("")endelseif stat == 2 thensay("Evento OX")say("")local s = select("Lançar Pergunta", "Finalizar Evento", "Finalizar Evento", "Sair")if s == 1 thenlocal v = oxevent.quiz(1, 30)if v == 0 thensay("Event läuft nichma!")say("")elseif v == 1 thensay("Pergunta Lançada")say("")elsesay("Wird schon ne FRage gestellt...")say("")endelseif s == 2 thenoxevent.end_event()notice_all("Acabou o Evento Ox")say("Evento Acabou")say("")elseif s == 3 thenoxevent.end_event()notice_all("Acabou o Evento Ox")say("O Evento Ox Acabou")say("")endelseif stat == 3 thensay("Por Favor, Espera.")say("")elsesay("Ocorreu Um Erro.")endendwhen 20358.chat."Finalizar Evento OX" with pc.is_gm() beginsay("Queres Acabar o Evento?")say("")local s = select("Sim", "Não")if s == 1 thenoxevent.end_event_force()say("Acabou o Evento")endendwhen 20358.chat."Dar Prémio" with pc.is_gm() beginsay("Item?")say("")local item_vnum = input()say("Número de Itens?")say("")local item_count = input()oxevent.give_item(item_vnum, item_count)say("Deste o Item a "..oxevent.get_attender().." Jogadores!")say("")endendend

     

     

    Queria uma quest que ao iniciar ox, metia 5 minutos para as entradas e quando acabasse esse tempo as inscrições para o ox fechavam e iniciava o ox :)

     

     

    Alguem me pode ajudar?

     

     

    Dou +1

     

     

    Muito obrigado :)


  3. Olá pessoal :), no meu server fica assim

     

     

    Imagem colocada

     

     

    Só que eu mato monstros e aquilo nao conta mate 1 ou 1000 fica sempre assim 

     

     

    Eu acho que é a quest que esta mal feita, mas eu nao sei fazer...

     

     

    Excelente post levas te o meu +1 só faltava mesmo isto contar :)

     

     

    Se alguem conseguir resolver agradeço dou +1 obrigado :)


  4. a quest que uso esta traduzida

     

    -----------------------------------------------
    -- Serverfiles2011 criado por Rancoroso.
    -- Todas as proteções adicionada por Rancoroso.
    -- Desenvolvedor de Sistema para jogos.
    -- Skype: invisionbrazil
    -- By Rancoroso.
    -- Traduzido Por: PACIFICADOR
    ------------------------------------------------
    quest oxevent_manager begin
    state start begin
    when 20011.chat."Evento OX" begin
     
    if game.get_event_flag("oxevent_status") == 0 then
    say("O Evento OX Está Desativado")
    say("")
    say("")
    elseif game.get_event_flag("oxevent_status") == 1 then
    say("Olha o Evento OX Está Ativado!")
    say("Que Queres Fazer?")
    say("")
     
    local s = select("Participar", "Observar", "Nada")
     
    if s == 1 then
    say("Vais ser Teleportado.")
    say("")
     
    wait()
     
    pc.warp(896500, 24600)
    elseif s == 2 then
    say("Ahhh... Apenas Queres Observar?")
    say("Ok, Vais Ser Teleportado.....")
    say("")
     
    wait()
     
    pc.warp(896300, 28900)
    end
    elseif game.get_event_flag("oxevent_status") == 2 then
    say("Não Podes Participar Mais")
    say("")
     
    local s = select("Observar", "Deixa...")
    if s == 1 then
    say("Vais Ser teleportado....")
    say("")
     
    wait()
     
    pc.warp(896300, 28900)
    end
    end
    end
     
    when 20358.chat."Evento OX" with pc.is_gm() begin
     
    local stat = oxevent.get_status()
     
    if stat == 0 then
    say("Evento OX")
    say("")
     
    local s = select("Iniciar", "Fechar")
     
    if s == 1 then
    local v = oxevent.open()
     
    if v == 0 then
    say("Evento OX Já Está Ativado")
    say("")
    elseif v == 1 then
    say("O Evento Ox Começou!")
    say("")
    notice_all("O Evento Ox Começou!")
    notice_all("Para Participar Dirige-te ao Uriel.")
    else
    say("Falhou...")
    say("")
    end
    end
    elseif stat == 1 then
    say("Tem "..oxevent.get_attender().." Jogadores")
    say("Fechar Acesso?")
    say("")
     
    local s = select("Fechar Acesso", "Sair")
     
    if s == 1 then
    oxevent.close()
    notice_all("Acesso ao Evento Ox Fechado.")
     
    say("Acesso Fechado.")
     
    say("")
    end
    elseif stat == 2 then
    say("Evento OX")
    say("")
     
    local s = select("Lançar Pergunta", "Finalizar Evento", "Sair")
     
    if s == 1 then
    local v = oxevent.quiz(1, 30)
     
    if v == 0 then
    say("Event läuft nichma!")
    say("")
    elseif v == 1 then
    say("Pergunta Lançada")
    say("")
    else
    say("Wird schon ne FRage gestellt...")
    say("")
    end
    elseif s == 2 then
    oxevent.end_event()
    notice_all("Acabou o Evento Ox")
     
    say("Evento Acabou")
    say("")
    elseif s == 3 then
    oxevent.end_event()
    notice_all("Acabou o Evento Ox")
     
    say("O Evento Ox Acabou")
    say("")
    end
    elseif stat == 3 then
    say("Por Favor, Espera.")
    say("")
    else
    say("Ocorreu Um Erro.")
    end
    end
     
    when 20358.chat."Finalizar Evento OX" with pc.is_gm() begin
    say("Queres Acabar o Evento?")
    say("")
     
    local s = select("Sim", "Não")
     
    if s == 1 then
    oxevent.end_event_force()
     
    say("Acabou o Evento")
    end
    end
     
    when 20358.chat."Dar Prémio" with pc.is_gm() begin
    say("Item?")
    say("")
     
    local item_vnum = input()
     
    say("Número de Itens?")
    say("")
     
    local item_count = input()
     
    oxevent.give_item(item_vnum, item_count)
    say("Deste o Item a "..oxevent.get_attender().." Jogadores!")
    say("")
    end
    end
    end
     
     
     
    Quando dou comando /go ox vou abaixo e fico bugado tenho de alterar as cordenadas para poder voltar a entrar

  5. Olá pessoal,

     

    uso serverfiles rancoroso

     

     

    dou comando /go ox e a personagem fica bugada tenho de alterar personagens para voltar a dar...

     

     

    Nao consigo iniciar ox... 

     

     

    dou +1

     

     

    Obrigado


  6. Olá queria que alguem me ensina-se a adicionar itens num npc com varias janelas :)

     

     

    tenho esta quest:

     

    quest loja_geral begin
    state start begin
      when 9003.chat."Itens Especiais" begin
       npc.open_shop(7983)
       setskin(NOWINDOW)
      end
      when 9003.chat."Pedras" begin
       npc.open_shop(7984)
       setskin(NOWINDOW)
      end
      when 9003.chat."Itens Casamento" begin
       npc.open_shop(7985)
       setskin(NOWINDOW)
      end
    end
     

     

     

    Dou +1 

     

     

    Obrigado :)