SuperWyty
  • SuperWyty
  • 50.25% (Neutral)
  • Private Topic Starter
13 years ago
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😄
Sponsor
Annihilationzh
13 years ago
It's on the object properties window.
Veterancy.jpg

Click to View Image78 View(s)


If you need help, post in the forum. You'll get help a lot faster than if you send me a PM.

I reject all buddy requests. I don't think 'buddy' needs to be made official. It's not like you're marrying me.
SuperWyty
  • SuperWyty
  • 50.25% (Neutral)
  • Private Topic Starter
13 years ago
Oke, thanks It works fine, but how can I add uprgades like ''scorpion rocket'', ''black napalm'' etc. on the tanks?
SUPER-G
13 years ago
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.
UserPostedImage
PK_Soar #9531
He that is slow to believe anything and everything is of great understanding, for belief in
one false principle is the beginning of all unwisdom. - Anton Lavey

SuperWyty
  • SuperWyty
  • 50.25% (Neutral)
  • Private Topic Starter
13 years ago
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.
SUPER-G
13 years ago

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.

Originally Posted by: SuperWyty 



yes. they will automaticaly have the upgrades.
UserPostedImage
PK_Soar #9531
He that is slow to believe anything and everything is of great understanding, for belief in
one false principle is the beginning of all unwisdom. - Anton Lavey

i^love^mixery
13 years ago

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.

Originally Posted by: SUPER-G 




1. the AI player cant do that without an arms dealer.
2. it doesnt work that way even if he has an arms dealer.

*** 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'.

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.

Originally Posted by: SUPER-G 



yes. they will automaticaly have the upgrades.

Originally Posted by: SuperWyty 



3. it isnt created when the game starts even if he had an arms dealer and if that script was working.

instead do this:


*** IF ***
    True.
*** THEN ***
  Spawn Unit 'ArmsDealer' of type 'GLAArmsDealer' on Team 'teamSkirmishGLA' at waypoint Waypoint 'scorp'
   Unit 'ArmsDealer' use Ability 'Command_UpgradeGLAScorpionRocket'.


and no, the upgrade wont be created from the start. it will take like 1 minute.
SuperWyty
  • SuperWyty
  • 50.25% (Neutral)
  • Private Topic Starter
13 years ago
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.
i^love^mixery
13 years ago
only if you spawn the salvage crates manually and let the units drive over them.