Thread: Skillcape Shop Error

Results 1 to 3 of 3
  1. #1 Skillcape Shop Error 
    Registered Member Queer's Avatar
    Join Date
    Aug 2008
    Age
    31
    Posts
    781
    Thanks given
    210
    Thanks received
    33
    Rep Power
    33
    My server is InsidiaX edit, and I need help with my skillcape shop the server has 25 skills I don't think it's recognizing this.. I changed
    Code:
    				for (int i = 0; i < 25; i++) {
    					if (c.getLevelForXP(c.playerXP[i]) < 99)
    but it disconnects when you open the shop.

    Error Picture:


    Code:
    Line 1083 of shopassistant: 					c.getOutStream().writeWordBigEndianA(skillCapes[i] + 2);
    Code:
    Line 1043 of shopassistant: 			setupSkillCapes(capes, get99Count());
    Code:
    Line 2387 of actionhandler: 				c.getShops().openSkillCape();
    Code:
    Line 173 of clicknpc: 					c.getActions().firstClickNpc(c.npcType);
    Code:
    Line 137 of packethandler: 				p.processPacket(c, packetType, packetSize);
    Code:
    Line 1979 of client.java: 			PacketHandler.processPacket(this, packetType, packetSize);
    Code:
    Line 149 of playerhandler: 					while(players[i].processQueuedPackets());
    Reply With Quote  
     

  2. #2  
    Registered Member Queer's Avatar
    Join Date
    Aug 2008
    Age
    31
    Posts
    781
    Thanks given
    210
    Thanks received
    33
    Rep Power
    33
    Bump
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Mar 2009
    Age
    30
    Posts
    76
    Thanks given
    5
    Thanks received
    9
    Rep Power
    1
    Looks like you didn't add the skillcapes ids in "int[] skillCapes".

    Code:
    public int[] skillCapes = { 9747, 9753, 9750, 9768, 9756, 9759, 9762, 9801, 9807, 9783, 9798, 9804, 9780, 9795, 9792, 9774, 9771, 9777, 9786, 9810, 9765, 0, 0, 0, 0, 0 };
    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. SkillCape Shop [PI]
    By Flashy in forum Help
    Replies: 3
    Last Post: 01-03-2012, 11:04 PM
  2. Skillcape shop help ?[REP]
    By Jord in forum Help
    Replies: 3
    Last Post: 08-07-2011, 08:37 PM
  3. [PI] Skillcape shop
    By susurik in forum Help
    Replies: 1
    Last Post: 03-03-2011, 12:42 AM
  4. [PI] Skillcape Shop [PI]
    By vader rd in forum Help
    Replies: 1
    Last Post: 12-17-2010, 10:53 PM
  5. [pi] skillcape shop
    By Ninja assassin in forum Help
    Replies: 4
    Last Post: 10-26-2010, 04:04 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
  •