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.

Comando /ssj Ajuda

+2
Cris~
vinnyzinho
6 participantes

Ir para baixo

Comando /ssj Ajuda Empty Comando /ssj Ajuda

Mensagem por vinnyzinho Ter 01 Jun 2010, 01:27

Pessoal eu consegui faser o comando do Goku as transformações todas ai eu to tentando faser de outro boneco como Vegeta e etc nao funciona nenhum deles estao pegando alguem pode me ajudar ?

aki ta o Script tem algo errado?

Ultima do Goku
If Lcase(Trim(TextSay)) = "/ssj7" Then
If GetPlayerClass (index) = 1 Then
If GetPlayerLevel(index) => 650 Then
If GetPlayerSprite(index) = 385 Then
Call SetPlayerSprite(index, 384)
Call SetPlayerSTR(Index, GetPlayerSTR(Index) + 200)
Call SetPlayerDEF(Index, GetPlayerDEF(Index) + 200)
Call PlaySound(Index, "ssjtransform.wav")
Call PlayerMsg(index, "Você é um Super Saiyajin!", 4)
Call PlayerWarp (index, GetPlayerMap(index), GetPlayerX(index), GetPlayerY(index),False)
Exit Sub
End If
End If
End If
End If


ai em baixo aqui ja to começando a do Vegeta + nao funciona
If Lcase(Trim(TextSay)) = "/ssj" Then
If GetPlayerClass (index) = 0 Then
If GetPlayerLevel(index) => 50 Then
If GetPlayerSprite(index) = 0 Then
Call SetPlayerSprite(index, 13)
Call SetPlayerSTR(Index, GetPlayerSTR(Index) + 50)
Call SetPlayerDEF(Index, GetPlayerDEF(Index) + 50)
Call PlaySound(Index, "ssjtransform.wav")
Call PlayerMsg(index, "Você é um Super Saiyajin!", 4)
Call PlayerWarp (index, GetPlayerMap(index), GetPlayerX(index), GetPlayerY(index),False)
Exit Sub
End If
End If
End If
End If
vinnyzinho
vinnyzinho
Novato
Novato

Mensagens : 4

Ir para o topo Ir para baixo

Comando /ssj Ajuda Empty Re: Comando /ssj Ajuda

Mensagem por Cris~ Dom 13 Jun 2010, 13:19

Tente Asim
Código:
If Lcase(Trim(TextSay)) = "/ss" Then
If GetPlayerClass (index) = 0 Then
If GetPlayerLevel(index) => 50 Then
If GetPlayerSprite(index) = 0 Then
Call SetPlayerSprite(index, 13)
Call SetPlayerSTR(Index, GetPlayerSTR(Index) + 50)
Call SetPlayerDEF(Index, GetPlayerDEF(Index) + 50)
Call PlaySound(Index, "ssjtransform.wav")
Call PlayerMsg(index, "Você é um Super Saiyajin!", 4)
Call PlayerWarp (index, GetPlayerMap(index), GetPlayerX(index), GetPlayerY(index),False)
Exit Sub
End If
End If
End If
End If
Cris~
Cris~
Membro Veterano
Membro Veterano

Mensagens : 1574

Ir para o topo Ir para baixo

Comando /ssj Ajuda Empty Re: Comando /ssj Ajuda

Mensagem por Felipe_Flash Dom 13 Jun 2010, 13:53

Ae pq vc q tem dbz nao usa /evoluir e coloca Else no comando ??
Felipe_Flash
Felipe_Flash
Membro
Membro

Mensagens : 100

http://pointblankbr.hd1.com.br

Ir para o topo Ir para baixo

Comando /ssj Ajuda Empty Re: Comando /ssj Ajuda

Mensagem por Cris~ Dom 13 Jun 2010, 13:56

Como?? Naum Entendi
Cris~
Cris~
Membro Veterano
Membro Veterano

Mensagens : 1574

Ir para o topo Ir para baixo

Comando /ssj Ajuda Empty Re: Comando /ssj Ajuda

