I have read Clok_'s protoss shield tricks but I don't understand how I can make the unit have -100 sheild points. Do I modify the unit's shild points under the unit settings? I most likely would understand this much better if someone posted a picture of how to do this. It's a trick which obliges you to use EMP on the unit in order to kill you.
You can rpobably just place -100 shield points with starforge.
Yea go to Starforge and type in your shield value. It accepts any reasonable number (not sure range put it is 2 to the something) andcluding negative numbers. So type in -100.
The range is a dword, because that is the only thing that can hold 99999 or more. (dword is 65536 in decimal and 10000000000000000 in binary [2^16])
So you could set the unit's points to -65536 if you really wanted to. And you can still use modifyunitshield to change it in game (can you do -%s in it?).
But if you want to make it up more than 100% you can do up to 255%! Like in beacon defense!
Man, I have no life...