View Single Post
  #3  
Old 05-02-2009, 09:38 PM
Randymarsh9
Dragon
 
Join Date: Dec 2007
Posts: 658
Default

animation # 16 is fall down, 33 is sit. I would recommend going ingame and doing #setanim 16 or 33. Or you could do it on enter_zone like
Code:
sub EVENT_ENTERZONE{
quest::setanim(1111,16);
}
I noticed its only 16 to fall and 33 to sit if u do doanim. If u use setanim its 1 to sit and 3 to fall.
Reply With Quote