View Single Post
  #3  
Old 06-10-2009, 11:10 AM
Randymarsh9
Dragon
 
Join Date: Dec 2007
Posts: 658
Default

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.
Reply With Quote