.::[Tutorial/FAQ]::.

the_playa6916

Member!
Joined
Jul 30, 2004
Messages
54
Reaction score
0
Location
CaNaDa
Website
Visit site
oh man sorry about that.. my internet was lagging.. i thought my post didn't get through..
 

IceDevil9

BattleForums Senior Member
Joined
Feb 19, 2003
Messages
3,418
Reaction score
3
Location
CA
Website
www.rcthaven.com
What it means is, you set an integer variable (Or any other type) and it means if the variable is 'a' (You set that), then do this action, once it's state is at 'b' do that action. I've never used it though.

-Frank :cool:
 
E

eXciTe

Ok i am new here so hy to all!!!
After i instaled the 1.16 patch i can use the wolrd editor :( :(
When i want to save a map it give me a lots of COMPILE erors mesages:

"Trigger Mellee initialization was disbled due the erors" - this is one of the message but there a lots of erors.....
//===========================================================================
//
// Just another Warcraft III map
//
// Warcraft III map script
// Generated by the Warcraft III World Editor
// Date: Mon Aug 23 22:05:34 2004
// Map Author: Unknown
//
//===========================================================================

//***************************************************************************
//*
//* Global Variables
//*
//***************************************************************************

globals
// Generated
trigger gg_trg_Melee_Initialization = null
endglobals

function InitGlobals takes nothing returns nothing
endfunction

//***************************************************************************
//*
//* Triggers
//*
//***************************************************************************

//===========================================================================
// Trigger: Melee Initialization
//
// Default melee game initialization for all players
//===========================================================================
function Trig_Melee_Initialization_Actions takes nothing returns nothing
call MeleeStartingVisibility( )
call MeleeStartingHeroLimit( )
call MeleeGrantHeroItems( )
call MeleeStartingResources( )
call MeleeClearExcessUnits( )
call MeleeStartingUnits( )
call MeleeStartingAI( )
call MeleeInitVictoryDefeat( )
endfunction

Can anybody can tell me what is this ????? :fwink and help me!
 

KarmaGhost

Member
Joined
Sep 1, 2004
Messages
6
Reaction score
0
Location
Cheese state
Wind_of_Death said:
<---------- that orcs head must be sore by now!

another thing:

ne1 know how to make a beaken (the green cricle on mini map that appears wen u get a quest)?

noob question i know but im too tired to figure it out on my own
well i did it but i just looked for the"ping minimap" in the exact text search field if you can find that
 

IceDevil9

BattleForums Senior Member
Joined
Feb 19, 2003
Messages
3,418
Reaction score
3
Location
CA
Website
www.rcthaven.com
This thread is being un-stuck. Anything major has been added to the Tutorial Link thread, and anything important added hereafter shall also be addedd to that thread.

**Unsticking**

-Frank :cool:
 

DrumaMasta

Member!
Joined
May 30, 2005
Messages
16
Reaction score
0
darimus, can u add how copy and paste the triggers and variables and how u edit them for each player? This is reply for TD tutorial. That would be big help, TY
 

Blaine

New Member
Joined
Jul 26, 2005
Messages
1
Reaction score
0
Plz no discussion of map unprotection...

Read the announcments before posting.
 

IceDevil9

BattleForums Senior Member
Joined
Feb 19, 2003
Messages
3,418
Reaction score
3
Location
CA
Website
www.rcthaven.com
IceDragon, you need to remove the guys e-mail and edit his post, because he can still get the map if someone unprotects it for him.

-Frank :cool:
 

Jokey

New Member
Joined
Oct 1, 2005
Messages
2
Reaction score
0
Darimus said:
VengfulAvatar:
I wouldn't recommend using array variables until you are a VERY good mapper... they can be confusing, even if they save you tons of work...
What would you recommend to start with if you're a complete noob but wants to build tds and mauls and other non "normal" maps?
Is there a guide somewhere that explains what you have to do to make invasions and other hard-to-do-triggers?
 

ChrisH36

Guy with Most Posts on Quiet Board.
Joined
May 20, 2003
Messages
15,042
Reaction score
4
Location
Temple Prime, Sarajevo
To reuse the same triggers over and over. You can put all your spawn units into variables. Also, he hasn't posted in like months.
 

Jokey

New Member
Joined
Oct 1, 2005
Messages
2
Reaction score
0
Hellwolf_36 said:
To reuse the same triggers over and over. You can put all your spawn units into variables. Also, he hasn't posted in like months.
What does that mean (put all your spawn units into variables)?
The first thing i really want to do is to make an wisp or something go into a circel of power and that way chose a hero or monster, and then play with that hero or monster... Do you know how to do that? if so please tell me.
 

Necca

New Member
Joined
May 18, 2006
Messages
4
Reaction score
0
if you dont use zero as the first array does it get used or not unless you set it? Whats the use of the playergroup variable and array?
 
Top