Thread: Assigning emotes

Results 1 to 9 of 9
  1. #1 Assigning emotes 
    Registered Member
    Join Date
    Jun 2007
    Age
    31
    Posts
    121
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    How do you assign emotes to weapons? btw this is for devo
    Reply With Quote  
     

  2. #2  
    Registered Member
    Trock's Avatar
    Join Date
    Jul 2009
    Age
    28
    Posts
    1,915
    Thanks given
    14
    Thanks received
    66
    Rep Power
    532
    Does debo have a wepanim?
    Quote Originally Posted by Psyduck View Post
    Vouch

    Quote Originally Posted by VelSion View Post
    Huge Vouch, made so many deals with him, went smoothly!
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jun 2007
    Age
    31
    Posts
    121
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    No but it has WeaponHandler
    Reply With Quote  
     

  4. #4  
    Registered Member
    Trock's Avatar
    Join Date
    Jul 2009
    Age
    28
    Posts
    1,915
    Thanks given
    14
    Thanks received
    66
    Rep Power
    532
    I search in there and see if u find


    ####
    return ###:
    Quote Originally Posted by Psyduck View Post
    Vouch

    Quote Originally Posted by VelSion View Post
    Huge Vouch, made so many deals with him, went smoothly!
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jun 2007
    Age
    31
    Posts
    121
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Would it be like
    Code:
    	else if (WeaponName.contains("Dragon dagger")) {
    		if (FightType == 2) {
    		return 401;
    		}
    		else {
    		return 401;
    		}
    	}
    Or should i keep lookin?
    Reply With Quote  
     

  6. #6  
    Registered Member
    Trock's Avatar
    Join Date
    Jul 2009
    Age
    28
    Posts
    1,915
    Thanks given
    14
    Thanks received
    66
    Rep Power
    532
    the return 401; = the emoteid for the weapon
    Quote Originally Posted by Psyduck View Post
    Vouch

    Quote Originally Posted by VelSion View Post
    Huge Vouch, made so many deals with him, went smoothly!
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Jun 2007
    Age
    31
    Posts
    121
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Ok thanks now time for another question this code

    Code:
    	}
    
    	if(WeaponName.contains("godsword")) // godswords
    	{
    		return 2890;
    	}
    How can I make it so that i can add a walking anamation standing attacking and specs?
    Reply With Quote  
     

  8. #8  
    Registered Member
    Trock's Avatar
    Join Date
    Jul 2009
    Age
    28
    Posts
    1,915
    Thanks given
    14
    Thanks received
    66
    Rep Power
    532
    specs should be in client.java idk i only kno delta lol
    Quote Originally Posted by Psyduck View Post
    Vouch

    Quote Originally Posted by VelSion View Post
    Huge Vouch, made so many deals with him, went smoothly!
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Jun 2007
    Age
    31
    Posts
    121
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Ok thanks ill look into it
    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
  •