Thread: Help, can't wear items.

Results 1 to 7 of 7
  1. #1 Help, can't wear items. 
    Registered Member
    Join Date
    Nov 2012
    Posts
    19
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Hello peoples,

    I've got a nice 667 source and i'm stuck with a lil problem =(
    I can't wear any item like monk robe's or a weapon..

    Here a image:



    I think it's something in my Equipment.java so i looked thru it but i don't see any code which can cause this problem.

    Here is the wearing armour boolean:

    Code:
    	public boolean wearingArmour() {
    		if (getItem(SLOT_HAT) != null || getItem(SLOT_CAPE) != null
    				|| getItem(SLOT_AMULET) != null || getItem(SLOT_WEAPON) != null
    				|| getItem(SLOT_CHEST) != null || getItem(SLOT_SHIELD) != null
    				|| getItem(SLOT_LEGS) != null || getItem(SLOT_HANDS) != null
    				|| getItem(SLOT_FEET) != null || getItem(SLOT_RING) != null)
    			return false;
    		return true;
    	}
    On top it also gives the IDs for all slots but it is not stated in here:/
    Could someone help me a bit with fixing this problem?

    U can add me on skype if u want to help me ; qu1ck3d_x3

    Thanks in advance for any further help!

    Greet,
    Mrstean

    ( keep smokin everyday )

    EDIT: I've added my itemdefinitions to pastebin : http://pastebin.com/91Pu2r0P

    I've already tried to delete some opcodes but that didn't work out really well :/
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Oct 2012
    Posts
    67
    Thanks given
    3
    Thanks received
    1
    Rep Power
    0
    This is the problem.

    You leeched so much from snippets etc to upgrade your cache, and now your source is holding your back and wants to completely delete your computer and kill your parents. He's sick of all the people leeching other snippets without knowing where/wich to add. So the best thing you could do is deleting the source to solve this problem before the computer is killing your parents.



































    You got too much opcodes, delete some.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Nov 2012
    Posts
    19
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    haha nice story bro, anyway thanks for still giving me some help xD
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Oct 2012
    Posts
    67
    Thanks given
    3
    Thanks received
    1
    Rep Power
    0
    Quote Originally Posted by mrstean View Post
    haha nice story bro, anyway thanks for still giving me some help xD
    No problem mate xD
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Nov 2012
    Posts
    19
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by The Legendary Leecher View Post
    No problem mate xD
    Anyway. i've tried out what u said and deleted some opcodes from my itemdefinitions, but it still seems not to work.
    Would it be a problem if i almost delete all of them?

    It also give's me an interfaceID of 679 which could be the problem in there but not looked at it yet.

    Thx in advance and funny name
    Reply With Quote  
     

  6. #6  
    Exoria
    Aksel's Avatar
    Join Date
    Jan 2012
    Age
    28
    Posts
    1,443
    Thanks given
    238
    Thanks received
    498
    Rep Power
    56
    Quote Originally Posted by The Legendary Leecher View Post
    This is the problem.

    You leeched so much from snippets etc to upgrade your cache, and now your source is holding your back and wants to completely delete your computer and kill your parents. He's sick of all the people leeching other snippets without knowing where/wich to add. So the best thing you could do is deleting the source to solve this problem before the computer is killing your parents

    You got too much opcodes, delete some.
    Lol coming from the guy whos name is the legendary leecher
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Nov 2012
    Posts
    19
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Bump, still need help with this =(
    Thanks in advance if someone could offer me a bit of help with this.
    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. i cant wear items anymore...
    By yesimanub in forum Help
    Replies: 8
    Last Post: 08-01-2012, 06:06 AM
  2. must wear 4 items to be able to attack
    By Braveyy in forum Help
    Replies: 2
    Last Post: 03-10-2012, 05:37 PM
  3. Players cannot wear items.
    By ProjectAurora in forum Help
    Replies: 2
    Last Post: 11-15-2011, 09:33 AM
  4. [PI]Where are wear items set
    By zivkovic in forum Help
    Replies: 2
    Last Post: 11-10-2011, 08:11 PM
  5. Wear items ?
    By Jord in forum Help
    Replies: 0
    Last Post: 08-29-2011, 06:53 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
  •