Register for your free account! | Forgot your password?

You last visited: Today at 22:25

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

Advertisement



[D2NT] Aura Tele

Discussion on [D2NT] Aura Tele within the Diablo 2 Programming forum part of the Diablo 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2006
Posts: 6,597
Received Thanks: 1,830
[D2NT] Aura Tele

Das Script ermöglicht euch während des teleportierens eine Aura aktiv zu haben. (zb med aura)

Der Stehenbleib Hotkey muss auf shift sein.


NTMove.ntj öffnen und das die funktion NTM_TeleportTo(x,y) mit dem hier ersetzen.

Code:
function NTM_TeleportTo(x, y)
{

	if(NTConfig_LeftTele)
	{
		NTC_PutSkill(NTConfig_LeftSkill, 0);
		while(ClickMap(0, 1, x, y))
		{
			if(NTC_CastSkill(54,1 , x, y))
			break;
		}
		
		//MyCS_CatchShrine();
		for(var i = 0 ; i < 15 ; i++)
		{
			if(Math.abs(me.x-x) < 4 && Math.abs(me.y-y) < 4)
			return true;

			NTC_Delay(NTC_DELAY_FRAME);
			
			
		}

		return false;
	}
	else
	{

		NTC_CastSkill(54, NTC_HAND_RIGHT, x, y);

		//MyCS_CatchShrine();
		for(var i = 0 ; i < 15 ; i++)
		{
			if(Math.abs(me.x-x) < 4 && Math.abs(me.y-y) < 4)
			return true;

			NTC_Delay(NTC_DELAY_FRAME);	
		}

		return false;
	}

}

char_config/NTConfig.ntj öffnen.

folgendes hinzufügen:

Code:
var NTConfig_LeftTele;
var NTConfig_LeftSkill;
nun eure charconfig öffnen und folgendes hinzufügen:

Code:
NTConfig_LeftTele = true;
NTConfig_LeftSkill = 120; /// puts this skill id to the right hand while tele. Default: Med Aura
Medix is offline  
Thanks
5 Users
Reply


Similar Threads Similar Threads
d2nt leech bot einstellen... d2nt config error..
07/09/2010 - Diablo 2 Programming - 2 Replies
hey mein bot zeigt mir die ganze zeit ein error und habe die einstellungen in der anleitung genauso... was tun? habe leader acc/ char name eingetragen. beide flistet. die eine datei aus baalleech rausgeholt und umbenannt und die // weg genommen habe beim manager auch auf d2nt leech eingestelln



All times are GMT +1. The time now is 22:25.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.