Phailscape
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Adding requirements to wield something!

Go down

Adding requirements to wield something! Empty Adding requirements to wield something!

Post by Mysticpkz Sat Mar 22, 2008 4:34 am

Open Item.java and you should see something like this
public static int amulets[] = { #### };

public static int arrows[] = { #### };

public static int body[] = { #### };

public static int boots[] = { #### };

public static int capes[] = {#### };

public static int fullHelm[] = { #### };

public static int fullMask[] = { #### };

public static int gloves[] = { #### };

public static int hats[] = { #### };

public static int legs[] = { #### };

public static int platebody[] = { #### };

public static int rings[] = { #### };

public static int shields[] = { #### };

if you want a shield but its in the wrong slot, you look for
public static int shields[] = { #### };
and Replace the #### with the item id.

Save compile and your done =D
Mysticpkz
Mysticpkz
Forum Moderator
Forum Moderator

Posts : 137
Join date : 2008-03-13
Age : 30
Location : Netherlands!

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum