MMORPG Brasil
Ola, visitante! Agradecemos sua visita, para ter acesso a todo nosso conteúdo recomendamos que faça um cadastro no fórum, com ele você pode participar de tópicos e ter acesso a todas áreas da comunidade!

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

MMORPG Brasil
Ola, visitante! Agradecemos sua visita, para ter acesso a todo nosso conteúdo recomendamos que faça um cadastro no fórum, com ele você pode participar de tópicos e ter acesso a todas áreas da comunidade!
MMORPG Brasil
Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.

[ALL]Deixando Seu Personagem AFK Por Comando.

3 participantes

Ir para baixo

[ALL]Deixando Seu Personagem AFK Por Comando. Empty [ALL]Deixando Seu Personagem AFK Por Comando.

Mensagem por soullife Dom 25 Jul 2010, 23:01

Bom, eu ensinarei uma um jeito legal e facil de deixar seu personagm AFK por comando e avisando todos.

Continuando...

No Main.txt ou Pincipal , Procure pelo codigo :

Código:
If LCase(Trim(TextSay)) = "/admin" Then
        If GetPlayerAccess(index) > 0 Then
            Call PlayerMsg(index, "Comandos Sociais:", 15)
            Call PlayerMsg(index, ";mensagem = Mensagem Global", 15)
            Call PlayerMsg(index, "@mensagem = Mensagem Administrativa", 15)
            Call PlayerMsg(index, "Para mais comandos digite: /admincmd", 15)
        End If
    Exit Sub
    End If


Abaixo Coloque :

Código:
Select Case LCase(Trim(TextSay)) 
Case "/afk"
'If GetPlayerAccess(index) >= 1 Then[/color]
[b]If GetVar("Contas" & GetPlayerLogin(index) & ".ini", "CHAR" & GetPlayerCharNum(index), "Status") = 0 Then
Call GlobalMsg(GetPlayerName(index) & " está ausente.", 14)
Call PutVar("Contas" & GetPlayerLogin(index) & ".ini", "CHAR" & GetPlayerCharNum(index), "Status", 1)
Call PutVar("Contas" & GetPlayerLogin(index) & ".ini", "CHAR" & GetPlayerCharNum(index), "TempPlayerName", GetPlayerName(index))
Call SetPlayerName(index, GetPlayerName(index) & " (AFK)")
Call SendPlayerData(index)
Exit Sub
ElseIf GetVar("Contas" & GetPlayerLogin(index) & ".ini", "CHAR" & GetPlayerCharNum(index), "Status") = 1 Then
Call SetPlayerName(index, GetVar("Contas" & GetPlayerLogin(index) & ".ini", "CHAR" & GetPlayerCharNum(index), "TempPlayerName"))
Call GlobalMsg(GetPlayerName(index) & " retornou.", 14)
Call PutVar("Contas" & GetPlayerLogin(index) & ".ini", "CHAR" & GetPlayerCharNum(index), "Status", 0)
Call SendPlayerData(index)
Exit Sub
End If
'End If

Agora vo te que explicar

Shocked
Select Case LCase(Trim(TextSay))
Case "/afk"'O Comando
'If GetPlayerAccess(index) >= 1 Then 'aki quer dizer que apenas acesso 1 ou superior poderam usar.
If GetVar("Contas" & GetPlayerLogin(index) & ".ini", "CHAR" & GetPlayerCharNum(index), "Status") = 0 Then 'manda para o servidor.
Call GlobalMsg(GetPlayerName(index) & " está AFK.", 14)'mensagem que aparecera quando usado o Comando
Call PutVar("Contas" & GetPlayerLogin(index) & ".ini", "CHAR" & GetPlayerCharNum(index), "Status", 1)
Call PutVar("Contas" & GetPlayerLogin(index) & ".ini", "CHAR" & GetPlayerCharNum(index), "TempPlayerName", GetPlayerName(index))
Call SetPlayerName(index, GetPlayerName(index) & " (AFK)")' ficara do lado do seu nome
Call SendPlayerData(index)
Exit Sub
ElseIf GetVar("Contas" & GetPlayerLogin(index) & ".ini", "CHAR" & GetPlayerCharNum(index), "Status") = 1 Then
Call SetPlayerName(index, GetVar("Contas" & GetPlayerLogin(index) & ".ini", "CHAR" & GetPlayerCharNum(index), "TempPlayerName"))
Call GlobalMsg(GetPlayerName(index) & " retornou.", 14)aki mostra q vc "Voltou" retorno
Call PutVar("Contas" & GetPlayerLogin(index) & ".ini", "CHAR" & GetPlayerCharNum(index), "Status", 0)
Call SendPlayerData(index)
Exit Sub
End If
'End If

Super Creditos Para:

Arrow Igor Tesch
soullife
soullife
Banido
Banido

Mensagens : 14

Ir para o topo Ir para baixo

[ALL]Deixando Seu Personagem AFK Por Comando. Empty Re: [ALL]Deixando Seu Personagem AFK Por Comando.

Mensagem por snool Dom 25 Jul 2010, 23:04

Muito Tava procurando isso , depois que vi o do Ramone .
+1 Cred.
snool
snool
Membro Sênior
Membro Sênior

Mensagens : 351

Ir para o topo Ir para baixo

[ALL]Deixando Seu Personagem AFK Por Comando. Empty Re: [ALL]Deixando Seu Personagem AFK Por Comando.

Mensagem por Lucas Roberto Dom 30 Jan 2011, 13:50

achu que este comando no ED vai funciona mais na hora de escreve denovo para voltar vai bugar e vai escrever do lado denovo

exemplo

Lucas (AFK)

SE EU DIGITA DENOVO /AFK MEU CHAR VAI FICAR

Lucas (AFK) (AFK)

Mais Faiz... um teste ae...[/b][/center]
[/i]
Lucas Roberto
Lucas Roberto
Membro Veterano
Membro Veterano

Mensagens : 1794

http://universogamesmmo.forumeiros.com/forum

Ir para o topo Ir para baixo

[ALL]Deixando Seu Personagem AFK Por Comando. Empty Re: [ALL]Deixando Seu Personagem AFK Por Comando.

Mensagem por snool Qua 02 Fev 2011, 08:58

Sim , se vcs ja ouviram falar da Forces games , nos projetos e usado a ED , o comando pra ficar afk e /away , um dia eu copiei o comando e começei a ficar afk e sair do afk sem parar quando fui ver estava assim (Meu nome) - AFK AFK !
snool
snool
Membro Sênior
Membro Sênior

Mensagens : 351

Ir para o topo Ir para baixo

[ALL]Deixando Seu Personagem AFK Por Comando. Empty Re: [ALL]Deixando Seu Personagem AFK Por Comando.

Mensagem por Conteúdo patrocinado


Conteúdo patrocinado


Ir para o topo Ir para baixo

Ir para o topo

- Tópicos semelhantes

 
Permissões neste sub-fórum
Não podes responder a tópicos