Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
help pickit
#1
how do i change the time it takes him to pick up
he picks stuff up after everything is dead i want him to snag it when it drops
Reply
#2
First thing is to download Notepad++ It is the only thing I use to edit Javascript,Java,xml ect files.
next open NTAttack located D2NT31_NTBot42\D2NT\scripts\libs\common and find line 80 which would start with


function NTA_ClearPosition(range, pickitem, safelevel)
{
var _orgx, _orgy;
var _spectype = [0x0A, 0x01, 0x01];
var _skiplist;
var _attackcount = 0;
var _target;
var _distance, _mingid, _mindistance;
var _result;

if(NTConfig_AttackSkill[1] < 1 || NTConfig_AttackSkill[3] < 1)
return false;

switch(arguments.length)
{
case 0:
range = 20;
case 1:
pickitem = false;
case 2:
safelevel = 0;
default:
if(NTConfig_CheckSelfSafe < 0x01 && NTConfig_CheckMercSafe < 0x01)
safelevel = 0;
break;
}

_orgx = me.x;
_orgy = me.y;

for(var i = 0 ; i < _spectype.length ; i++)
{
_skiplist = new Array();

while(_attackcount < (i+1)*100)
{
_mindistance = 100000;

_target = NTC_FindUnit(NTC_UNIT_MONSTER);

NTSI_PickItems();

if(_target)
The orange line is what u need to add and it makes the pickit work before the bot aquires a new target instead of after everything is dead,essentially making the bot pick items after every kill. Next thing is to go into your config file and change NTConfig_SnagDelay to somewhere in the range of 0-50 milleseconds,I personally use 50,because sometimes the bot picks up the wrong things when going to fast.I cant take the credit for this all credit goes to
Beo900
[SIGPIC][/SIGPIC]Well I’m not there all the time you know Some people, some people, some people, Call it insane, yeah they call it insane, (sugar) I play russian roulette everyday, a man’s sport, With a bullet called life, yeah called life,(sugar)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Sin claw pickit help! Sicks 4 179 07-28-2012, 09:51 PM
Last Post: Sicks
  MasivB's D2NT Simple Unique PickIt masivb 1 115 07-03-2012, 05:03 AM
Last Post: comper
  D2nt Bot jewel pickit/godly item pickit Nightwish 3 228 06-23-2012, 04:18 AM
Last Post: comper
  Normal/socketed item pickit list Jammer74 39 8,013 05-13-2012, 03:43 AM
Last Post: comper
  Complete Diablo 2 Unique Pickit script for D2Nt bot Jammer74 68 32,312 05-03-2012, 07:01 AM
Last Post: comper
  How to turn off pickit/snagit? OnaPalehorse 1 237 04-26-2012, 07:55 PM
Last Post: comper
  godly D2NT bot magic_rare pickit skidude 92 42,515 04-06-2012, 09:37 AM
Last Post: comper
  essences pickit problem M@trixXx 12 408 04-02-2012, 11:58 AM
Last Post: comper
  pickit without the bot part in D2NT stroo7 3 299 03-30-2012, 12:02 PM
Last Post: comper
  LLD Pickit - Simple and Easily Adjustable bmxrider1279 1 326 03-19-2012, 09:30 AM
Last Post: bmxrider1279

Forum Jump:


Users browsing this thread: 1 Guest(s)