Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[D2NT Release] kill everything and pick everything in Countess Tower
#1
finally after 2 hours of ez coding/testing, i made it possible to pick EVRYTHNG in the countess tower which includes barrels, racks, caskets, and chests. this code is also lined with the clear lvl code so ur bot kills EVRYTHNG.

it's important that u read the stuff that has // infront of em cuz they describe wat does wat.

if you want to clear the lvls of specific monsters, go to ur NTAttack.ntl with watevr u use to code with, press and hold ctrl F and type in ignore. u'll b directed to lines of code one of them looking like this:

if(_classid >= 258 && _classid <= 263 && monster.mode == 14) // ignore submerged WaterWatchers
return false;

below this piece of code add the following:

//21-devilkin, 162-dark archer, 55-blood clan, and _classid==38 is ghosts
// this piece of code was found on another site and i IN NO WAY take full credit for this work
if( (_classid == 21 || _classid == 162 || _classid == 55) && (me.areaid >= 20 && me.areaid <= 25) ) //Ignore all in Tower except Ghosts and Countess+CountessMinions
return false;


http://pastebin.com/2edkuPM3
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [D2NT Release] Druid Script skidude 20 17,247 08-25-2012, 01:20 AM
Last Post: comper
  D2NT BoT Gh0sT17 52 2,006 07-31-2012, 11:10 PM
Last Post: comper
  D2nt need help on some stuff wishyq 3 163 07-22-2012, 12:44 PM
Last Post: comper
  Little Help Please? (D2NT) pnsmcgraw 12 252 07-16-2012, 02:46 PM
Last Post: Mythosis
  MasivB's D2NT Simple Unique PickIt masivb 1 112 07-03-2012, 05:03 AM
Last Post: comper
  D2nt - how do i stay in game when sojs sell? brianwalter86 5 344 07-01-2012, 02:02 PM
Last Post: comper
  Nooby D2NT Questions Kieran Wilson 0 124 06-25-2012, 04:35 PM
Last Post: Kieran Wilson
  [D2NT Release]Item Logging with XML 3.0+ skidude 76 14,505 06-25-2012, 01:27 PM
Last Post: masivb
  D2nt Bot jewel pickit/godly item pickit Nightwish 3 227 06-23-2012, 04:18 AM
Last Post: comper
  someone please help my d2nt bot wont kill any bosses mcmullenp4 2 175 06-19-2012, 10:18 AM
Last Post: comper

Forum Jump:


Users browsing this thread: 1 Guest(s)