Im about to give up

darknesseternal

Member!
Joined
Jul 26, 2004
Messages
39
Reaction score
0
Website
s3.invisionfree.com
ok i am seriously about to give up on this map

my problem is i have a trigger to make guys every second but only under 30 guys

then that works fine then theres a upgrade when u get 70 kills and a new units starts creating that works fine until about 130 kills it just stops making anything or it just starts making the first unit again heres the unit upgrade trigger see if anything is wrong with it

Red Create Huntress
Events
Time - Every 1.00 seconds of game time
Conditions
(red lost regoin <gen> contains Your Last Hope 0024 <gen>) Equal to (Your Last Hope 0024 <gen> is alive)
(Red arch trig check <gen> contains Archer 0036 <gen>) Equal to (Archer 0036 <gen> is dead)
(red huntre trig check <gen> contains Huntress 0037 <gen>) Equal to (Huntress 0037 <gen> is alive)
(Player 1 (Red) Food used) Less than 30
Actions
Unit - Create 1 Huntress for Player 1 (Red) at (Center of Red Spawn <gen>) facing Default building facing degrees
 

M3_feelin_0wn3d

Member!
Joined
May 18, 2003
Messages
758
Reaction score
0
Location
behind my pc
Website
Visit site
plz remove the names it confuses me :), my guess is to much conditions though. 1 small mistake can screw itall up
 

Dethstalker

Member!
Joined
Apr 11, 2004
Messages
109
Reaction score
0
Location
Clearwater, Florida
Website
www.game-grounds.com
red lost regoin - Your Last Hope 0024 - can u remove all the names of the units when u post and just tell us like BUILDING or UNIT or REGION if its one of those...the names do confuse us like M3_feelin_0wn3d said.
 

IceDevil9

BattleForums Senior Member
Joined
Feb 19, 2003
Messages
3,418
Reaction score
3
Location
CA
Website
www.rcthaven.com
Well, from what I can see, you have too many conditions.

For this condition

red lost regoin <gen> contains Your Last Hope 0024 <gen> ) Equal to (Your Last Hope 0024 <gen> is alive)

That's fine, but how large is your region, 'red lost region?' If it's not the entire map, and your character moves out of the region, then to trigger no longer works.

Secondly:

(Red arch trig check <gen> contains Archer 0036 <gen> ) Equal to (Archer 0036 <gen> is dead)
(red huntre trig check <gen> contains Huntress 0037 <gen> ) Equal to (Huntress 0037 <gen> is alive)
(Player 1 (Red) Food used) Less than 30

Why are all these conditions here? I'm not being rude, I simply wunt to know why. One thing you may not know is that you selected a specific archer unit, and if thet specific archer is dead then the trigger works, but if he is alive, then it will not. I alos want to know why it matters if the hunter is alive? If it is a part of your map, then let me know about it.

The food condition I see no need for, because all that denotes is that the players unit's food totals is less then 30, which would not affect the outcome of this trigger in any way shape or form.

That is my analysis, and once you answer my questions we can move on.

-Frank :cool:
 

Omega_Weapon_

Member!
Joined
Jan 19, 2003
Messages
260
Reaction score
0
Website
Visit site
I'm having this problem too, but I don't see anything wrong with mine....

If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
NumofZombies Less than or equal to 99
Then - Actions
AI - Ignore the guard positions of all Player 12 (Brown) units
Unit - Create 1 Zombie for Player 12 (Brown) at (REGION) facing (REGION 2)
Set NumofZombies = (NumofZombies + 1)
Else - Actions
Unit - Remove (Random unit from (Units owned by Player 12 (Brown) of type Zombie)) from the game
Set NumofZombies = (NumofZombies - 1)

Any help?
 

darknesseternal

Member!
Joined
Jul 26, 2004
Messages
39
Reaction score
0
Website
s3.invisionfree.com
ok ill take all that about except this the your last hope (becuz if that building is dead u lose) and gold mined less than 160 and more than 70 and the food limit less than 50

i have food limit becuz if you have to many whats the point of the game and also itll reduce the lag majorly

also i have a thing set for a lumber gain kind of thing for each kill but it doesnt work this is the trigger....

Lumber gain
Events
Unit - A unit owned by Player 4 (Purple) Dies
Unit - A unit owned by Player 3 (Teal) Dies
Unit - A unit owned by Player 2 (Blue) Dies
Unit - A unit owned by Player 1 (Red) Dies
Conditions
(Owner of (Triggering unit)) Not equal to (Owner of (Killing unit))
Actions
Set lumbergain[((Owner of (Killing unit)) Current lumber)] = (((Owner of (Killing unit)) Current lumber) + 2)




any suggestions for that o great one?
 

M3_feelin_0wn3d

Member!
Joined
May 18, 2003
Messages
758
Reaction score
0
Location
behind my pc
Website
Visit site
doesnt this mean a unit for player 1,2,3 and 4 must die to get lumb? i could be wrong... try making 4 seperate triggers for this. like 1 for player 1 . 2 . 3. and 4
 

darknesseternal

Member!
Joined
Jul 26, 2004
Messages
39
Reaction score
0
Website
s3.invisionfree.com
i think i had the action set up wrong next time i test it ill see if it works

but i was wondering whats the trigger for victory? like if the person is the only one left then he wins or something like that
 

CheeseyPeanutz

Member!
Joined
Aug 3, 2004
Messages
24
Reaction score
0
Website
Visit site
instead of that lumber gain thing just do
player - add property - add 2 lumber to owner of killing unit
 

IceDevil9

BattleForums Senior Member
Joined
Feb 19, 2003
Messages
3,418
Reaction score
3
Location
CA
Website
www.rcthaven.com
Please don't double-post, use the edit button.

Thanks.

-Frank :cool:
 

New threads

Top