[Tutorial] Sistema de Pescaria
4 participantes
TeaM KingS :: Games: :: Warcraft: World Editor :: Tutoriais: Gui, Jass, Spells, Terrain, Modelagem, Textura :: Triggers(GUI)
Página 1 de 1
[Tutorial] Sistema de Pescaria
Bom.. foi muito tempo de procura (uns 4 meses) eu até já cheguei a perguntar no tk.. mas ninguém conseguiu fazer o sistema.. então como eu não achei nada.. eu tentei fazer.. vi como fazia a magia e fiz a trigger e a unidade que é sumonada como isca..
.Itap Orgulhosamente Apresenta : Sistema de Pescaria
Vamos lá! Começaremos fazendo a magia..
Magia que será baseada : Serpent Ward
Hero ability : False
Item ability : True
Cooldown : Quanto quiser..
Casting Time : para ficar bem real.. ponha 4.00 ou 5.00
Cast Range : Quanto quiser..
Duration Hero : 5.00
Duration Normal : 5.00
Levels : 1
Mana Cost : Quanto quiser...
Summoned Unit Type : Ward (Que no futuro será Isca)
Nome da Magia : Oque quiser.. (Vou usar pescar)
Agora.. Só modifique um pouco a unidade Ward :
Mude o nome para : Isca (Ou oque quiser)
Abilities : Deixe as que estão se preferir.. e adicione Locust e Invulnerable
Agora vamos criar 4 items :
Vá em Miscellaneous e Use o Item ClockWork Penguim :
Crie um item chamado Peixe Pequeno com as seguintes modificações :
Stats - Actively Used - False
Abilities - Nenhuma
Depois de feito.. copie 2 items iguais e apenas mude o nome para Peixe Médio e Peixe Grande
Agora iremos fazer a vara de pescar! Use o item Tiny Castle e faça as seguintes modificações... :
Abilities - Pescar
Nome - Vara de Pescar
Feito isso agora iremos partir para a trigger.. Crie uma região onde está a água para a trigger fazer efeito.
Events
Unit - A unit Spawns a summoned unit
Conditions
(Unit-type of (Summoned unit)) Equal to Isca
(Agua contains (Summoned unit)) Equal to True
Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Random integer number between 1 and 100) Greater than or equal to 70
Then - Actions
Hero - Create Peixe Pequeno and give it to (Summoning unit)
Game - Display to (Player group((Owner of (Summoning unit)))) the text: |cffffcc00Você pescou um peixe pequeno!
Else - Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Random integer number between 1 and 100) Greater than or equal to 80
Then - Actions
Hero - Create Peixe Médio and give it to (Summoning unit)
Game - Display to (Player group((Owner of (Summoning unit)))) the text: |cffffcc00Você pescou um peixe pequeno!
Else - Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Random integer number between 1 and 100) Greater than or equal to 90
Then - Actions
Hero - Create Peixe Grande and give it to (Summoning unit)
Game - Display to (Player group((Owner of (Summoning unit)))) the text: |cffffcc00Você pescou um peixe Médio!
Else - Actions
Game - Display to (Player group((Owner of (Summoning unit)))) the text: |cffffcc00Você pescou um peixe Grande!
Mapa DEMO (Sistema) Sistema de Pescaria Feito por mim : http://www.epicwar.com/maps/144805/
.Itap Orgulhosamente Apresenta : Sistema de Pescaria
Vamos lá! Começaremos fazendo a magia..
Magia que será baseada : Serpent Ward
Hero ability : False
Item ability : True
Cooldown : Quanto quiser..
Casting Time : para ficar bem real.. ponha 4.00 ou 5.00
Cast Range : Quanto quiser..
Duration Hero : 5.00
Duration Normal : 5.00
Levels : 1
Mana Cost : Quanto quiser...
Summoned Unit Type : Ward (Que no futuro será Isca)
Nome da Magia : Oque quiser.. (Vou usar pescar)
Agora.. Só modifique um pouco a unidade Ward :
Mude o nome para : Isca (Ou oque quiser)
Abilities : Deixe as que estão se preferir.. e adicione Locust e Invulnerable
Agora vamos criar 4 items :
Vá em Miscellaneous e Use o Item ClockWork Penguim :
Crie um item chamado Peixe Pequeno com as seguintes modificações :
Stats - Actively Used - False
Abilities - Nenhuma
Depois de feito.. copie 2 items iguais e apenas mude o nome para Peixe Médio e Peixe Grande
Agora iremos fazer a vara de pescar! Use o item Tiny Castle e faça as seguintes modificações... :
Abilities - Pescar
Nome - Vara de Pescar
Feito isso agora iremos partir para a trigger.. Crie uma região onde está a água para a trigger fazer efeito.
Events
Unit - A unit Spawns a summoned unit
Conditions
(Unit-type of (Summoned unit)) Equal to Isca
(Agua contains (Summoned unit)) Equal to True
Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Random integer number between 1 and 100) Greater than or equal to 70
Then - Actions
Hero - Create Peixe Pequeno and give it to (Summoning unit)
Game - Display to (Player group((Owner of (Summoning unit)))) the text: |cffffcc00Você pescou um peixe pequeno!
Else - Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Random integer number between 1 and 100) Greater than or equal to 80
Then - Actions
Hero - Create Peixe Médio and give it to (Summoning unit)
Game - Display to (Player group((Owner of (Summoning unit)))) the text: |cffffcc00Você pescou um peixe pequeno!
Else - Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Random integer number between 1 and 100) Greater than or equal to 90
Then - Actions
Hero - Create Peixe Grande and give it to (Summoning unit)
Game - Display to (Player group((Owner of (Summoning unit)))) the text: |cffffcc00Você pescou um peixe Médio!
Else - Actions
Game - Display to (Player group((Owner of (Summoning unit)))) the text: |cffffcc00Você pescou um peixe Grande!
Mapa DEMO (Sistema) Sistema de Pescaria Feito por mim : http://www.epicwar.com/maps/144805/
.Itap- Número de Posts : 1351
Data de inscrição : 09/11/2009
Reputação : 78 Pontos : 29229
Re: [Tutorial] Sistema de Pescaria
Bom tuto cara bom msm
Guuh.- Número de Posts : 389
Data de inscrição : 07/08/2010
Reputação : 30 Pontos : 27833
Re: [Tutorial] Sistema de Pescaria
Hehe vlw meu fã!
.Itap- Número de Posts : 1351
Data de inscrição : 09/11/2009
Reputação : 78 Pontos : 29229
Re: [Tutorial] Sistema de Pescaria
eu não li o tutorial mais testei o map e vi as trigger no map isso ajuda bastante as pessoas terem noção de usar porcentagen de chance em triggers...
tipo essa "spell" me deu uma idéia muito boa posso fazer um "upgrade" nessa spell e postar no forúm de spells ??
quem sabe depois um minimap com algumas coisas a mais,mais é claro com os devidos créditos porq sem vc ter postado eu não teria a idéia...
OFF:vo tenta criar minha primeira library
tipo essa "spell" me deu uma idéia muito boa posso fazer um "upgrade" nessa spell e postar no forúm de spells ??
quem sabe depois um minimap com algumas coisas a mais,mais é claro com os devidos créditos porq sem vc ter postado eu não teria a idéia...
OFF:vo tenta criar minha primeira library
lcc- Número de Posts : 933
Data de inscrição : 13/07/2010
Reputação : 104 Pontos : 27309
.Itap- Número de Posts : 1351
Data de inscrição : 09/11/2009
Reputação : 78 Pontos : 29229
Re: [Tutorial] Sistema de Pescaria
claro o.O
.Itap- Número de Posts : 1351
Data de inscrição : 09/11/2009
Reputação : 78 Pontos : 29229
Re: [Tutorial] Sistema de Pescaria
claro o.O
.Itap- Número de Posts : 1351
Data de inscrição : 09/11/2009
Reputação : 78 Pontos : 29229
Re: [Tutorial] Sistema de Pescaria
Itap posta seguidamente legal... não conhece o edit
Vortlan- Número de Posts : 99
Data de inscrição : 20/12/2010
Reputação : 2 Pontos : 25553
Re: [Tutorial] Sistema de Pescaria
duplo click eh foda
malz aew se você não curtiu meu mouse lixo
malz aew se você não curtiu meu mouse lixo
.Itap- Número de Posts : 1351
Data de inscrição : 09/11/2009
Reputação : 78 Pontos : 29229
Re: [Tutorial] Sistema de Pescaria
:d deu pra perceber que foi dc, o sistema e legal e trabalhoso ontem fiz 50 triggers não da pra eu hj ñ
Vortlan- Número de Posts : 99
Data de inscrição : 20/12/2010
Reputação : 2 Pontos : 25553
Tópicos semelhantes
» [Tutorial] Sistema de Pet
» [Tutorial] Sistema de Waves.
» [Tutorial] Sistema de Items de RPG
» [Tutorial] Sistema de Repick.
» [Tutorial] Sistema de Deny (DOTA)
» [Tutorial] Sistema de Waves.
» [Tutorial] Sistema de Items de RPG
» [Tutorial] Sistema de Repick.
» [Tutorial] Sistema de Deny (DOTA)
TeaM KingS :: Games: :: Warcraft: World Editor :: Tutoriais: Gui, Jass, Spells, Terrain, Modelagem, Textura :: Triggers(GUI)
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos