Thread: I would like to ask about Item glitches help

Results 1 to 5 of 5
  1. #1 I would like to ask about Item glitches help 
    Registered Member
    Join Date
    Jun 2012
    Posts
    4
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    So some items as in clothes and hats etc, glitch when i equip them, How would you be able to fix them? Most items work, just a select few. Does anyone know how to fix this problem, to where all items work naturally and correctly? To give an example of whats happening, i equip a beret and the helmet/hat im currently wearing stays equipped and my shield or something else will be unequipped. Is this a fixable problem that anyone knows how to take care of?
    Reply With Quote  
     

  2. #2  
    Trusted MM & RsGp Seller.

    Join Date
    Feb 2012
    Posts
    354
    Thanks given
    98
    Thanks received
    29
    Rep Power
    48
    Items.cfg - I think, im new o;
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jun 2012
    Posts
    4
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    alright what do i do there? im new too :/ id have a hat on or helmet that works right and ill equip one and itll go into myweapon slot. is that how you fix that?
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    May 2012
    Posts
    1,084
    Thanks given
    328
    Thanks received
    82
    Rep Power
    135
    Quote Originally Posted by Lilmike012 View Post
    alright what do i do there? im new too :/ id have a hat on or helmet that works right and ill equip one and itll go into myweapon slot. is that how you fix that?


    Itemassistant - search for

    Code:
    targetSlot = Item.targetSlots[wearID];
    						switch (wearID) {

    underneath that, add :

    Code:
    case ###: //item id
    		targetSlot = ###; // desired slot
    					break;

    Here's a list of slot id's :

    public static int playerHat = 0;
    public static int playerCape = 1;
    public static int playerAmulet = 2;
    public static int playerWeapon = 3;
    public static int playerChest = 4;
    public static int playerShield = 5;
    public static int playerLegs = 7;
    public static int playerHands = 9;
    public static int playerFeet = 10;
    public static int playerRing = 12;
    public static int playerArrows = 13;



    took that directly from my player.java lol
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jun 2012
    Posts
    4
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Thanks guys!! it worked!!
    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. Item Glitches
    By Phat Stacks in forum Help
    Replies: 1
    Last Post: 03-22-2012, 12:07 AM
  2. Replies: 4
    Last Post: 07-06-2010, 03:50 PM
  3. Glitches!
    By Jamie in forum Media
    Replies: 11
    Last Post: 11-21-2008, 03:32 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
  •