Games[FM]

Bem-Vindo ao TrollGames ! Cadastre e Começe a Usar Melhor Forum de Games do Mundo.

Visite: www.fazendomice.com.br

Participe do fórum, é rápido e fácil

Games[FM]

Bem-Vindo ao TrollGames ! Cadastre e Começe a Usar Melhor Forum de Games do Mundo.

Visite: www.fazendomice.com.br

Games[FM]

Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.

O Seu Forum de Games !

Galera Apertem CTRL+D+ENTER | Visitem: www.fazendomice.com.br

Entrar

Esqueci-me da senha

Os membros mais ativos do mês

Nenhum usuário

Parceiros

Advertise Here Advertise Here
Fórum grátis

>Fechar >X

2 participantes

    NPC: Sala de Suporte

    ~ iLoukoh'
    ~ iLoukoh'
    Membro
    Membro


    Mensagens : 32
    Pontos : 85
    Reputação : 2
    Data de inscrição : 18/07/2012
    Idade : 26
    Localização : Você quer saber para me assaltar?

    NPC: Sala de Suporte Empty NPC: Sala de Suporte

    Mensagem por ~ iLoukoh' Dom Jul 22, 2012 6:48 pm

    Qualquer ADM do servidor, manda um PM para npc:Staff dizendo ligado ou desligado e a sala de suporte abre ou fecha

    Código:
    ///////////////////////////////////////////////////
    //  ___  ___  __  ___    ___  ___  __  ____
    //  (  ,)(  ,) /  \ / __)  (  _)(  \(  )(_  _)
    //  ) ,\ )  \( () )\__ \  ) _) ) ) ))(  )( 
    //  (___/(_)\_)\__/ (___/  (___)(___/(__) (__)
    //
    // ------------------------------------------------
    // Bros Edit Script criado por : (Thor) Renato Guedes
    // ------------------------------------------------
    // Script compátivel com o emulador: Venus
    // ------------------------------------------------
    // Descrição:
    // ------------------------------------------------
    // Versão: 2,0
    // ------------------------------------------------
    // Comentários: Uma sala de suporte que so aparece
    // quando for no horario programado ou digitando
    // npc:Staff | ligar ou deligar
    // ------------------------------------------------
    ///////////////////////////////////////////////////
    // >> Pedimos a gentileza de manter o crédito << //
    ///////////////////////////////////////////////////
    prontera,164,168,3   script   Suporte   730,{

    show "Olá ^0000CD"+strcharinfo(0)+"^000000!";
    show "Deseja ir para sala de suporte ?";
    next;
    menu "Sim",l_yes,"Nao, obrigado",l_no;

    l_yes:
    show "[Suporte]";
    show "Ok... vou te teletransportar para a sala de suporte...";
    warp "turbo_room",99,99;
    close;

    l_no:
    show "[Suporte]";
    show "Ok... até breve então...";
    close;
    }

    turbo_room,99,122,3   script   Sair da Sala   730,{

    show "Olá ^0000CD"+strcharinfo(0)+"^000000!";
    show "Deseja sair da sala de suporte ?";
    next;
    menu "Sim",l_sim,"Nao, obrigado",l_noo;

    l_sim:
    show "[Suporte]";
    show "Ok... vou te teletransportar devolta para prontera";
    warp "prontera",156,179;
    close;

    l_noo:
    show "[Suporte]";
    show "Ok então, fique mais um pouco";
    close;
    }

    -   script   Staff   -1,{
    OnWhisperGlobal:
       if(@whispervar0$ == "ligar") {
       if (getgmlevel()<20) goto naogm;
          dispbottom "Suporte Ligado!";
          donpcevent "Staff::OnStart";
          end;
       }

       if(@whispervar0$ == "desligar")   {
       if (getgmlevel()<20) goto nao;
          dispbottom "Suporte Desligado!";
          donpcevent "Staff::OnEnd";
          end;
       }

    OnStart:
    announce "|tbRO| Suporte Iniciado...",8;
    hideoffnpc "Suporte";
    end;

    OnEnd:
    announce "|tbRO| Suporte Encerrado...",8;
    hideonnpc "Suporte";
    end;

    naogm:
    show "Ops! Acesso Negado!";
    show "Você não é GM para usar esse comando!";
    close;

    nao:
    show "Ops! Acesso Negado!";
    show "Você não é GM para usar esse comando!";
    close;

    OnClock0100:
    hideonnpc "Suporte";
    set $Evento,2;
    end;

    OnClock0200:
    hideonnpc "Suporte";
    set $Evento,2;
    end;

    OnClock0300:
    hideonnpc "Suporte";
    set $Evento,2;
    end;

    OnClock0400:
    hideonnpc "Suporte";
    set $Evento,2;
    end;

    OnClock0500:
    hideonnpc "Suporte";
    set $Evento,2;
    end;

    OnClock0600:
    hideonnpc "Suporte";
    set $Evento,2;
    end;

    OnClock0700:
    hideonnpc "Suporte";
    set $Evento,2;
    end;

    OnClock0800:
    hideonnpc "Suporte";
    set $Evento,2;
    end;

    OnClock0900:
    hideonnpc "Suporte";
    set $Evento,2;
    end;

    OnClock1000:
    hideonnpc "Suporte";
    set $Evento,2;
    end;

    OnClock1100:
    hideonnpc "Suporte";
    set $Evento,2;
    end;

    OnClock1200:
    hideonnpc "Suporte";
    set $Evento,2;
    end;

    OnClock1300:
    hideonnpc "Suporte";
    set $Evento,2;
    end;

    OnClock1400:
    hideonnpc "Suporte";
    set $Evento,2;
    end;

    OnClock1500:
    hideonnpc "Suporte";
    set $Evento,2;
    end;

    OnClock1600:
    hideonnpc "Suporte";
    set $Evento,2;
    end;

    OnClock1700:
    hideonnpc "Suporte";
    set $Evento,2;
    end;

    OnClock1800:
    hideonnpc "Suporte";
    set $Evento,2;
    end;

    OnClock1900:
    hideonnpc "Suporte";
    set $Evento,2;
    end;

    OnClock2000:
    announce "|tbRO| Suporte Iniciado...",8;
    hideoffnpc "Suporte";
    set $Evento,1;
    end;

    OnClock2200:
    announce "|tbRO| Suporte Encerrado...",8;
    hideonnpc "Suporte";
    set $Evento,2;
    end;

    OnClock2300:
    hideonnpc "Suporte";
    set $Evento,2;
    end;

    OnClock0000:
    hideonnpc "Suporte";
    set $Evento,2;
    end;

    }

    turbo_room   mapflag   nomemo
    turbo_room   mapflag   nowarp
    turbo_room   mapflag   nowarpto
    turbo_room   mapflag   noicewall
    turbo_room   mapflag   nomemo
    turbo_room   mapflag   noreturn
    turbo_room   mapflag   noskill
    turbo_room   mapflag   nosave
    avatar
    Post™
    CrossFire
    CrossFire


    Mensagens : 93
    Pontos : 109
    Reputação : 1
    Data de inscrição : 19/07/2012
    Idade : 29
    Localização : Vila Velha

    NPC: Sala de Suporte Empty Re: NPC: Sala de Suporte

    Mensagem por Post™ Dom Jul 22, 2012 8:02 pm

    bom topico.

      Data/hora atual: Sex maio 10, 2024 2:21 am