Thread: Skillcape emotes?

Results 1 to 7 of 7
  1. #1 Skillcape emotes? 
    Registered Member
    Join Date
    Dec 2020
    Posts
    5
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Please list some or all of the skillcape mastery emote anim ID's and maybe a command for :killcape based on the cape they're wearing. Thank you, runnerxan



    How can I put the skillcape animations on the original Project Insanity release I'm on 317. I have ::anim I'm not sure what ID's to use and rather if they work or not on there. Can you check this problem out and help me achieve the skillcape emotes successfully. First question is do you have the ID to the anim, second question is what do I do if the ::anim xxx command doesn't work and what do I do with the cache, thanks.
    Reply With Quote  
     

  2. #2  
    Retired From RSPS

    iGarrett's Avatar
    Join Date
    Dec 2013
    Posts
    461
    Thanks given
    144
    Thanks received
    110
    Rep Power
    187
    Quote Originally Posted by runnerxan View Post
    Please list some or all of the skillcape mastery emote anim ID's and maybe a command for :killcape based on the cape they're wearing. Thank you, runnerxan



    How can I put the skillcape animations on the original Project Insanity release I'm on 317. I have ::anim I'm not sure what ID's to use and rather if they work or not on there. Can you check this problem out and help me achieve the skillcape emotes successfully. First question is do you have the ID to the anim, second question is what do I do if the ::anim xxx command doesn't work and what do I do with the cache, thanks.
    It's been a long time but iirc you'll need to side-load 474 animations as i think 317 never had support for it?
    Quote Originally Posted by i am here View Post
    I have never messed with Eclipse. Is it a whole new revision or type of code?
    Quote Originally Posted by bibl View Post
    hahaha, good one m9. "deob" is short for "deobfuscated" which is not the same as decompiled.
    I'm GEEGIN' OUT
    Reply With Quote  
     

  3. #3  
    leme give u some n00ts

    noot noot's Avatar
    Join Date
    Dec 2012
    Posts
    1,186
    Thanks given
    191
    Thanks received
    132
    Rep Power
    409
    ^ may need to cache pack it
    Attached image
    Spoiler for :

    [Today 05:42 AM] Thakiller: Danced to make us lauigh and put a smile on our faces
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Dec 2020
    Posts
    5
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by noot noot View Post
    ^ may need to cache pack it
    Quote Originally Posted by iGarrett View Post
    It's been a long time but iirc you'll need to side-load 474 animations as i think 317 never had support for it?

    Yeah but I still need the IDs. And is there a way to pack the cache with Tomsuite plz walk me through this if u have understanding.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Warlock 999's Avatar
    Join Date
    Jul 2008
    Age
    31
    Posts
    1,407
    Thanks given
    7
    Thanks received
    29
    Rep Power
    927
    Are you talking about adding it server side? It's easy I can help you if you would like. Please lmk
    My discord is perkaholic if it's easier to help there.
    If anyone needs help with java questions or errors I will try and help with what I can/know
    my discord is Perkaholic feel free to add me with questions or to chat!

    "There is always one more thing you can do to increase your odds of success." -Hal Moore
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Dec 2020
    Posts
    5
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by Warlock 999 View Post
    Are you talking about adding it server side? It's easy I can help you if you would like. Please lmk
    My discord is perkaholic if it's easier to help there.
    So I was gonna add u but i need the # tag at the end of ur discord name And yeah I'm talking about adding them with IDs to the server. Like ::magic for the magic skillcape. And I hope u have the IDs cause we need the list.
    Reply With Quote  
     

  7. #7  
    WVWVWVWVWVWVWVW

    _jordan's Avatar
    Join Date
    Nov 2012
    Posts
    3,046
    Thanks given
    111
    Thanks received
    1,848
    Rep Power
    5000
    Quote Originally Posted by runnerxan View Post
    So I was gonna add u but i need the # tag at the end of ur discord name And yeah I'm talking about adding them with IDs to the server. Like ::magic for the magic skillcape. And I hope u have the IDs cause we need the list.
    Spoiler for sequence:
    Code:
        public static final int ATTACK_SKILLCAPE = 4959;
        public static final int DEFENCE_SKILLCAPE = 4961;
        public static final int STRENGTH_SKILLCAPE = 4981;
        public static final int HITPOINTS_SKILLCAPE = 4971;
        public static final int RANGED_SKILLCAPE = 4973;
        public static final int PRAYER_SKILLCAPE = 4979;
        public static final int MAGIC_SKILLCAPE = 4939;
        public static final int COOKING_SKILLCAPE = 4955;
        public static final int WOODCUTTING_SKILLCAPE = 4957;
        public static final int FLETCHING_SKILLCAPE = 4937;
        public static final int FISHING_SKILLCAPE = 4951;
        public static final int FIREMAKING_SKILLCAPE = 4975;
        public static final int CRAFTING_SKILLCAPE = 4949;
        public static final int SMITHING_SKILLCAPE = 4943;
        public static final int MINING_SKILLCAPE = 4941;
        public static final int HERBLORE_SKILLCAPE = 4969;
        public static final int AGILITY_SKILLCAPE = 4977;
        public static final int THIEVING_SKILLCAPE = 4965;
        public static final int SLAYER_SKILLCAPE = 4967;
        public static final int FARMING_SKILLCAPE = 4963;
        public static final int RUNECRAFTING_SKILLCAPE = 4947;
        public static final int CONSTRUCTION_SKILLCAPE = 4953;
        public static final int HUNTER_SKILLCAPE = 5158;
        public static final int QUEST_CAPE = 4945;
        public static final int MAX_CAPE = 7121;


    Spoiler for spot anim:
    Code:
        public static final int ATTACK_SKILLCAPE = 823;
        public static final int DEFENCE_SKILLCAPE = 824;
        public static final int STRENGTH_SKILLCAPE = 828;
        public static final int HITPOINTS_SKILLCAPE = 833;
        public static final int RANGED_SKILLCAPE = 832;
        public static final int PRAYER_SKILLCAPE = 829;
        public static final int MAGIC_SKILLCAPE = 813;
        public static final int COOKING_SKILLCAPE = 821;
        public static final int WOODCUTTING_SKILLCAPE = 822;
        public static final int FLETCHING_SKILLCAPE = 812;
        public static final int FISHING_SKILLCAPE = 819;
        public static final int FIREMAKING_SKILLCAPE = 831;
        public static final int CRAFTING_SKILLCAPE = 818;
        public static final int SMITHING_SKILLCAPE = 815;
        public static final int MINING_SKILLCAPE = 814;
        public static final int HERBLORE_SKILLCAPE = 835;
        public static final int AGILITY_SKILLCAPE = 830;
        public static final int THIEVING_SKILLCAPE = 826;
        public static final int SLAYER_SKILLCAPE = 827;
        public static final int FARMING_SKILLCAPE = 825;
        public static final int RUNECRAFTING_SKILLCAPE = 817;
        public static final int CONSTRUCTION_SKILLCAPE = 820;
        public static final int HUNTER_SKILLCAPE = 907;
        public static final int QUEST_CAPE = 816;
        public static final int MAX_CAPE = 1286;
    Attached image
    Attached image
    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: 13
    Last Post: 08-11-2010, 12:15 PM
  2. Awsome Summoning SkillCape Emote
    By TheSniper 08 in forum Configuration
    Replies: 12
    Last Post: 08-30-2008, 04:42 PM
  3. How to make Skillcape Emotes
    By Class A Pk in forum Tutorials
    Replies: 12
    Last Post: 06-16-2008, 01:02 AM
  4. [TUT]Working Skillcape Emotes v2 CHANGED
    By Penor in forum Tutorials
    Replies: 11
    Last Post: 04-25-2008, 06:28 PM
  5. [TUT]SkillCape emotions.
    By zamorak-server in forum Tutorials
    Replies: 13
    Last Post: 03-02-2008, 04:20 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •