Jump to content
Existing user? Sign In

Sign In



Sign Up

Where is this file located?


Dyrango

Recommended Posts

Every time I click on prayer tab this shows up, no matter curses or normal prayers. Interface maybe missing something?

model is incomplete or missing  [ type = 5]  [nodeId = 1033]

This is where it's pulling the "ID" from. I don't understand how I figure out what texture to replace or fix. Inside of the textures in cache, they're only "49.dat files".

private void handleFailed() {
		uncompletedCount = 0;
		for(OnDemandEntry entry = (OnDemandEntry) requested.getFirst(); entry != null; entry = (OnDemandEntry) requested.getNext()) {
			if(entry.incomplete) {
				uncompletedCount++;
				System.out.println("Error: model is incomplete or missing  [ type = " + entry.type + "]  [nodeId = " + entry.id + "]");
			}
		}
		while(uncompletedCount < 10) {
			try {
				final OnDemandEntry entry = (OnDemandEntry) aClass19_1368.removeFirst();
				if(entry == null)
					break;
				requested.addLast(entry);
				missingFile(entry);
				uncompletedCount++;
				closeRequest(entry);
				waiting = true;
			} catch(Exception e) {
				final OnDemandEntry entry = (OnDemandEntry) aClass19_1368.removeFirst();
				e.printStackTrace();
				System.out.println("missing: type: "+entry.type+" ID"+entry.id);
			}
		}
	}

 

Edited by Dyrango
Still need help, more information included.
Link to comment
Share on other sites

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Contact

[email protected]

astra.security

What is a RSPS?

A RSPS, also known as RuneScape private server, is an online game based on RuneScape, and controlled by independent individuals.

Popular RSPS Servers

Runewild Ikov RedemptionRSPS

Disclaimer

Runesuite is not affiliated with runescape, jagex in any way & exists solely for educational purposes.

×
×
  • Create New...