Thread: 0x anims?

Results 1 to 5 of 5
  1. #1 0x anims? 
    Registered Member
    Join Date
    Sep 2010
    Posts
    254
    Thanks given
    44
    Thanks received
    13
    Rep Power
    37
    Okay, I have been coming across anims such as 0x08D... What is this? It looks like the last three digits are hex or whatever... What purpose does it serve? What can I do with them?
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Sep 2010
    Age
    29
    Posts
    430
    Thanks given
    11
    Thanks received
    19
    Rep Power
    23
    these animations are for npcs attacking and for npcs dying. so for the example you posted, animation 0x08D would be a rat dying
    Reply With Quote  
     

  3. #3  
    Programmer, Contributor, RM and Veteran




    Join Date
    Mar 2007
    Posts
    5,147
    Thanks given
    2,656
    Thanks received
    3,731
    Rep Power
    5000
    They are just the animation ids but represented in hexadecimal instead of decimal... as far as the server/client/whatever is concerned they are the same thing.
    .
    Reply With Quote  
     

  4. #4  
    Registered Member Ryan Rebelle's Avatar
    Join Date
    Nov 2009
    Age
    29
    Posts
    1,149
    Thanks given
    108
    Thanks received
    57
    Rep Power
    41
    It's hexadecimal. Decimal (base 10, normal numbering system) has 10 digits (0-9), Hexadecimal has 16 (0-9, ABCDEF).

    Hexadecimal:
    0x08D(8D)

    Decimal:
    141

    Edit: Graham won


    Attached image
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Sep 2010
    Posts
    254
    Thanks given
    44
    Thanks received
    13
    Rep Power
    37
    Quote Originally Posted by Ryan Rebelle View Post
    It's hexadecimal. Decimal (base 10, normal numbering system) has 10 digits (0-9), Hexadecimal has 16 (0-9, ABCDEF).

    Hexadecimal:
    0x08D(8D)

    Decimal:
    141

    Edit: Graham won
    Oh, thanks for clearing that up.
    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
  •