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

Procurar
 
 

Resultados por:
 


Rechercher Pesquisa avançada

Palavras-chaves

abril 2024
SegTerQuaQuiSexSábDom
1234567
891011121314
15161718192021
22232425262728
2930     

Calendário Calendário


Você não está conectado. Conecte-se ou registre-se

TRansformacao no seu jogo

Ir para baixo  Mensagem [Página 1 de 1]

1Tutorial TRansformacao no seu jogo Dom Nov 13, 2011 12:29 pm

daucu

daucu
Novato
Novato

ENTAO Gente To aki Pa mostrar como fazer trans, entre no seus scripts e
de ctrl+ f e procure por isso
Código:
TextSay = GetVar("Scripts\Comandos.ini", "TEMP", "Text" & index)
ai em baxo você cola isso

Código:
If Lcase(Trim(TextSay)) = "/adultog" Then
If GetPlayerClass (index) = 1 Then
If GetPlayerLevel(index) => 100 Then
If GetPlayerSprite(index) = 50 Then
Call SetPlayerSprite(index, 1)
Call SetPlayerSTR(Index, GetPlayerSTR(Index) + 50)
Call SetPlayerDEF(Index, GetPlayerDEF(Index) + 50)
Call PlaySound(Index, "ssjtransform.wav")
Call PlayerMsg(index, "Você Alcançou Nivel Adulto!", 4)
Call PlayerWarp (index, GetPlayerMap(index), GetPlayerX(index), GetPlayerY(index),False)
Exit Sub
End If
End If
End If
End If
so isso gente Very Happy se pega da +1 cred ai Very Happy

Ir para o topo  Mensagem [Página 1 de 1]

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