Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
D2NT172_NTBot36 Quick Guide
#55
jhals Wrote:1. How do I customize the message for a public baal run? I want to say something that is different from the default messages.
edit NTBaal.ntj found in D2NT172_NTBot36\D2NT\scripts\bots
the lines that you are looking for are highlighted below

if(NTConfig_PublicMode)
{
NTM_MoveTo(me.areaid, 15116, 5068);

NTC_PingDelay(1000);

if(NTA_ClearPosition())
NTSI_PickItems();

NTM_MoveTo(me.areaid, 15116, 5068);

NTM_MakeTP();
Say("TP up, Enter at own risk");
}

NT_ClearThroneInt();

if(NTConfig_PublicMode)
{
NTM_MoveTo(me.areaid, 15112, 5004, 0, true);

NTM_MakeTP();
Say("TP safe!");
}

while(1)
{
if(me.classid == NTC_CHAR_CLASS_PALADIN || me.classid == NTC_CHAR_CLASS_BARBARIAN)
NTM_MoveTo(me.areaid, 15092, 5028);
else
NTM_MoveTo(me.areaid, 15092, 5040);

if(me.GetState(2))
NTC_PutSkill(109, NTC_HAND_RIGHT);

for(i = 0 ; i < 6 ; i++)
{
_wave = NT_ThroneCheckInt();
if(_wave > 0)
break;

NTC_Delay(500);
}

_starttick = GetTickCount();

while(_wave == 0)
{
if(!NT_ThronePreAttackInt())
NTC_Delay(200);

if(GetTickCount()-_starttick > 15000)
{
NT_ClearThroneInt();

_starttick = GetTickCount();
}

_wave = NT_ThroneCheckInt();
}

NTA_ClearPosition(40, 0x04);
NTA_ClearPosition(40);
NTSI_PickItems();
NTT_CleanPotions();

if(_wave == 1)
NTP_DoPrecast();
else if(_wave == 3)
NT_CheckHydraInt();
else if(_wave == 5)
break;
}

if(NTConfig_KillBaal)
{
var _portal;

if(NTConfig_PublicMode)
Say("Killing Baal. Follow me on channel BlizzSector");

if(NTConfig_CheckSafe)
{
if(!NTTMGR_CheckSafe(3))
{
NTC_SendMsgToScript("default.ntj", "NTTMGR_CheckSafe()");
return;
}
}

NTM_MoveTo(me.areaid, 15092, 5010);

NTP_DoPrecast();

while(NTC_FindMonster(543))
NTC_Delay(500);

_portal = NTC_GetUnit(NTC_UNIT_OBJECT, 563);

if(!_portal)
{
NTC_SendMsgToScript("default.ntj", "NTC_GetUnit()");
return;
}

if(!NTM_UsePortal("Portal", 132, null, _portal))
{
NTC_SendMsgToScript("default.ntj", "NTM_UsePortal()");
return;
}

NTM_MoveTo(me.areaid, 15138, 5916);

if(!NTA_KillBoss(544))
{
NTC_SendMsgToScript("default.ntj", "NTA_KillBoss()");
return;
}

NTSI_PickItems();
}

if(NTConfig_PublicMode)
Say("New game in 15s. Follow me at channel BlizzSector");

