Thread: Need help converting custom item code from Delta to PI

Results 1 to 2 of 2
  1. #1 Need help converting custom item code from Delta to PI 
    Registered Member
    Join Date
    Mar 2010
    Posts
    1,011
    Thanks given
    2
    Thanks received
    4
    Rep Power
    11
    Anyone know how to convert:
    Code:
    if(i == 9208) {
    	class8.aStringArray189 = new String[5];
    	class8.aStringArray189[1] = "Wear";
    	class8.anIntArray156 = new int[4];
    	class8.anIntArray160 = new int[4];
    	class8.anIntArray156[0] = 57280;
    	class8.anIntArray156[1] = 54503;
    	class8.anIntArray156[2] = 54183;
    	class8.anIntArray156[3] = 11200;
    	class8.anIntArray160[0] = 9152;
    	class8.anIntArray160[1] = 7104;
    	class8.anIntArray160[2] = 7104;
    	class8.anIntArray160[3] = 796;
    	class8.anInt174 = 50429;
    	class8.anInt181 = 2000;
    	class8.anInt190 = 500;
    	class8.anInt198 = 0;
    	class8.anInt204 = 14;
    	class8.anInt169 = -6;
    	class8.anInt194 = 1;
    	class8.anInt165 = 50428;
    	class8.anInt200 = 50428;
    	class8.anInt175 = -1;
    	class8.anInt197 = -1;
    	class8.anInt199 = -1;
    	class8.aString170 = "Donator Cape";
    	class8.aByteArray178 = "The cape worn by Donators.".getBytes();
    }
    to something useable in PI? I managed custom items like armor and weapons, but capes just seem to have more.
    Looking to join a team of developers* to work on a RSPS.
    Will put in time and effort for the project.

    * Developers must have basic understanding of Java. I would love to work and learn from experts, but it's rare that they would want to work with someone that isn't on the same level as them.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Nov 2010
    Posts
    208
    Thanks given
    2
    Thanks received
    0
    Rep Power
    1
    BUMP Need to know this also!
    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: 10
    Last Post: 02-05-2010, 04:59 PM
  2. Replies: 0
    Last Post: 10-27-2009, 12:55 AM
  3. Replies: 2
    Last Post: 09-16-2009, 09:48 PM
  4. Need Help with converting to Delta!
    By A nipple in forum Requests
    Replies: 16
    Last Post: 06-14-2009, 05:27 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •