Thread: [PI] Need Ints for Players for 99s for skillcapes full code

Results 1 to 3 of 3
  1. #1 [PI] Need Ints for Players for 99s for skillcapes full code 
    Registered Member
    Join Date
    Nov 2012
    Posts
    84
    Thanks given
    0
    Thanks received
    1
    Rep Power
    11
    Title pretty much says it all. i need the codes to make all skill capes 99 to be weildable. Thanks.
    317
    Project Insanity
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Apr 2012
    Posts
    3,259
    Thanks given
    2,554
    Thanks received
    832
    Rep Power
    0
    So what are you actually asking for?
    ItemDef ints or some server-sided code?
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Jul 2011
    Posts
    329
    Thanks given
    45
    Thanks received
    49
    Rep Power
    152
    ^ pretty sure he means server sided code, and considering the fact that he is most likely using pi, I think in pi it's done so you need 99 in a skill to buy the skillcape in the shop and the skillcapes are not trade-able.

    However if you still want to put a requirement on it here's a example.
    This belongs in ItemAssistant > wield item

    Code:
    if (targetSlot == 1) {
    					if (getLevelForXP(c.playerXP[0]) != 99) {
    							c.sendMessage("You need an attack level of 99 to wield this cape.");
    							canWearItem = false;
    						}
    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: 13
    Last Post: 12-29-2011, 10:09 PM
  2. Replies: 0
    Last Post: 12-28-2011, 10:23 AM
  3. Skillcapes and hoods[Not full]
    By Alex_NL in forum Tutorials
    Replies: 11
    Last Post: 07-20-2008, 02:43 PM
  4. Skillcapes,defender code
    By PrataKosong in forum Tutorials
    Replies: 4
    Last Post: 05-07-2008, 03:31 PM
  5. Requesting Full detailed tutorial on skillcapes
    By aaronhouston in forum Tutorials
    Replies: 1
    Last Post: 11-11-2007, 06:13 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
  •