Thread: Skillcape Emote (Delta)

Results 1 to 4 of 4
  1. #1 Skillcape Emote (Delta) 
    17 Years old kicked out on the streets.
    Equinox's Avatar
    Join Date
    Oct 2009
    Posts
    1,074
    Thanks given
    39
    Thanks received
    50
    Rep Power
    611
    Somebody post any skillcape emote. Need it for something.
    (What I mean by skillcape emote)
    You click the button, you do an emote.
    All I need, thanks.


    Reply With Quote  
     

  2. #2  
    Registered Member
    Coder Alex's Avatar
    Join Date
    Apr 2009
    Age
    30
    Posts
    1,755
    Thanks given
    86
    Thanks received
    83
    Rep Power
    231
    K make a method like
    Code:
    public void skemote(int cape,int emote,int gfx,int skill){
    if(playerLevel[skill] < 99){
    sendMessage("You neeed 99...");
    return;
    } else {
    startAnimation(emote);
    gfx(gfx);
    }}
    use as
    skemote(cape id,emote id, gfx id, skill needed[1-20?, cooking,etc]);

    find ur emote case
    and add some thing like
    Code:
    if(player[cape] == cape id){
    skemote(cape id,1079,328,5);
    }
    if(player[cape.... etc
    you get the point.



    add some thing like that.
    aint gonna spoon feed you, rep 4 me ;D
    but better if u make it load skill cape's from an array list. much shorter.
    My english skills back in the days.
    Quote Originally Posted by Coder Alex
    Well, if it's gooded decent, it's good.
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Sep 2009
    Posts
    3,245
    Thanks given
    195
    Thanks received
    255
    Rep Power
    0
    Get the case Id, and add

    case ####
    startanimation
    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
    case ####:
    startAnimation(####);
    break;
    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  
     


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
  •