TeaM KingS
[center]Ola Convidado, seja bem vindo ao TeaM KingS !

Nós temos tutoriais sobre o WarCraft World Editor: se você tiver alguma duvida pode perguntar que os moderadores ou membros experientes vão lhe ajudar.

Para melhor utilizar nossos recursos é extremamente recomendado que esteja logado em nosso fórum e que leia o nosso regulamento oficial.

Também temos fóruns sobre DotA AllstarS, com guias, estratégias, e muito mais!




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

TeaM KingS
[center]Ola Convidado, seja bem vindo ao TeaM KingS !

Nós temos tutoriais sobre o WarCraft World Editor: se você tiver alguma duvida pode perguntar que os moderadores ou membros experientes vão lhe ajudar.

Para melhor utilizar nossos recursos é extremamente recomendado que esteja logado em nosso fórum e que leia o nosso regulamento oficial.

Também temos fóruns sobre DotA AllstarS, com guias, estratégias, e muito mais!


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

Duelo Simples! (All Player)

+4
DarTiN
.Itap
Raziel_br
Staar.
8 participantes

Ir para baixo

Duelo Simples! (All Player) Empty Duelo Simples! (All Player)

Mensagem por Staar. 2011-01-18, 10:14

EDIT (calma, tô tentando procurar como bota cor nas letras)
Foi? Ae..
Pow mano, "Empresa: Staar-Productions"; Eu era um mlkinho bom. haha, Legal ter tido essa nostalgia.
UAHAUHA

Muito bom... Salve pra rapaziada que por acaso lembrar um dia desse forum e curiosamente entrar depois de anos, assim como eu hoje!






Introdução
Este sistema de Duelo, foi feito pelo DarTiN, a um tempão já. E eu achei ele perdido no meio de vários mapas aqui.
Então resolvi fazer o Tutorial dele xD!

Tutorial
1º Passo:
Criando as Variables
Variable Name: ArenaDuelo
Variable Type: Point Array (1)

Variable Name: Duelo1
Variable Type: Timer

Variable Name: Duelo2
Variable Type: Timer

Variable Name: DueloGroup
Variable Type: UnitGroup

Variable Name: Team
Variable Type: UnitGroup Array (1)

2º Passo:
Criando as Regiões

1: Você irá criar, 1 region para cada jogar. Essas regiões irão definir onde que os jogadores, irão ir na Arena de duelo.
No Caso do Tutorial, coloquei por player. (Ex.: Player 1, Player 2, etc...).
2: E crie 1 para o CENTRO da Arena de Duelo!

3º Passo:
Fazendo as Triggers

1: Crie uma trigger chamada "Timer1"
1.1: No event, você coloca:
Código:
Time - Elapsed game time is 0.00 seconds
1.2: Na Actions, você coloca as seguintes trigger's:
Código:
Actions
    Countdown Timer - Start (Last started timer) as a One-shot timer that will expire in 10.00 seconds
    Countdown Timer - Create a timer window for (Last started timer) with title Duelo em:
    Countdown Timer - Show (Last created timer window)
    Countdown Timer - Change the color of the title for (Last created timer window) to (100.00%, 100.00%, 100.00%) with 0.00% transparency
    Countdown Timer - Change the color of the time for (Last created timer window) to (100.00%, 100.00%, 100.00%) with 0.00% transparency
    Trigger - Turn on Timer 2
    Trigger - Turn on duelo
OBS:: Em Actions, na primeira action, você irá colocar o tempo que você deseja para começar o Duelo!

2: Crie mais uma trigger chamada "Timer2"
2.1: Agora vá na caixinha lá em cima, e desmarque o "Initially On" Duelo Simples! (All Player) Ensinando
2.2: Em Event, você coloca
Código:
Time - Elapsed game time is 10.00 seconds
2.3: Em Actions, você coloca
Código:
Actions
    Countdown Timer - Destroy (Last created timer window)
    Countdown Timer - Start (Last started timer) as a One-shot timer that will expire in 5.00 seconds
    Countdown Timer - Create a timer window for (Last started timer) with title PORRADA EM:
    Countdown Timer - Show (Last created timer window)
    Countdown Timer - Change the color of the title for (Last created timer window) to (100.00%, 100.00%, 100.00%) with 0.00% transparency
    Countdown Timer - Change the color of the time for (Last created timer window) to (100.00%, 100.00%, 100.00%) with 0.00% transparency
    Trigger - Turn on Duelo Start