Mensagem por Felipe_Flash Dom 13 Jun 2010, 14:31

Código:
If Lcase(Trim(TextSay)) = "/evoluir" Then
If GetPlayerClass (index) = 1
Then
If GetPlayerLevel(index) => 650 Then
If
GetPlayerSprite(index) = 385 Then
Call SetPlayerSprite(index, 384)
Call
 SetPlayerSTR(Index, GetPlayerSTR(Index) + 200)
Call
SetPlayerDEF(Index, GetPlayerDEF(Index) + 200)
Call PlaySound(Index,
"ssjtransform.wav")
Call PlayerMsg(index, "Você é um Super
Saiyajin!", 4)
Call PlayerWarp (index, GetPlayerMap(index),
GetPlayerX(index), GetPlayerY(index),False)
End If
End
 If
End If
Else ' <<<---aki
If GetPlayerClass (index) = 2
Then
If GetPlayerLevel(index) => 800 Then
If
GetPlayerSprite(index) = 385 Then
Call SetPlayerSprite(index, 384)
Call
 SetPlayerSTR(Index, GetPlayerSTR(Index) + 400)
Call
SetPlayerDEF(Index, GetPlayerDEF(Index) + 400)
Call PlaySound(Index,
"ssjtransform.wav")
Call PlayerMsg(index, "Você é um Super
Saiyajin2!", 4)
Call PlayerWarp (index, GetPlayerMap(index),
GetPlayerX(index), GetPlayerY(index),False)
End If
End
 If
End If
Else ' <<<---aki
If GetPlayerClass (index) = 3
Then
If GetPlayerLevel(index) => 1000 Then
If
GetPlayerSprite(index) = 385 Then
Call SetPlayerSprite(index, 384)
Call
 SetPlayerSTR(Index, GetPlayerSTR(Index) + 600)
Call
SetPlayerDEF(Index, GetPlayerDEF(Index) + 600)
Call PlaySound(Index,
"ssjtransform.wav")
Call PlayerMsg(index, "Você é um Super
Saiyajin3!", 4)
Call PlayerWarp (index, GetPlayerMap(index),
GetPlayerX(index), GetPlayerY(index),False)
End If
End
 If
End If
End If
Exit Sub[/b][b]


[q nem meu utimo script de reset ]A pesso q tiver no level 650 coloca evoluir vai evoluir para o
Super
Saiyajin , e se tiver level 800 vai evoluir para o
Super
Saiyajin2 e tiver level 1000 vai evoluir para o
Super
Saiyajin3 (ver se pega)
Comando /ssj Ajuda 535201
Felipe_Flash
Felipe_Flash
Membro
Membro

Mensagens : 100

http://pointblankbr.hd1.com.br

Ir para o topo Ir para baixo

Comando /ssj Ajuda Empty Re: Comando /ssj Ajuda

Mensagem por gabrielsort Sáb 24 Jul 2010, 19:57

nunda eu coloko issu ai o vegeta não se trans presisa coloka augo na pasta da classe??
gabrielsort
gabrielsort
Novato
Novato

Mensagens : 21

Ir para o topo Ir para baixo

Comando /ssj Ajuda Empty Re: Comando /ssj Ajuda

Mensagem por St4rk Dom 25 Jul 2010, 08:31

@Felipe_Flash

Amigo me fale para que o uso do else, não acho necessario, sem contar com esse script que vocÊ posto que ta muito muito mal feito.
St4rk
St4rk
Membro de Honra
Membro de Honra

Mensagens : 2251

http://mylittledev.wordpress.com

Ir para o topo Ir para baixo

Comando /ssj Ajuda Empty Re: Comando /ssj Ajuda

Mensagem por alexandre Qua 01 Set 2010, 14:56

vinnyzinho qual as srites que ta usando me passa do 1 de cré
alexandre
alexandre
Membro
Membro

Mensagens : 121

http://www.dbz-sayajins.webnode.pt

Ir para o topo Ir para baixo

Comando /ssj Ajuda Empty Re: Comando /ssj Ajuda

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