Thread: [PI] Comp Cape Emote [PI]

Results 1 to 4 of 4
  1. #1 [PI] Comp Cape Emote [PI] 
    Donator


    Join Date
    Feb 2013
    Posts
    373
    Thanks given
    44
    Thanks received
    21
    Rep Power
    118
    I'm getting this error
    Code:
    src\server\model\players\packets\ClickingButtons.java:1835: error: cannot find s
    ymbol
                    if (c.isDoingSkillcapeAnim) {
                         ^
      symbol:   variable isDoingSkillcapeAnim
      location: variable c of type Client
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
    Press any key to continue . . .
    Last thing i needed but yet got an error this is the code please tell me what i did wrong in this case.
    Code:
    case 154:
    			if(c.getPA().wearingcompCape(c.playerEquipment[c.playerCape])) {
                    if (c.isDoingSkillcapeAnim) {
                             return;
                    } else {
                            c.comptime = 13;
                            c.compemote(c);
                    }
    }
    				handleSkillCape(c);
    			break;
    		}
    Reply With Quote  
     

  2. #2  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,283
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    You're calling a variable put of your client class that doesn't exist
    Reply With Quote  
     

  3. #3  
    Donator


    Join Date
    Feb 2013
    Posts
    373
    Thanks given
    44
    Thanks received
    21
    Rep Power
    118
    Quote Originally Posted by Karma_K View Post
    You're calling a variable put of your client class that doesn't exist
    How can I make this exist... I followed a guide to add emotes for capes
    Reply With Quote  
     

  4. #4  
    Donator


    Join Date
    Feb 2013
    Posts
    373
    Thanks given
    44
    Thanks received
    21
    Rep Power
    118
    Fixed... Moderator please close
    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. [PI] Adding Comp Cape Emote ++Rep
    By ToxicPlanet in forum Help
    Replies: 1
    Last Post: 09-19-2012, 11:07 PM
  2. [PI] Adding Comp Cape Emote - ++Rep
    By ToxicPlanet in forum Help
    Replies: 0
    Last Post: 09-17-2012, 07:21 PM
  3. [pi] dung cape emote [will rep++]
    By iSacred in forum Help
    Replies: 9
    Last Post: 06-22-2011, 09:34 PM
  4. [$15] Skill Cape Emotes [PI]
    By Linksbro in forum Help
    Replies: 6
    Last Post: 04-09-2011, 03:09 AM
  5. Dung Cape Emotes PI
    By Trivzor in forum Requests
    Replies: 5
    Last Post: 02-25-2011, 03:53 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
  •