OBS:Na segunda Actions "Countdown Timer - Start (Last started timer) as a One-shot timer that will expire in 5.00 seconds" é o tempo que irá começar o duelo.

3: Crie mais uma Trigger chamada "duelo"
3.1: Agora vá na caixinha lá em cima, e desmarque o "Initially On" Duelo Simples! (All Player) Ensinando
3.2: Em Event, você coloca
Código:
Time - Elapsed game time is 10.00 seconds
3.3: Em Actions, você coloca
Código:
Actions
    Trigger - Turn off (This trigger)
    Game - Display to (All players) the text: HORA DO DUELO!!!!!
    -------- AREA TIME 1 --------
    Set AreaDuelo[2] = (Center of PLAYER 2 )
    Set AreaDuelo[3] = (Center of PLAYER 3 )
    Set AreaDuelo[4] = (Center of PLAYER 4 )
    Set AreaDuelo[5] = (Center of PLAYER 5 )
    Set AreaDuelo[6] = (Center of PLAYER 6 )
    -------- AREA TIME 1 --------
    Set AreaDuelo[8] = (Center of PLAYER 8 )
    Set AreaDuelo[9] = (Center of PLAYER 9 )
    Set AreaDuelo[10] = (Center of PLAYER 10 )
    Set AreaDuelo[11] = (Center of PLAYER 11 )
    Set AreaDuelo[12] = (Center of PLAYER 12 )
    Set AreaDuelo[13] = (Center of CENTRO ARENA )
    Unit - Pause all units
    Set DueloGroup = (Units in (Playable map area) matching (((Matching unit) is A Hero) Equal to True))
    Unit Group - Remove all units of (Units owned by Neutral Hostile) from DueloGroup
    Unit Group - Remove all units of (Units owned by Player 1 (Red)) from DueloGroup
    Unit Group - Remove all units of (Units owned by Player 7 (Green)) from DueloGroup
    Unit Group - Pick every unit in DueloGroup and do (Actions)
        Loop - Actions
            Unit - Move (Picked unit) instantly to AreaDuelo[(Player number of (Owner of (Picked unit)))], facing AreaDuelo[13]
    Custom script:   call RemoveLocation (udg_AreaDuelo[2])
    Custom script:   call RemoveLocation (udg_AreaDuelo[3])
    Custom script:   call RemoveLocation (udg_AreaDuelo[4])
    Custom script:   call RemoveLocation (udg_AreaDuelo[5])
    Custom script:   call RemoveLocation (udg_AreaDuelo[6])
    Custom script:   call RemoveLocation (udg_AreaDuelo[8])
    Custom script:   call RemoveLocation (udg_AreaDuelo[9])
    Custom script:   call RemoveLocation (udg_AreaDuelo[10])
    Custom script:   call RemoveLocation (udg_AreaDuelo[11])
    Custom script:   call RemoveLocation (udg_AreaDuelo[12])

4: Crie mais uma trigger chamada "DueloStart"

4.1: Agora vá na caixinha lá em cima, e desmarque o "Initially On" Duelo Simples! (All Player) Ensinando
4.2: Em event você coloca
Código:
Time - Elapsed game time is 15.00 seconds
4.3: Em Actions, você coloca
Código:
Actions
    Trigger - Turn off (This trigger)
    Countdown Timer - Destroy (Last created timer window)
    Unit Group - Pick every unit in DueloGroup and do (Actions)
        Loop - Actions
            Unit - Set life of (Picked unit) to (Max life of (Picked unit))
            Unit - Set mana of (Picked unit) to (Max life of (Picked unit))
            Unit - Unpause (Picked unit)
    Custom script:   call DestroyGroup (udg_DueloGroup)

4.4:
FIM DO TUTORIAL
                                                                                                                                            Tutorial 100% Staar.


Status do mapa:
Segurança: OFF
Mapa By: DarTiN,Staar.
Empresa: staar-productions
DownLoad(DL) do Mapa:
Staar. Productions: (Clique Aqui para fazer o DL)


Última edição por Staar. em 2016-06-09, 21:08, editado 3 vez(es)
Staar.
Staar.

Número de Posts : 408
Data de inscrição : 24/07/2010
Reputação : 14 Pontos : 25868

Warning Necropost
Duelo Simples! (All Player) Left_bar_bleue10 / 10010 / 100Duelo Simples! (All Player) Right_bar_bleue


Ir para o topo Ir para baixo

Duelo Simples! (All Player) Empty Re: Duelo Simples! (All Player)

Mensagem por Raziel_br 2011-01-20, 08:17

muito bom mesmo

acho que vo até ve se faço isso pro meu mapa
=D
Raziel_br
Raziel_br

Número de Posts : 3346
Data de inscrição : 22/10/2008
Reputação : 53 Pontos : 31949

Warning Necropost
Duelo Simples! (All Player) Left_bar_bleue0 / 1000 / 100Duelo Simples! (All Player) Right_bar_bleue


Ir para o topo Ir para baixo

Duelo Simples! (All Player) Empty Re: Duelo Simples! (All Player)

Mensagem por .Itap 2011-01-20, 10:39

Apesar de que só tem 1 duelo ou seja.. na trigger pelo jeito os personagens só vão duelar 1 vez.. mas pelo menos da uma idéia do que fazer.. parabéns Smile
.Itap
.Itap

Número de Posts : 1351
Data de inscrição : 09/11/2009
Reputação : 78 Pontos : 28179

Warning Necropost
Duelo Simples! (All Player) Left_bar_bleue95 / 10095 / 100Duelo Simples! (All Player) Right_bar_bleue


Ir para o topo Ir para baixo

Duelo Simples! (All Player) Empty Re: Duelo Simples! (All Player)

Mensagem por Raziel_br 2011-01-20, 11:34

mais da pra modifica o trigger...
o bom é que num tem leak
Raziel_br
Raziel_br

Número de Posts : 3346
Data de inscrição : 22/10/2008
Reputação : 53 Pontos : 31949

Warning Necropost
Duelo Simples! (All Player) Left_bar_bleue0 / 1000 / 100Duelo Simples! (All Player) Right_bar_bleue


Ir para o topo Ir para baixo

Duelo Simples! (All Player) Empty Re: Duelo Simples! (All Player)

Mensagem por .Itap 2011-01-20, 15:03

leak eh fácil de tirar jow... mto facil...
.Itap
.Itap

Número de Posts : 1351
Data de inscrição : 09/11/2009
Reputação : 78 Pontos : 28179

Warning Necropost
Duelo Simples! (All Player) Left_bar_bleue95 / 10095 / 100Duelo Simples! (All Player) Right_bar_bleue


Ir para o topo Ir para baixo

Duelo Simples! (All Player) Empty Re: Duelo Simples! (All Player)

Mensagem por Staar. 2011-01-21, 00:40

É facil, mas é bom sempre não ter Very Happy
Staar.
Staar.

Número de Posts : 408
Data de inscrição : 24/07/2010
Reputação : 14 Pontos : 25868

Warning Necropost
Duelo Simples! (All Player) Left_bar_bleue10 / 10010 / 100Duelo Simples! (All Player) Right_bar_bleue


Ir para o topo Ir para baixo

Duelo Simples! (All Player) Empty Re: Duelo Simples! (All Player)

Mensagem por DarTiN 2011-01-21, 14:21

Hahahahaahaha... É isso mesmo, Itap de Volta. Hahaha Muito bom...

Que seja muito bem vindo!

Nossa Staar. Nem lembrava mais disso. EU mesmo nem tenho mais.

É sim Itap, o duelo acho que era para uma vez, foi um exemplo que mandei para o Staar uma vez, mas eu disse a ele que algo deveria ser feito para que houvesse um loop de tempos em tempo.

Deve ter umas mil formas de se fazer isso.

OBS: Não olhei nem as triggers mas, este foi o primeiro duelo que fiz na vida. Pega leve Itap. Sad

DarTiN
DarTiN

Número de Posts : 476
Data de inscrição : 25/07/2010
Reputação : 33 Pontos : 25757

Warning Necropost
Duelo Simples! (All Player) Left_bar_bleue0 / 1000 / 100Duelo Simples! (All Player) Right_bar_bleue


Ir para o topo Ir para baixo

Duelo Simples! (All Player) Empty Re: Duelo Simples! (All Player)

Mensagem por Staar. 2011-01-21, 14:27

E ae DarTiN, Quanto tempo em... *-*
Bom, sim foi só um exemplo, mas quem quizer que continue. Faça a trigger
UHAUHAUH
E sim, eu peguei do poço tambem.. =p
A lixeira do meu computador viro Pasta de mapa!
Tem uns 137 mapas XD
Apago tudo, menos os mapas...
Staar.
Staar.

Número de Posts : 408
Data de inscrição : 24/07/2010
Reputação : 14 Pontos : 25868

Warning Necropost
Duelo Simples! (All Player) Left_bar_bleue10 / 10010 / 100Duelo Simples! (All Player) Right_bar_bleue


Ir para o topo Ir para baixo

Duelo Simples! (All Player) Empty Re: Duelo Simples! (All Player)

Mensagem por .Itap 2011-01-22, 12:56

WTF
.Itap
.Itap

Número de Posts : 1351
Data de inscrição : 09/11/2009
Reputação : 78 Pontos : 28179

Warning Necropost
Duelo Simples! (All Player) Left_bar_bleue95 / 10095 / 100Duelo Simples! (All Player) Right_bar_bleue


Ir para o topo Ir para baixo

Duelo Simples! (All Player) Empty Re: Duelo Simples! (All Player)

Mensagem por Raziel_br 2011-01-23, 00:28

Lol
Raziel_br
Raziel_br

Número de Posts : 3346
Data de inscrição : 22/10/2008
Reputação : 53 Pontos : 31949

Warning Necropost
Duelo Simples! (All Player) Left_bar_bleue0 / 1000 / 100Duelo Simples! (All Player) Right_bar_bleue


Ir para o topo Ir para baixo

Duelo Simples! (All Player) Empty Re: Duelo Simples! (All Player)

Mensagem por DarTiN 2011-01-23, 15:05

Itap Disse:
WTF

Raziel Disse:
Lol

Não entendi...
DarTiN
DarTiN

Número de Posts : 476
Data de inscrição : 25/07/2010
Reputação : 33 Pontos : 25757

Warning Necropost
Duelo Simples! (All Player) Left_bar_bleue0 / 1000 / 100Duelo Simples! (All Player) Right_bar_bleue


Ir para o topo Ir para baixo

Duelo Simples! (All Player) Empty Re: Duelo Simples! (All Player)

Mensagem por Staar. 2011-01-24, 00:32

Idem! UAHAUH
Staar.
Staar.

Número de Posts : 408
Data de inscrição : 24/07/2010
Reputação : 14 Pontos : 25868

Warning Necropost
Duelo Simples! (All Player) Left_bar_bleue10 / 10010 / 100Duelo Simples! (All Player) Right_bar_bleue


Ir para o topo Ir para baixo

Duelo Simples! (All Player) Empty Re: Duelo Simples! (All Player)

Mensagem por Raziel_br 2011-02-01, 13:34

A lixeira do meu computador viro Pasta de mapa!
Tem uns 137 mapas XD


oO'
Raziel_br
Raziel_br

Número de Posts : 3346
Data de inscrição : 22/10/2008
Reputação : 53 Pontos : 31949

Warning Necropost
Duelo Simples! (All Player) Left_bar_bleue0 / 1000 / 100Duelo Simples! (All Player) Right_bar_bleue


Ir para o topo Ir para baixo

Duelo Simples! (All Player) Empty Re: Duelo Simples! (All Player)

Mensagem por .Itap 2011-02-01, 15:09

Yeah agora você entendeu Razz
.Itap
.Itap

Número de Posts : 1351
Data de inscrição : 09/11/2009
Reputação : 78 Pontos : 28179

Warning Necropost
Duelo Simples! (All Player) Left_bar_bleue95 / 10095 / 100Duelo Simples! (All Player) Right_bar_bleue


Ir para o topo Ir para baixo

Duelo Simples! (All Player) Empty Re: Duelo Simples! (All Player)

Mensagem por barba_fire 2011-07-29, 19:04

Epa!!!
No meu mapa que estou fazendo,eu precisava de um duelo(tipo este do tutorial),e fiz ele.Só que ouve um problema:O contador,quando vai a 0,não acontece nada e só fica ela ali.
Eu fiz tudo igual ao que está no tutorial,e deu nisso.Gostaria de ajuda,pois estou quase lançando o mapa.
barba_fire
barba_fire

Número de Posts : 15
Data de inscrição : 29/07/2011
Reputação : 7 Pontos : 23307

Warning Necropost
Duelo Simples! (All Player) Left_bar_bleue0 / 1000 / 100Duelo Simples! (All Player) Right_bar_bleue


Ir para o topo Ir para baixo

Duelo Simples! (All Player) Empty Re: Duelo Simples! (All Player)

Mensagem por Lennon 2011-07-29, 19:19

This is perfect XD
Lennon
Lennon

Número de Posts : 41
Data de inscrição : 02/10/2010
Reputação : 6 Pontos : 24998

Warning Necropost
Duelo Simples! (All Player) Left_bar_bleue0 / 1000 / 100Duelo Simples! (All Player) Right_bar_bleue


http://warzone-lennon.blogspot.com/

Ir para o topo Ir para baixo

Duelo Simples! (All Player) Empty Re: Duelo Simples! (All Player)

Mensagem por XxDarckhack 2011-07-29, 19:36

Poxa (EMPRESA: STAR PRODUCTIONS )zuera.. star vlw eu tava presisando de um turial pra bota um duelo no meu mapa e n tava achando + Rep ..
XxDarckhack
XxDarckhack

Número de Posts : 386
Data de inscrição : 02/04/2011
Reputação : 27 Pontos : 24562

Warning Necropost
Duelo Simples! (All Player) Left_bar_bleue25 / 10025 / 100Duelo Simples! (All Player) Right_bar_bleue


Ir para o topo Ir para baixo

Duelo Simples! (All Player) Empty Re: Duelo Simples! (All Player)

Mensagem por aldonova 2011-07-29, 23:05

Duelo Simples! (All Player) 359200WTF?Duelo Simples! (All Player) 359200

Use VirgulasDuelo Simples! (All Player) 686295



E Starr. Tuto Vélho Mais Nunca Tinha Parado Pra Prestar Atemção^^

Vou tmemtat Colocar no Meu Mapa Vlws
aldonova
aldonova

Número de Posts : 1054
Data de inscrição : 20/01/2011
Reputação : 45 Pontos : 25401

Warning Necropost
Duelo Simples! (All Player) Left_bar_bleue3 / 1003 / 100Duelo Simples! (All Player) Right_bar_bleue


https://teamkings.forumeiros.com

Ir para o topo Ir para baixo

Duelo Simples! (All Player) Empty Re: Duelo Simples! (All Player)

Mensagem por Staar. 2011-07-30, 02:31

Bom, aqui não houve problema. Mas este duelo esta incompleto ...
Falta a parte onde o hero morre e o time vence, a contagem de players no duelo... bonus para o time vencedor e/ou para o vencedor.
E falta colocar tambem para acontecer novamente durante o jogo.
Staar.
Staar.

Número de Posts : 408
Data de inscrição : 24/07/2010
Reputação : 14 Pontos : 25868

Warning Necropost
Duelo Simples! (All Player) Left_bar_bleue10 / 10010 / 100Duelo Simples! (All Player) Right_bar_bleue


Ir para o topo Ir para baixo

Duelo Simples! (All Player) Empty Re: Duelo Simples! (All Player)

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