Thread: magic cape gfx and animation help

Results 1 to 7 of 7
  1. #1 magic cape gfx and animation help 
    Registered Member
    T-Sex's Avatar
    Join Date
    Jan 2008
    Posts
    1,824
    Thanks given
    0
    Thanks received
    3
    Rep Power
    130
    my method
    Code:
    if (playerEquipment[playerCape] == 14088) { //magic
                  stillgfx(267, absY, absX);
                  stillgfx(199, absY, absX);
                  stillgfx(367, absY, absX);
          setAnimation(804);
                  sendMessage("A magic skill cape.");
    playerLevel[6] = getLevelForXP(playerXP[6]);
                playerLevel[6] += 1;
                sendFrame126(""+playerLevel[6]+"", 4016);
                          updateRequired = true;
                          appearanceUpdateRequired = true;
           }
           if (playerEquipment[playerCape] == 14089) { //magic
                 stillgfx(267, absY, absX);
                  stillgfx(199, absY, absX);
                  stillgfx(367, absY, absX);
          setAnimation(804);
                  sendMessage("A magic skill cape.");
    playerLevel[6] = getLevelForXP(playerXP[6]);
                playerLevel[6] += 1;
                sendFrame126(""+playerLevel[6]+"", 4016);
                          updateRequired = true;
                          appearanceUpdateRequired = true;
           }
    ok the problem is wen i use my skillcape emote it do the animation but keeps doing it

    e.g that animation makes u invisable but u have to log out and in to make you turn back how would i make it so it turns back like after 10seconds
    Reply With Quote  
     

  2. #2  
    Member
    Boomer's Avatar
    Join Date
    Sep 2006
    Posts
    1,282
    Thanks given
    309
    Thanks received
    795
    Rep Power
    1111
    In the usual source setAnimation method continues to run the emote, you need to change it up or use startAnimation.

    You are setting a bad example. Follow the rules next time and post it in the correct section

    Its embarrassing when you have 596 posts and not posting in right section.


    [Only registered and activated users can see links. ] ||| FightScape | InnerFantasy | PkIsle | [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ]
    Reply With Quote  
     

  3. #3  
    Registered Member
    T-Sex's Avatar
    Join Date
    Jan 2008
    Posts
    1,824
    Thanks given
    0
    Thanks received
    3
    Rep Power
    130
    i fort i put it in help section my bad...

    startanimation dont work.... still continues it
    Last edited by T-Sex; 05-04-2008 at 06:05 AM. Reason: Double posting is not allowed!
    Reply With Quote  
     

  4. #4  
    Registered Member
    T-Sex's Avatar
    Join Date
    Jan 2008
    Posts
    1,824
    Thanks given
    0
    Thanks received
    3
    Rep Power
    130
    plz helplllllllp
    Reply With Quote  
     

  5. #5  
    Sub
    Sub is offline
    sυввч

    Sub's Avatar
    Join Date
    Aug 2007
    Age
    21
    Posts
    4,325
    Thanks given
    1,082
    Thanks received
    346
    Discord
    View profile
    Rep Power
    2755
    lmao! discrace to barrow guys
    Reply With Quote  
     

  6. #6  
    Optimist

    Vice's Avatar
    Join Date
    Nov 2007
    Age
    25
    Posts
    3,263
    Thanks given
    3
    Thanks received
    59
    Rep Power
    2536
    Quote Originally Posted by Sub View Post
    lmao! discrace to barrow guys
    Agreed (mts)
    Jack
    Scotland
    Undergraduate - BSc Computing Science
    Reply With Quote  
     

  7. #7  
    Registered Member
    T-Sex's Avatar
    Join Date
    Jan 2008
    Posts
    1,824
    Thanks given
    0
    Thanks received
    3
    Rep Power
    130
    idc just help plz? if u think you no tell me?
    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
  •