Adblock breaks this site

317 [PI] Model Path [HELP!]

Discussion in 'RuneScape Miscellaneous' started by unelfed, Nov 23, 2011.

  1. unelfed

    unelfed Newcomer

    Joined:
    Jun 16, 2010
    Posts:
    7
    Referrals:
    0
    Sythe Gold:
    0
    317 [PI] Model Path [HELP!]

    I am really frustrated, not being able to figure out where to add these custom models..

    This is the coding stating where the models are preloaded.:

    Code:
    	public void preloadModels() {
    		File file = new File("./Raw/");
    		File[] fileArray = file.listFiles();
    		for(int y = 0; y < fileArray.length; y++) {
    			String s = fileArray[y].getName();
    			byte[] buffer = ReadFile("./Raw/"+s);
    			Model.method460(buffer,Integer.parseInt(getFileNameWithoutExtension(s)));
    		}
    	}
    
    This would be in cache/raw/ WHICH I DONT HAVE, just cache/data/ ... data contains a bunch of .dats, I thought this was the folder but every time I try to load the model number through the client, via ::add model #, I got the error "Unable to find model ID: 35084."

    I HAVE TEAMVIEWER.
    I HAVE SKYPE.
    HELP!
    _____
    I have tried this, dosn't work. (putting this out there so everyone can see.)
     
< The-Genesis - v1.3 | >> 430K Per Hour << + 7K Fletching Exp >


 
 
Adblock breaks this site