Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Diablo 2
You last visited: Today at 20:59

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

Advertisement



D2NT nila script?!

Discussion on D2NT nila script?! within the Diablo 2 forum part of the Other Online Games category.

Reply
 
Old   #1
 
elite*gold: 20
Join Date: May 2009
Posts: 3,882
Received Thanks: 438
D2NT nila script?!

moin,

mein kumpel hat mir ebend ein script geschickt wo mein bot leavet wenn im thron puppen sind...deswegen nun meine frage gibt es ein script wo mein bot auch leavet wenn snakes da sind?

btw
ich weiß leider nicht mehr wo ich den d2nt herhab und auch ka ob der bluebird d2nt der gleiche ist wie der den ich hab deswegen neues topic

falls jemand das baal script haben will soll er bescheid sagen!
Mecco-Pekko is offline  
Old 05/31/2010, 20:03   #2
 
elite*gold: 0
Join Date: Apr 2006
Posts: 6,597
Received Thanks: 1,830
nimm einfach die stelle aus dem baalscript und bau sie im nilascript ein. ID von den Mobs noch auf Vipern stellen.
Medix is offline  
Old 05/31/2010, 20:27   #3
 
elite*gold: 20
Join Date: May 2009
Posts: 3,882
Received Thanks: 438
Quote:
Originally Posted by Medix View Post
nimm einfach die stelle aus dem baalscript und bau sie im nilascript ein. ID von den Mobs noch auf Vipern stellen.
jagut hoert sich einfach an....nur hab ich ka was ich da machen soll bzw wo das is^^ bin nicht so der computer experte

könntest du das machen?!^^ würdest auchn bissl fg bekomm
Mecco-Pekko is offline  
Old 05/31/2010, 23:39   #4
 
elite*gold: 20
Join Date: May 2009
Posts: 3,882
Received Thanks: 438
Quote:
Originally Posted by Medix View Post
nimm einfach die stelle aus dem baalscript und bau sie im nilascript ein. ID von den Mobs noch auf Vipern stellen.
{
NTC_SendMsgToScript("NTBotGame.ntj", "SCRIPT_END");
NTC_SendLogToOOG(NTC_LOG_COMMON, "ÿE00000Undead Soul Killers found. Exiting...");
return;
}

das hier ist müsste die stelle sein wo er sie sieht und leavet

das unterstrichene steht immer im manager....wie stelle ich das nun auf die vipern um bzw wo find ich die id?
Mecco-Pekko is offline  
Old 05/31/2010, 23:44   #5
 
elite*gold: 0
Join Date: Apr 2006
Posts: 6,597
Received Thanks: 1,830
es wär schon n anfang das ganze script zu posten. Der teil beendet nur das Script und schickt n text an den manager
Medix is offline  
Old 05/31/2010, 23:46   #6
 
elite*gold: 20
Join Date: May 2009
Posts: 3,882
Received Thanks: 438
hier das baal script
Mecco-Pekko is offline  
Old 05/31/2010, 23:58   #7
 
elite*gold: 0
Join Date: Apr 2006
Posts: 6,597
Received Thanks: 1,830
Quote:
if(NTC_FindUnit(NTC_UNIT_MONSTER, 691))
{
NTC_SendMsgToScript("NTBotGame.ntj", "SCRIPT_END");
NTC_SendLogToOOG(NTC_LOG_COMMON, "ÿE00000Undead Soul Killers found. Exiting...");
return;
}
einfach reinkopieren im nila script bevor er nila angreift.
NTC_FindUnit(NTC_UNIT_MONSTER, 691)
musst du natürlich noch auf vipern abändern.
Medix is offline  
Old 06/01/2010, 00:10   #8
 
elite*gold: 20
Join Date: May 2009
Posts: 3,882
Received Thanks: 438
Quote:
Originally Posted by Medix View Post
einfach reinkopieren im nila script bevor er nila angreift.
NTC_FindUnit(NTC_UNIT_MONSTER, 691)
musst du natürlich noch auf vipern abändern.
Quote:
var _NTNihlathak_Locations = new Array(8, 4);