NTC_SendMsgToScript("default.ntj", "SCRIPT_END");
}
US East L/NL-arowws4 arowws5 uber/organ runs for free. Free items too. Just ask. Must be member of this site.
[url=http://www.unleashmybrain.com][/url]
Reply


Messages In This Thread
D2NT172_NTBot36 Quick Guide - by HoTO - 05-19-2009, 06:25 AM
D2NT172_NTBot36 Quick Guide - by HoTO - 05-19-2009, 09:48 PM
D2NT172_NTBot36 Quick Guide - by tAlko17 - 05-20-2009, 09:04 AM
D2NT172_NTBot36 Quick Guide - by HoTO - 05-20-2009, 05:22 PM
D2NT172_NTBot36 Quick Guide - by davi921 - 05-22-2009, 11:21 AM
D2NT172_NTBot36 Quick Guide - by HoTO - 05-24-2009, 12:52 PM
D2NT172_NTBot36 Quick Guide - by Pamela - 05-25-2009, 04:58 PM
D2NT172_NTBot36 Quick Guide - by HoTO - 05-26-2009, 12:46 AM
D2NT172_NTBot36 Quick Guide - by Lepro - 05-26-2009, 06:14 AM
D2NT172_NTBot36 Quick Guide - by wasupyal - 05-26-2009, 12:53 PM
D2NT172_NTBot36 Quick Guide - by HoTO - 05-26-2009, 05:12 PM
D2NT172_NTBot36 Quick Guide - by postmortemcowboy - 06-29-2009, 06:32 AM
D2NT172_NTBot36 Quick Guide - by west54 - 07-10-2009, 04:45 AM
D2NT172_NTBot36 Quick Guide - by Z3R0 - 07-15-2009, 01:41 AM
D2NT172_NTBot36 Quick Guide - by The Mob - 07-15-2009, 02:56 PM
D2NT172_NTBot36 Quick Guide - by furbyjs - 07-16-2009, 05:31 AM
D2NT172_NTBot36 Quick Guide - by jedimaster86 - 07-16-2009, 10:15 AM
D2NT172_NTBot36 Quick Guide - by Z3R0 - 07-17-2009, 03:02 AM
D2NT172_NTBot36 Quick Guide - by Blue - 07-17-2009, 05:58 PM
D2NT172_NTBot36 Quick Guide - by santosmanos - 07-17-2009, 08:03 PM
D2NT172_NTBot36 Quick Guide - by Blue - 07-17-2009, 11:33 PM
D2NT172_NTBot36 Quick Guide - by The Mob - 07-18-2009, 06:56 AM
D2NT172_NTBot36 Quick Guide - by Blue - 07-18-2009, 11:55 AM
D2NT172_NTBot36 Quick Guide - by DAVEXU6 - 07-19-2009, 12:05 PM
D2NT172_NTBot36 Quick Guide - by The Mob - 07-20-2009, 06:23 PM
D2NT172_NTBot36 Quick Guide - by Blue - 07-21-2009, 02:24 PM
D2NT172_NTBot36 Quick Guide - by The Mob - 07-21-2009, 10:55 PM
D2NT172_NTBot36 Quick Guide - by granmariscal - 08-01-2009, 05:07 AM
D2NT172_NTBot36 Quick Guide - by Blue - 08-03-2009, 06:08 AM
D2NT172_NTBot36 Quick Guide - by granmariscal - 08-03-2009, 07:31 AM
D2NT172_NTBot36 Quick Guide - by Blue - 08-03-2009, 11:59 AM
D2NT172_NTBot36 Quick Guide - by iams30 - 08-04-2009, 05:37 AM
D2NT172_NTBot36 Quick Guide - by Jaffacakes - 08-10-2009, 06:06 AM
D2NT172_NTBot36 Quick Guide - by Blue - 08-10-2009, 12:11 PM
D2NT172_NTBot36 Quick Guide - by Pamela - 08-10-2009, 05:30 PM
D2NT172_NTBot36 Quick Guide - by Blue - 08-11-2009, 03:26 AM
D2NT172_NTBot36 Quick Guide - by wall59 - 08-21-2009, 04:43 AM
D2NT172_NTBot36 Quick Guide - by xslipknotx11 - 09-29-2009, 01:19 PM
D2NT172_NTBot36 Quick Guide - by wall59 - 09-29-2009, 03:21 PM
D2NT172_NTBot36 Quick Guide - by babyruffs - 10-16-2009, 09:28 PM
D2NT172_NTBot36 Quick Guide - by Jojo22 - 10-24-2009, 03:05 PM
D2NT172_NTBot36 Quick Guide - by The Mob - 10-25-2009, 11:04 AM
D2NT172_NTBot36 Quick Guide - by Jojo22 - 10-25-2009, 03:16 PM
D2NT172_NTBot36 Quick Guide - by The Mob - 10-26-2009, 07:01 AM
D2NT172_NTBot36 Quick Guide - by XhinstupidX - 11-03-2009, 05:07 PM
D2NT172_NTBot36 Quick Guide - by darklord2000 - 11-07-2009, 07:55 AM
D2NT172_NTBot36 Quick Guide - by KidEcko - 11-09-2009, 08:52 AM
D2NT172_NTBot36 Quick Guide - by HammerdinThis - 02-03-2010, 07:54 AM
D2NT172_NTBot36 Quick Guide - by jhals - 02-28-2010, 12:31 PM
D2NT172_NTBot36 Quick Guide - by The Mob - 03-01-2010, 03:10 PM
D2NT172_NTBot36 Quick Guide - by The Mob - 03-01-2010, 03:19 PM
D2NT172_NTBot36 Quick Guide - by The Mob - 03-01-2010, 03:26 PM
D2NT172_NTBot36 Quick Guide - by jhals - 03-02-2010, 11:21 AM
D2NT172_NTBot36 Quick Guide - by killerofclowns - 03-02-2010, 12:20 PM
D2NT172_NTBot36 Quick Guide - by The Mob - 03-03-2010, 04:09 PM
D2NT172_NTBot36 Quick Guide - by The Mob - 03-03-2010, 04:10 PM
D2NT172_NTBot36 Quick Guide - by chavezs987 - 03-09-2010, 02:15 PM
D2NT172_NTBot36 Quick Guide - by The Mob - 03-12-2010, 11:59 PM
D2NT172_NTBot36 Quick Guide - by Wistlenuts - 03-13-2010, 03:30 AM
D2NT172_NTBot36 Quick Guide - by The Mob - 03-13-2010, 04:25 AM
D2NT172_NTBot36 Quick Guide - by PizzaEatPizza - 03-23-2010, 10:03 AM
D2NT172_NTBot36 Quick Guide - by Wistlenuts - 03-23-2010, 02:31 PM
D2NT172_NTBot36 Quick Guide - by Finnski1 - 03-29-2010, 05:18 PM
D2NT172_NTBot36 Quick Guide - by Wistlenuts - 04-01-2010, 02:52 PM
D2NT172_NTBot36 Quick Guide - by AndreZulu - 04-03-2010, 06:31 AM
D2NT172_NTBot36 Quick Guide - by troioiizgiang - 04-03-2010, 09:05 PM
D2NT172_NTBot36 Quick Guide - by The Mob - 04-04-2010, 11:24 AM
D2NT172_NTBot36 Quick Guide - by Finnski1 - 04-06-2010, 02:25 AM
D2NT172_NTBot36 Quick Guide - by Meatstud - 04-28-2010, 03:21 AM
D2NT172_NTBot36 Quick Guide - by Meatstud - 04-28-2010, 03:25 AM
D2NT172_NTBot36 Quick Guide - by The Mob - 04-29-2010, 01:36 AM
D2NT172_NTBot36 Quick Guide - by Fakerinc - 05-09-2010, 03:17 AM
D2NT172_NTBot36 Quick Guide - by Fakerinc - 05-09-2010, 09:12 PM
D2NT172_NTBot36 Quick Guide - by Fakerinc - 05-10-2010, 07:21 AM
D2NT172_NTBot36 Quick Guide - by Kronics - 05-10-2010, 10:58 AM
D2NT172_NTBot36 Quick Guide - by TheCrossOvter - 05-17-2010, 03:26 PM
D2NT172_NTBot36 Quick Guide - by Anarchy]ta[ - 05-20-2010, 10:30 AM
D2NT172_NTBot36 Quick Guide - by skidude - 05-23-2010, 04:00 AM
D2NT172_NTBot36 Quick Guide - by demixx - 04-23-2011, 06:33 AM
D2NT172_NTBot36 Quick Guide - by soby5 - 05-06-2011, 07:59 AM
D2NT172_NTBot36 Quick Guide - by Valdez - 05-06-2011, 11:13 AM
D2NT172_NTBot36 Quick Guide - by Pamela - 05-19-2009, 08:38 AM
D2NT172_NTBot36 Quick Guide - by The Mob - 05-19-2009, 10:12 AM
D2NT172_NTBot36 Quick Guide - by The Mob - 02-09-2010, 02:16 AM
D2NT172_NTBot36 Quick Guide - by HammerdinThis - 02-09-2010, 07:32 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Quick 1.13D Patch for D2NT bugme143 42 11,907 04-04-2012, 02:58 AM
Last Post: comper
  Problems with item-logging - Tried useing Skidudes guide... Akao 5 139 01-09-2012, 05:45 AM
Last Post: comper
  MirageBot Guide link[km] 2 4,494 12-17-2011, 02:34 PM
Last Post: TyKe
  D2Loader Guide Spitfire 3 3,819 04-12-2011, 05:54 AM
Last Post: mcmlxx
  Need beginners guide how to get bot going? streamlined123 1 366 04-04-2011, 05:12 PM
Last Post: Blue
  D2NT 3.1 Bot Set-up and Pickit Guide Valdez 3 4,415 03-10-2011, 07:34 AM
Last Post: Valdez
  d2nt 3.1 quick question EViR 2 338 02-12-2011, 12:16 PM
Last Post: Jammer74
  Quick D2NT Pickit Log Question sfloridaking 5 1,053 06-09-2010, 06:53 AM
Last Post: skidude
  D2NT172_NTBot36 script question narex 1 294 02-12-2010, 06:42 PM
Last Post: herrfisk
  mmbot install guide & scripts skidude 44 29,540 08-23-2009, 07:32 AM
Last Post: HeinzOtto

Forum Jump:


Users browsing this thread: 1 Guest(s)