If you want to use the trigger's conditions togehter with the height limit:
this and (getpos player select 2) < 1
You can replace player by the name of any unit.
Or if your trigger has to be activated by any possible unit that passes on the ground try:
this and (getpos (thislist select 0) select 2) < 1 (just guessing)