_NTNihlathak_Locations[0] = [12519, 5203, 12522, 5227]; // Top Left
_NTNihlathak_Locations[1] = [12704, 5019, 12692, 5022]; // Top Right
_NTNihlathak_Locations[2] = [12705, 5391, 12723, 5413]; // Bottom Right
_NTNihlathak_Locations[3] = [12889, 5206, 12898, 5228]; // Bottom Left
_NTNihlathak_Locations[4] = [12519, 5203, 12522, 5196]; // Top Left
_NTNihlathak_Locations[5] = [12704, 5019, 12692, 5413]; // Top Right
_NTNihlathak_Locations[6] = [12705, 5391, 12727, 5022]; // Bottom Right
_NTNihlathak_Locations[7] = [12889, 5206, 12898, 5192]; // Bottom Left

function NTMain()
{
Include("libs/common/NTCommon.ntl");
NTC_IncludeLibs();
NTC_IncludeConfig("NTBot/char_configs");

var _location;

NT_LoadConfig();
NTSI_LoadNIPFiles("NTBot/item_configs");

NTA_Initialize();

if(!NTTM_CheckAct())
{
NTC_SendMsgToScript("NTBotGame.ntj", "NTTM_CheckAct()");
return;
}

NTTMGR_TownManager();

if(!NTTM_TownMove("waypoint"))
{
NTC_SendMsgToScript("NTBotGame.ntj", "NTTM_TownMove()");
return;
}

if(!NTM_TakeWaypoint(123))
{
NTC_SendMsgToScript("NTBotGame.ntj", "NTM_TakeWaypoint()");
return;
}

NTP_DoPrecast(true);

if(!NTM_MoveToStair(me.areaid, 124))
{
NTC_SendMsgToScript("NTBotGame.ntj", "NTM_MoveToStair()");
return;
}

if(!NTM_TakeStair(124))
{
NTC_SendMsgToScript("NTBotGame.ntj", "NTM_TakeStair()");
return;
}

_location = NT_FindNihlathakInt();

if(_location == -1)
{
NTC_SendMsgToScript("NTBotGame.ntj", "NT_FindNihlathakInt()");
return;
}

if(!NTM_MoveTo(me.areaid, _NTNihlathak_Locations[_location][2], _NTNihlathak_Locations[_location][3]))
{
NTC_SendMsgToScript("NTBotGame.ntj", "NTM_MoveTo()");
return;
}

if(!NTTMGR_CheckSafe(NTConfig_CheckSelfSafe, NTConfig_CheckMercSafe))
{
NTC_SendMsgToScript("NTBotGame.ntj", "NTTMGR_CheckSafe()");
return;
}

if(NTA_KillMonster(526))
{
if(NTConfig_ClearPosition)
NTA_ClearPosition();

NTSI_PickItems();
}
else if(!NTConfig_PindleskinExtension)
{
NTC_SendMsgToScript("NTBotGame.ntj", "NTA_KillMonster()");
return;
}

if(NTConfig_PindleskinExtension)
{
for(var i = 0 ; i < 2 ; i++)
{
if(!NTM_MoveToStair(me.areaid, 123-i))
{
NTC_SendMsgToScript("NTBotGame.ntj", "NTM_MoveToStair()");
return;
}

if(!NTM_TakeStair(123-i))
{
NTC_SendMsgToScript("NTBotGame.ntj", "NTM_TakeStair()");
return;
}
}

if(!NTM_MoveToStair(me.areaid, 121))
{
NTC_SendMsgToScript("NTBotGame.ntj", "NTM_MoveToStair()");
return;
}

if(!NTTMGR_CheckSafe(NTConfig_CheckSelfSafe, NTConfig_CheckMercSafe))
{
NTC_SendMsgToScript("NTBotGame.ntj", "NTTMGR_CheckSafe()");
return;
}

NTP_DoPrecast(false);

if(!NTM_TakeStair(121))
{
NTC_SendMsgToScript("NTBotGame.ntj", "NTM_TakeStair()");
return;
}

if(!NTM_MoveTo(me.areaid, 10061, 13234))
{
NTC_SendMsgToScript("NTBotGame.ntj", "NTM_MoveTo()");
return;
}

if(NTC_FindUnit(NTC_UNIT_MONSTER, 691))
{
NTC_SendMsgToScript("NTBotGame.ntj", "SCRIPT_END");
NTC_SendLogToOOG(NTC_LOG_COMMON, "ÿE00000Undead Soul Killers found. Exiting...");
return;
}


if(!NTA_KillMonster(GetLocaleString(22497)))
{
NTC_SendMsgToScript("NTBotGame.ntj", "NTA_KillMonster()");
return;
}

if(NTConfig_ClearPosition)
NTA_ClearPosition();

NTSI_PickItems();
}

NTC_SendMsgToScript("NTBotGame.ntj", "SCRIPT_END");
}

// Internal function
function NT_FindNihlathakInt()
{
var i, x, y;
var _nihlathak;
var _mindist = 999999;
var _currdist;
var _location = -1;

_nihlathak = GetPresetUnits(me.areaid, NTC_UNIT_OBJECT, 462);

if(!_nihlathak || _nihlathak.length < 1)
return _location;

x = _nihlathak[0].roomx*5 + _nihlathak[0].x;
y = _nihlathak[0].roomy*5 + _nihlathak[0].y;

for(i = 0 ; i < 8 ; i++)
{
_currdist = GetDistance(_NTNihlathak_Locations[i][0], _NTNihlathak_Locations[i][1], x, y);

if(_currdist < _mindist)
{
_mindist = _currdist;
_location = i;
}
}

return _location;
}
so hätte ich das jetzt reingehauen....nur wo finde ich jetzt noch die ID für die snakes? ist das iwo aufgelistet?
Mecco-Pekko is offline  
Old 06/01/2010, 18:54   #9
 
elite*gold: 20
Join Date: May 2009
Posts: 3,882
Received Thanks: 438
ich krieg das net hin kannste mir das nicht schnell einstellen plz :/?
Mecco-Pekko is offline  
Old 06/02/2010, 09:38   #10
 
elite*gold: 20
Join Date: May 2009
Posts: 3,882
Received Thanks: 438
weiß nun zwar die ID von den Snakes aber helfen tuts mir net wirklich

ID von den schlangen ist 73
Mecco-Pekko is offline  
Old 06/02/2010, 12:56   #11
 
elite*gold: 20
Join Date: May 2009
Posts: 3,882
Received Thanks: 438
egal wo ich das snake ding rien haue es funktioniert net bei mir
Mecco-Pekko is offline  
Reply


Similar Threads Similar Threads
D2NT Bo Script
05/02/2012 - Diablo 2 - 17 Replies
Also, ich habe einen Bo Barbar in Classic, ich hätte gerne, das wenn ein Tp von Leader Char geöffnet wird, er rein geht und ein tp macht . Sollte so aussehen, Char geht ins Game, Durchs Leader tp(in CS) dann Bo, das wars auch wieder. könnte jemand so was scripten/schreiben? würde auch fg offern E: Jetzt fällts mir auf :D
[D2NT] Hot-IP Script
06/04/2011 - Diablo 2 Programming - 32 Replies
Guten Abend! Hier mal ein ganz nützliches Script, um nicht "trocken" nach Hot-IP's zu suchen, sondern dies während der normalen Botsequenzen zu tun. Das D2NT-eigene Feature stoppt das Script soweit ich weiss nur bei der Meldung "Diablo wandelt auf der Erde". 1.) Neues Script erstellen Als erstes erstellt Ihr eine neue Script-Datei mit dem Namen "NTCloneHunter.ntj" im Ordner "scripts/NTBot/bots/". Der Name des Scripts kann natürlich jeder Beliebige sein. Das Script sieht folgendermaßen...
[suche] d2nt level rush script 1-25 / follow script
06/23/2010 - Diablo 2 Programming - 5 Replies
moin erstmal sry falls es da doch schon was passendes zu gab - hab schonmal gesucht aber nur alte sachen gefunden oder eben antworten in richtung "geht so schnell dafür braucht man keinen bot" ^^ mein problem besteht darin dass ich für lvl 1 bis 20 immer x stunden brauche - trist geht ja noch halberwegs aber mit tombruns such ich mich immer dusselig ^^ - bzw cows sind noch schlimmer (dafür geht das cow-script für d2nt ausm bluebird zumindest halberwegs) die frage ist jetz die - giebt...
Summoner D2NT-script?
05/16/2010 - Diablo 2 - 1 Replies
Hi gibts eigentlich ein Botscript für einen Summoner-Necro ? Falls, nicht für den D2Nt bot, für nen anderen/welchen?
D2NT bishibosh Script
05/10/2010 - Diablo 2 - 11 Replies
Nvm... Hab meinen fehler gefunden hier ist das Script ;) Ich bin ein Link die datei in den ordner scripts/bots dann noch einfach in der Char config die zeile bei den bossconfigs anfügen NTConfig_Script.push("NTBishiboshi.ntj" ); wer kb ahts runter zuladen hier ist noch der code



All times are GMT +2. The time now is 20:59.


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