Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Diablo 2 > Diablo 2 Programming
You last visited: Today at 18:52

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Error in Random (pather.js #1210) getPresetUnits failed, couldn't access the level!

Discussion on Error in Random (pather.js #1210) getPresetUnits failed, couldn't access the level! within the Diablo 2 Programming forum part of the Diablo 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2012
Posts: 10
Received Thanks: 0
Unhappy Error in Random (pather.js #1210) getPresetUnits failed, couldn't access the level!

Irgendwie bekomme ich immer, wenn ein Bot den Akt 1 Wegpunkt benutzt, den Fehler:

Code:
Error in Follower (pather.js #1210) getPresetUnits failed, couldn't access the level! (Area: 1, Ping:110, Game: Dd)


Hier noch die function in der pather.js Datei:

Code:
	getWP: function (area, clearPath) {
		var i, j, wp, preset,
			wpIDs = [119, 145, 156, 157, 237, 238, 288, 323, 324, 398, 402, 429, 494, 496, 511, 539];

		if (area !== me.area) {
			this.journeyTo(area);
		}

		for (i = 0; i < wpIDs.length; i += 1) {
			preset = getPresetUnit(area, 2, wpIDs[i]);

			if (preset) {
				this.moveToUnit(preset, 0, 0, clearPath);

				wp = getUnit(2, "waypoint");

				if (wp) {
					for (j = 0; j < 10; j += 1) {
						Misc.click(0, 0, wp);
						//wp.interact();

						if (getUIFlag(0x14)) {
							delay(500);
							me.cancel();

							return true;
						}

						delay(500);
					}
				}
			}
		}

		return false;
	},
Meine Pather.js ist wie sie mit dem bot kommt und getestet habe ich es mit mehreren Scripts.

Hoffe ihr könnt mir helfen das Problem zu lösen.

MfG Marcel
wingman93 is offline  
Reply

Tags
error, follower, pather, pather.js, preset


Similar Threads Similar Threads
error couldn't find filemanager.dll
03/28/2013 - SRO Private Server - 1 Replies
i have same problem with cuple of private servers ... when i get in the launcher he is writing to me this error couldn't find filemanager.dll i really want to play but i cant. please help my someone ...
error couldn't find filemanager.dll
03/27/2013 - SRO Private Server - 0 Replies
i have same problem with cuple of private servers ... when i get in the launcher
MW3 Error: Couldn't load image 'statmon_warning_tris'
02/18/2012 - Call of Duty - 6 Replies
Hey, hab mir n russischen MW3-Steamkey mit deutschen Sprachpatch gekauft und wenn ich nun das Spiel starten will (Multiplayer oder normal) kommt immer folgender Error: Couldn't load image 'statmon_warning_tris' Weiß jemand woran das liegt? Danke schonmal im vorraus für Antworten.
Minecraft-Error (Couldn't load main class)
10/27/2011 - Minecraft - 3 Replies
Hey. Ich hab von einem Freund das Spiel "Minecraft" geschickt bekommen und wollte es gerne einmal ausprobieren. Doch immer wenn ich es öffne kommt: Error: Couldn't load main class. Wie kann ich Minecraft spielen? Was kann ich machen? Danke im Voraus ;)
[HELP] Npcserver showing an error I couldn't find a fix for
06/08/2010 - EO PServer Hosting - 12 Replies
http://i45.tinypic.com/2beis1.jpg Could you tell me exactly what's wrong coz msg server and account server is working just this is showing the error. Please post a quick fix, thanks :]



All times are GMT +1. The time now is 18:53.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.