Thread: skill cape requirement help 2m Rsgp for fix

Results 1 to 8 of 8
  1. #1 skill cape requirement help 2m Rsgp for fix 
    Registered Member
    Edd -'s Avatar
    Join Date
    Jul 2011
    Posts
    664
    Thanks given
    62
    Thanks received
    43
    Rep Power
    84
    i used a guide on how to make skill capes require 99skill but after i added compiled no errors so i thought it worked but i could still wear skill capes with no req can any1 team viewer me and check to see if i did somthing wrong? 2m rsgp for you if you can fix it.

    p.s im new to this forum dont tease if this is a stupid question
    Reply With Quote  
     

  2. #2  
    Donator

    Tringan's Avatar
    Join Date
    Feb 2011
    Age
    27
    Posts
    2,101
    Thanks given
    381
    Thanks received
    334
    Rep Power
    297
    if you are using pi here is an example:
    go to itemassistant.java and search for:
    Code:
    switch(itemId) {
    under that right something like this

    Code:
    case skillcapeID:
    c.attackLevelReq = 99;
    return;
    This is for the attack skillcape to do the others just replace the case and where it says attack replace with the name of the skill you which to set the required levels.

    for example defence:
    Code:
    c.defenceLevelReq = 99;
    Reply With Quote  
     

  3. #3  
    Registered Member
    Edd -'s Avatar
    Join Date
    Jul 2011
    Posts
    664
    Thanks given
    62
    Thanks received
    43
    Rep Power
    84
    case 9751: // Item ID
    c.StrengthlevelReq = 99; //Requirement like above
    return;
    i put that in then tried on a level 3 still could wear str cape with 1 str :\
    Reply With Quote  
     

  4. #4  
    Donator

    Tringan's Avatar
    Join Date
    Feb 2011
    Age
    27
    Posts
    2,101
    Thanks given
    381
    Thanks received
    334
    Rep Power
    297
    Quote Originally Posted by bwuk _im_pb View Post
    i put that in then tried on a level 3 still could wear str cape with 1 str :\
    then idk soz
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jul 2011
    Posts
    91
    Thanks given
    8
    Thanks received
    0
    Rep Power
    8
    Code:
    c.strengthLevelReq = 99;
    Don't capitalize the Strength. Java = Case Sensitive bro.
    Reply With Quote  
     

  6. #6  
    Respected Member


    Join Date
    Jan 2009
    Posts
    5,743
    Thanks given
    1,162
    Thanks received
    3,603
    Rep Power
    5000
    Quote Originally Posted by tehhpro View Post
    Code:
    c.strengthLevelReq = 99;
    Don't capitalize the Strength. Java = Case Sensitive bro.
    It wouldn't of compiled if that was the case!
    Reply With Quote  
     

  7. #7  
    Registered Member
    Edd -'s Avatar
    Join Date
    Jul 2011
    Posts
    664
    Thanks given
    62
    Thanks received
    43
    Rep Power
    84
    i made it un capital still didnt work if any1 can show me Tv for 2m rsgp that be sweet.
    Reply With Quote  
     

  8. #8  
    Respected Member


    Join Date
    Jan 2009
    Posts
    5,743
    Thanks given
    1,162
    Thanks received
    3,603
    Rep Power
    5000
    PM me your tv details. I will do it for free.
    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: 16
    Last Post: 07-28-2011, 10:43 PM
  2. Replies: 2
    Last Post: 05-06-2011, 03:24 PM
  3. [$10] Skill Cape Gfx [PI]
    By Linksbro in forum Help
    Replies: 1
    Last Post: 05-02-2011, 05:53 AM
  4. new skill cape?
    By Java got me Stoned in forum RS2 Client
    Replies: 22
    Last Post: 08-12-2008, 01:37 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
  •