Thread: Dat chin wont go away :c

Results 1 to 3 of 3
  1. #1 Dat chin wont go away :c 
    Registered Member
    Join Date
    Nov 2010
    Age
    26
    Posts
    34
    Thanks given
    0
    Thanks received
    1
    Rep Power
    13
    Ello dear friends, I've recently taken the jump to 718 sources, bare with me on the facepalms c;

    The problem: Character chin pokes out of Vanguard helm;
    What i've tried to resolve the problem:

    @ EQUIPMENT.JAVA
    Code:
    public static boolean showBear(Item item) {
    		String name = item.getName().toLowerCase();
    		return !hideHair(item) || name.contains("horns")
    				|| name.contains("hat") || name.contains("afro")
    				|| name.contains("cowl") || name.contains("tattoo")
    				|| name.contains("headdress") || name.contains("hood")
    				|| (name.contains("mask") && !name.contains("h'ween"))
    				|| name.contains("helm") || name.contains("vanguard")
    				|| name.contains("Vanguard helm") || (name.contains("vanguard helm")
    				|| name.contains("Vanguard_helm") || (name.contains("vanguard_helm")
    				|| name.contains("Vanguard")));
    	}
    No workerino.
    FYI Trickster & battlemage helm doesnt suffer from this;
    My thought: May there be a chance that "Vanguard helm" isn't declared in a item list?
    http://www.upload.ee/image/4773794/fekyuchin.JPG

    Sweden FTW!! :3
    Reply With Quote  
     

  2. #2  
    Extreme Donator


    Join Date
    Mar 2009
    Posts
    1,461
    Thanks given
    111
    Thanks received
    184
    Rep Power
    79
    before the return

    Code:
    		if (name.equals("vanguard helm"))
    			return false;
    ??
    Attached image
    Quote Originally Posted by MaxXi View Post
    Your combat is so awsome that i almost forgot its the combat matrix coded.
    Quote Originally Posted by twobrosplay View Post
    Try allowing the batch file through your firewall?
    Quote Originally Posted by SS_Alophonse View Post
    i have no life u say ha anything u say kid.i doubt u can even get a girlfriend
    i bet u cant even code anything.
    Reply With Quote  
     

  3. #3  
    Soon to be a Blaziken

    Torchic's Avatar
    Join Date
    Mar 2011
    Age
    29
    Posts
    1,711
    Thanks given
    14
    Thanks received
    452
    Rep Power
    529
    How is that method applied? You need to give us more context than that...

    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. One error which wont go away
    By Toommeehh in forum Help
    Replies: 10
    Last Post: 01-20-2010, 08:15 PM
  2. won't go away..
    By Jodan Belfort in forum Help
    Replies: 2
    Last Post: 05-13-2009, 11:50 PM
  3. errors not going away
    By Bando in forum Help
    Replies: 2
    Last Post: 03-30-2009, 09:01 PM
  4. Why the wall doesnt go away?
    By blacksh00t in forum Help
    Replies: 4
    Last Post: 03-22-2009, 03:31 AM
  5. [help]server wont go online[help]
    By Kingdad38 in forum Help
    Replies: 1
    Last Post: 01-16-2009, 07:20 PM
Tags for this Thread

View Tag Cloud

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •