Thread: block anim devolution!

Results 1 to 2 of 2
  1. #1 block anim devolution! 
    Registered Member
    Join Date
    Jul 2008
    Posts
    3,163
    Thanks given
    235
    Thanks received
    74
    Rep Power
    209
    can someone tell why my player dont show my block anim when he is atacked?
    here is my blockanim
    Code:
    	public int GetBlockAnim(int id)  {
    		id = 403;
    		return id;
    	}
    i try like this but dont work
    Code:
    	public int GetBlockAnim(int id)  {
    		if(id == 7158 || id == 11694 || id == 11696 || id == 11698 || id == 11700 || id == 1319 || id == 6528 || id == 14915) // 2h
    		{
    			return 2063;
    		}
    		return id;
    	}
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jul 2008
    Posts
    3,163
    Thanks given
    235
    Thanks received
    74
    Rep Power
    209
    anyone pls?
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •