byGekoz 0 #1 Posted December 25, 2013 I have been able to figure out how to add drygores and I am trying to figure out how can i make the off-hand equip in the shield spot? Share this post Link to post Share on other sites
0 Emily 2 #2 Posted December 26, 2013 There are variables located in the equipment file (commonly Equipment.java). They are usually broken out into either array constants or enums, listing the different item ids per positions. You would add your item id under the "SHIELD" or anything commonly listed as so. This worked on previous revisions to 666+. Now, it is very common to load must of that and even replace the variables in the cache to reflect that, without altering the source code. Share this post Link to post Share on other sites
Share this post
Link to post
Share on other sites