Okay, it's maybe even easier than I expected.
I guess you've got all this stuff in the same line.
;RankInfo = RankNumber:3 UnitType:DwarvenGuardian Position:X:10 Y:0 Leader 2 0 Position:X:10 Y:20 Leader 2 1 Position:X:10 Y:-20 Leader 2 2 Position:X:10 Y:40 Leader 2 3 Position:X:10 Y:-40 Leader 2 4
Just remove the semicolon in front of the line. Same treatment for the Noldor Warriors.
Of course you have to change the number of slots for your horde from 10 to 15 (Noldor: 6 to 11) and also the InitialPayload.
And don't forget about this:
RanksToReleaseWhenAttacking = 1 2 (for Noldor)
RanksToReleaseWhenAttacking = 1 2 3 (for the Dwarves)
Just in case you intend to even create a fourth line for the Dwarves, it would look like this:
RankInfo = RankNumber:4 UnitType:DwarvenGuardian Position:X:-10 Y:0 Leader 3 0 Position:X:-10 Y:20 Leader 3 1 Position:X:-10 Y:-20 Leader 3 2 Position:X:-10 Y:40 Leader 3 3 Position:X:-10 Y:-40 Leader 3 4
RanksToReleaseWhenAttacking = 1 2 3 4
And - of course - slots and payload. But a third line should be enough.
Edited by Imdrar, 12 November 2010 - 10:50 PM.