Thread: PI item not in right spot *PAYING PAYPAL $ FOR HELP*

Results 1 to 4 of 4
  1. #1 PI item not in right spot *PAYING PAYPAL $ FOR HELP* 
    Registered Member
    jordan641's Avatar
    Join Date
    Apr 2010
    Posts
    1,807
    Thanks given
    70
    Thanks received
    128
    Rep Power
    189
    I am using PI more specifically the PI that came with the Rune-Fusion source Lost Valentino released.

    I am preloading models for PVP armor and no matter what I do the new item won't go in the right worn slot.

    Let's take Vesta's chainbody as an example. I have the ID in the right spots in Item.java:
    Code:
    	public static int body[] = {11142, 7608, 2520};
    	public static int platebody[] = {11142, 10338, 7608};
    The item loads perfectly with no problems it just won't go in the right fucking spot.
    Here's my Itemdef code for it, if it matters:
    Code:
    			if(i == 11142) {
    				itemDef.itemActions = new String[5];
    				itemDef.itemActions[1] = "Wear";
    				itemDef.modelID = 42593;
    				itemDef.modelZoom = 1440;
    				itemDef.modelRotationY = 545;
    				itemDef.modelRotationX = 2;
    				itemDef.modelOffset2 = 5;
    				itemDef.modelOffset1 = 4;
    				itemDef.anInt204 = 0;
    				itemDef.anInt165 = 42624;
    				itemDef.anInt165 = 42624;
    				itemDef.stackable = false;
    				itemDef.name = "Vesta's chainbody";
    				itemDef.description = "This item degrades in combat, and will turn to dust.".getBytes();
    			}
    If I make a "new" item by putting a non-existent number like 13887 the item will go to the head slot, if I overwrite an existing item (which is shown above) then it goes to the weapon slot. So whats going on here? I'll pay $1.00 paypal if someone can get this working
    Reply With Quote  
     

  2. #2  
    Extreme Donator


    Join Date
    Nov 2009
    Posts
    1,421
    Thanks given
    559
    Thanks received
    266
    Rep Power
    236
    Search forum for an equipment editor, you put the app in your data/data (with the other 3 class files). You then run it, type the id you wish to change position, click load, then select your position from the dropdown, click change then save.

    NOTE: If you want an item in the leg slot, put them as gloves.
    Reply With Quote  
     

  3. #3  
    Registered Member
    jordan641's Avatar
    Join Date
    Apr 2010
    Posts
    1,807
    Thanks given
    70
    Thanks received
    128
    Rep Power
    189
    Quote Originally Posted by Rapidshare View Post
    Search forum for an equipment editor, you put the app in your data/data (with the other 3 class files). You then run it, type the id you wish to change position, click load, then select your position from the dropdown, click change then save.

    NOTE: If you want an item in the leg slot, put them as gloves.
    What do I do if I want an item to be gloves? Put it in leg slot?
    EDIT: Nice the vesta chain went into the correct spot but the arms are glitchy.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Dec 2009
    Posts
    250
    Thanks given
    30
    Thanks received
    4
    Rep Power
    1
    If the arms are glitchy, it's the model that's screwed.
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •