pray4urlife 0 #1 Posted June 16, 2012 Ok so i'm wanting to add the new fire cape TokHaar-Kal but when i try to wear it, it says "Nothing interesting happens." all i want to know is what all i need to do to make it equipable. Thanks Share this post Link to post Share on other sites
0 korasi pr0dx 0 #2 Posted June 16, 2012 Add "TokHaar-Kal" in [CODE]private static String[] CAPES[/CODE] in Equipment.java Share this post Link to post Share on other sites
0 pray4urlife 0 #3 Posted June 16, 2012 (edited) So would this be correct? private static String[] CAPES = { "cloak", "cape", "ava's", "TokHaar-Kal", }; It worked! TY turns out i was using the wrong code. Ty Much! Edited June 16, 2012 by pray4urlife Share this post Link to post Share on other sites
0 hexan 0 #4 Posted June 16, 2012 (edited) [quote name='pray4urlife']So would this be correct? private static String[] CAPES = { "cloak", "cape", "ava's", "TokHaar-Kal", };[/QUOTE] numbers is better names not always work try this private static final int[] capes = {20771}; i used this for 562 :p Edited June 16, 2012 by hexan Share this post Link to post Share on other sites
0 Instinct 0 #5 Posted June 16, 2012 I need a source 711 preferably and a coder. Share this post Link to post Share on other sites
0 swag 4 life 0 #6 Posted June 16, 2012 i added my TokHaar-Kal for 2 weeks ago and i did this go in Equipment.java and search for private static String[] CAPES = then it look like this private static String[] CAPES = { "cloak", "cape", "ava's",}; then add so it look like this private static String[] CAPES = { "cloak", "cape", "ava's", "TokHaar-Kal" }; and then ur done Share this post Link to post Share on other sites
0 korasi pr0dx 0 #7 Posted June 16, 2012 I believe the problem is already solved lol. >.> Share this post Link to post Share on other sites
Share this post
Link to post
Share on other sites