Adding requirements to wield something!
Phailscape :: Tutorials :: Servers
Page 1 of 1
Adding requirements to wield something!
Open Item.java and you should see something like this
if you want a shield but its in the wrong slot, you look for
Save compile and your done =D
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
and Replace the #### with the item id.public static int shields[] = { #### };
Save compile and your done =D
Mysticpkz- Forum Moderator
- Posts : 137
Join date : 2008-03-13
Age : 30
Location : Netherlands!
Similar topics
» Adding Objects
» Adding shops =D
» Adding stats to items!
» Adding godsword smithing!
» Adding full brimhaven dungeon! TOOK A LONG TIME!
» Adding shops =D
» Adding stats to items!
» Adding godsword smithing!
» Adding full brimhaven dungeon! TOOK A LONG TIME!
Phailscape :: Tutorials :: Servers
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum