If you want to make it keep the same proportions (as in trolls, barbarians, etc... being tallest) try this.
Code:
sub EVENT_ENTERZONE{
$size = $client->GetSize();
quest::playersize($size + 5);
}
So now humans which are normally size 6 would be 11 and gnomes which are like size 3 I believe would be size 8.