Como mostrar quanto de dano um personagem tira do outro?
2 participantes
TeaM KingS :: Games: :: Warcraft: World Editor :: ::
Página 1 de 1
Como mostrar quanto de dano um personagem tira do outro?
Olá galera estou pensando em criar um mapa e queria saber como faz pra que o dano que um hero ou unit tira do outro , tipow quando o ataque critico é ativado nao mostra? queria fazer isso com o ataque normal e queria saber se tem como fazer com magia tbm ...
Agradeço desde jah
Agradeço desde jah
Vicent- Número de Posts : 10
Data de inscrição : 19/02/2011
Reputação : 1 Pontos : 25115
Re: Como mostrar quanto de dano um personagem tira do outro?
Isso é moh fácil, leia as triggers em baixo.
- Triggers:
- Triggers:
- Código:
Events
Conditions
Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(InCombat_Unit[InCombat_Index[2]] is in InCombat) Equal to True
Then - Actions
For each (Integer InCombat_Index[3]) from 1 to InCombat_Index[2], do (Actions)
Loop - Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
InCombat_Unit[InCombat_Index[3]] Equal to InCombat_Unit[InCombat_Index[2]]
Then - Actions
Set InCombat_Time[InCombat_Index[3]] = Combat_Option1
Else - Actions
Set InCombat_Index[2] = (InCombat_Index[2] - 1)
Else - Actions
Unit Group - Add InCombat_Unit[InCombat_Index[2]] to InCombat
Floating Text - Create floating text that reads Entering Combat at (Position of InCombat_Unit[InCombat_Index[2]]) with Z offset 0.00, using font size 9.00, color (100.00%, 0.00%, 0.00%), and 0.00% transparency
Floating Text - Set the velocity of (Last created floating text) to 64.00 towards 90.00 degrees
Floating Text - Change (Last created floating text): Disable permanence
Floating Text - Change the lifespan of (Last created floating text) to 1.00 seconds
Floating Text - Change the fading age of (Last created floating text) to 1.00 seconds
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
InCombat_Index[2] Equal to 2
Then - Actions
Trigger - Turn on Combat Check <gen>
- Código:
Time - Every 1.00 seconds of game time
Conditions
Actions
For each (Integer InCombat_Index[1]) from 1 to InCombat_Index[2], do (Actions)
Loop - Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
And - All (Conditions) are true
Conditions
(InCombat_Unit[InCombat_Index[1]] is in InCombat) Equal to True
InCombat_Time[InCombat_Index[1]] Greater than 0
(InCombat_Unit[InCombat_Index[1]] is alive) Equal to True
Then - Actions
Set InCombat_Time[InCombat_Index[1]] = (InCombat_Time[InCombat_Index[1]] - 1)
Else - Actions
Floating Text - Create floating text that reads Leaving Combat at (Position of InCombat_Unit[InCombat_Index[1]]) with Z offset 0.00, using font size 9.00, color (100.00%, 0.00%, 0.00%), and 0.00% transparency
Floating Text - Set the velocity of (Last created floating text) to 64.00 towards 90.00 degrees
Floating Text - Change (Last created floating text): Disable permanence
Floating Text - Change the lifespan of (Last created floating text) to 1.00 seconds
Floating Text - Change the fading age of (Last created floating text) to 1.00 seconds
Unit Group - Remove InCombat_Unit[InCombat_Index[1]] from InCombat
Set InCombat_Time[InCombat_Index[1]] = InCombat_Time[InCombat_Index[2]]
Set InCombat_Unit[InCombat_Index[1]] = InCombat_Unit[InCombat_Index[2]]
Set InCombat_Index[2] = (InCombat_Index[2] - 1)
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
InCombat_Index[2] Equal to 0
Then - Actions
Trigger - Turn off (This trigger)
Tópicos semelhantes
» Ajuda?Atacar e Mostrar Dano"
» Como adicionar mais tipos de dano, mudar a imagem do dano e exportar ícones?
» [Ajuda] como define ,quanto de gold e lumber o mapa vai começar?
» Como ir de um mapa para outro???
» Como colocar o modelo de personagem ?
» Como adicionar mais tipos de dano, mudar a imagem do dano e exportar ícones?
» [Ajuda] como define ,quanto de gold e lumber o mapa vai começar?
» Como ir de um mapa para outro???
» Como colocar o modelo de personagem ?
TeaM KingS :: Games: :: Warcraft: World Editor :: ::
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos