Posted by: SuperWyty - Wednesday, June 20, 2012 10:34:28 AM
Hallo people,
how can I make upgrade or add a veteran on a unit.
For example: I want to add a Scorpion tank with a ''Scorpion Rocket'' and start as a ''Elite''
I hope you can help me,
Wytze[smile]
Posted by: Annihilationzh - Wednesday, June 20, 2012 1:40:22 PM
It's on the object properties window. [ATTACH]1119[/Attach]
Posted by: SuperWyty - Thursday, June 21, 2012 3:09:14 AM
Oke, thanks It works fine, but how can I add uprgades like ''scorpion rocket'', ''black napalm'' etc. on the tanks?
Posted by: SUPER-G - Thursday, June 21, 2012 9:35:57 AM
there is a script in WB for that...this is the script:
*EXAMPLE*
*** IF ***
True.
*** THEN ***
Have AI Player 'someone' build this upgrade: Upgrade 'Upgrade_GLAScorpionRocket'
you can do this for all AI players.
Posted by: SuperWyty - Thursday, June 21, 2012 11:30:46 AM
But, is that already upgraded when I start the game?
Because I have only added some units in a empty map and let them attack each other, so the don't have a base.
Posted by: SUPER-G - Thursday, June 21, 2012 12:17:30 PM
[quote=SuperWyty;124803]But, is that already upgraded when I start the game?
Because I have only added some units in a empty map and let them attack each other, so the don't have a base.[/quote]
yes. they will automaticaly have the upgrades.
Posted by: i^love^mixery - Thursday, June 21, 2012 5:55:14 PM
[quote=SUPER-G;124797]there is a script in WB for that...this is the script:
*EXAMPLE*
*** IF ***
True.
*** THEN ***
Have AI Player 'someone' build this upgrade: Upgrade 'Upgrade_GLAScorpionRocket'
you can do this for all AI players.[/quote]
1. the AI player cant do that without an arms dealer.
2. it doesnt work that way even if he has an arms dealer.
[code]*** IF ***
True.
*** THEN ***
Spawn Unit 'war' of type 'GLAArmsDealer' on Team 'teamSkirmishGLA' at waypoint Waypoint 'war'
Have AI Player 'SkirmishGLA' build this upgrade: Upgrade 'Upgrade_GLAScorpionRocket'
Spawn an instance of Team 'team0001' at Waypoint 'scorp'.
[/code]
[quote=SUPER-G;124804][quote=SuperWyty;124803]But, is that already upgraded when I start the game?
Because I have only added some units in a empty map and let them attack each other, so the don't have a base.[/quote]
yes. they will automaticaly have the upgrades.[/quote]
3. it isnt created when the game starts even if he had an arms dealer and if that script was working.
instead do this:
[code]
*** IF ***
True.
*** THEN ***
Spawn Unit 'ArmsDealer' of type 'GLAArmsDealer' on Team 'teamSkirmishGLA' at waypoint Waypoint 'scorp'
Unit 'ArmsDealer' use Ability 'Command_UpgradeGLAScorpionRocket'.
[/code]
and no, the upgrade wont be created from the start. it will take like 1 minute.
Posted by: SuperWyty - Thursday, June 28, 2012 11:54:01 AM
Oké thanks guys, and is it possible to upgrade a GLA unit with a drop-package?
for example that the scorpion tank picks-up a package, and that he'll have two scorpion-rockets instead of 1. And also the Quad Cannon gets better guns.
Posted by: i^love^mixery - Friday, June 29, 2012 12:50:23 PM
only if you spawn the salvage crates manually and let the units drive over them.