Thread: Adding Anims To Items

Results 1 to 8 of 8
  1. #1 Adding Anims To Items 
    Donator
    luvdatrage's Avatar
    Join Date
    Apr 2015
    Age
    23
    Posts
    89
    Thanks given
    14
    Thanks received
    10
    Rep Power
    22
    How would I go about adding animations to items such as the new raid items, I have properly dumped the defs and models and such I just need to add the anims.
    Reply With Quote  
     

  2. #2  
    Community Veteran


    Arch337's Avatar
    Join Date
    Sep 2008
    Posts
    2,950
    Thanks given
    210
    Thanks received
    349
    Rep Power
    1376
    The attack animation etc are a player based animation in which you need to add them into your cache.


    "A fail act is something you do regular, but a dumb act is something you can learn from"
    Spoiler for Problem?:
    Reply With Quote  
     

  3. #3  
    Donator
    luvdatrage's Avatar
    Join Date
    Apr 2015
    Age
    23
    Posts
    89
    Thanks given
    14
    Thanks received
    10
    Rep Power
    22
    i've added them to my cache but I get the message "you cannot wear this" when i try to wield my items where would i fix that server side? I have the correct wear ints and everything.
    Reply With Quote  
     

  4. #4  
    Waddup

    Stan's Avatar
    Join Date
    Apr 2016
    Posts
    376
    Thanks given
    110
    Thanks received
    394
    Rep Power
    521
    In your item/weapon/equipment definitions most likely.
    Reply With Quote  
     

  5. #5  
    Donator
    luvdatrage's Avatar
    Join Date
    Apr 2015
    Age
    23
    Posts
    89
    Thanks given
    14
    Thanks received
    10
    Rep Power
    22
    Quote Originally Posted by Stan_ View Post
    In your item/weapon/equipment definitions most likely.
    Yeah I changed The equip Id but for some reason It didnt fix it... But when I change the id to a current weapon it works so I guess there is something else i need to change let me look.
    Reply With Quote  
     

  6. #6  
    Waddup

    Stan's Avatar
    Join Date
    Apr 2016
    Posts
    376
    Thanks given
    110
    Thanks received
    394
    Rep Power
    521
    Quote Originally Posted by luvdatrage View Post
    Yeah I changed The equip Id but for some reason It didnt fix it... But when I change the id to a current weapon it works so I guess there is something else i need to change let me look.
    Search in Eclipse for the "you cannot wear this" message you're getting if it's not caused by the slot ID.
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    Dec 2014
    Posts
    281
    Thanks given
    200
    Thanks received
    116
    Rep Power
    0
    It's not just about defining slot id, you have to define the full item.
    Something like this:
    Code:
    {
        "id": 13652,
        "name": "Dragon claws",
        "examine": "A set of fighting claws.",
        "low-alch": 1.0,
        "high-alch": 1.0,
        "general-price": 0.0,
        "special-price": 0.0,
        "noteable": false,
        "noted": false,
        "unnotedId": -1,
        "equipSlot": 3,
        "weight": 0.0,
        "two-handed": false,
        "full-helm": false,
        "stackable": false,
        "platebody": false,
        "tradable": true,
        "bonus": [
          41,
          57,
          -4,
          0,
          0,
          13,
          26,
          7,
          0,
          0,
          56,
          0,
          0,
          0
        ]
      },
    Reply With Quote  
     

  8. #8  
    Donator
    luvdatrage's Avatar
    Join Date
    Apr 2015
    Age
    23
    Posts
    89
    Thanks given
    14
    Thanks received
    10
    Rep Power
    22
    Yeah I solved this problem thanks guys was loading wrong file...
    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

Similar Threads

  1. Replies: 2
    Last Post: 08-28-2015, 03:46 PM
  2. [718] Adding animations to items?
    By JihadiJackass in forum Help
    Replies: 14
    Last Post: 08-01-2015, 05:38 AM
  3. Adding Animation to models
    By Dragonking in forum Models
    Replies: 45
    Last Post: 06-05-2010, 01:03 AM
  4. Adding bonuses to items
    By Oxygen in forum Help
    Replies: 4
    Last Post: 05-06-2009, 10:14 PM
  5. [REQ] Adding bonus to items
    By Wub U Pl0x in forum Tutorials
    Replies: 0
    Last Post: 03-09-2008, 12:54 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •