Results 1 to 1 of 1
  1. #1
    Newcomer Tacos's Avatar
    Join Date
    Jun 2012
    Battle Tag
    None
    Posts
    15

    Default [D2NT Release] kill everything and pick everything in Countess Tower

    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
    Last edited by Tacos; 06-18-2012 at 07:26 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [D2NT Release]Item Logging with XML 3.0+
    By skidude in forum Hacks Bots and Editors
    Replies: 76
    Last Post: 06-25-2012, 12:57 PM
  2. [D2NT Release] Amazon Jav/Bow Script v1.6
    By skidude in forum Hacks Bots and Editors
    Replies: 25
    Last Post: 06-19-2012, 06:35 AM
  3. Bot: d2nt doesn't kill diablo
    By Shembleton in forum Hacks Bots and Editors
    Replies: 2
    Last Post: 06-12-2012, 02:42 PM
  4. [D2NT Release] Welcome Mat v1.0b
    By DNA64 in forum Hacks Bots and Editors
    Replies: 0
    Last Post: 09-21-2010, 04:32 PM
  5. whats a countess tower
    By xxaznboii207xx in forum Hacks Bots and Editors
    Replies: 0
    Last Post: 06-23-2005, 05:52 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •