August 3, 201312 yr I need a list of all randoms that attack you on site. Please post the exact names with capital letters in the right place.
August 3, 201312 yr This is what I use for the run away from combat handler. private static final String[] BAD_NPCS = new String[] { "Rock Golem", "Tree Spirit", "Shade", "Evil Chicken", "Swarm", "River Troll", "Strange Plant" };
August 3, 201312 yr Author This is what I use for the run away from combat handler. private static final String[] BAD_NPCS = new String[] { "Rock Golem", "Tree Spirit", "Shade", "Evil Chicken", "Swarm", "River Troll", "Strange Plant" }; Thanks for this. I did not know the second word was capitalized.