How do you remove a Unit starting promotion?

Xaviarlol

Warlord
Joined
May 27, 2011
Messages
276
Hey guys, I was just wondering how you would remove a unit starting promotion using <update> tags. I can remove them in the XML by simply deleting the text, but obviously can't do this in modbuddy :)
 
If you mean the FreePromotion, you need <Delete ...> (not <Update><Where .../><Set .../></Update>)
 
Oh ok, that makes sense.
Would I still need to use the <set> tag though?

No.

Code:
<Unit_FreePromotions>
 <Delete UnitType="UNIT_BATTLESHIP"/>
</Unit_FreePromotions>

for example
 
Back
Top Bottom