Monday, November 15, 2010

[D2NT] Automule

 Step 1 : you have to add NTConfig_AutoMule = true; in your char config
 Step 2 : add this code at the end of NTJoin file =>

function NTSI_PickItemsMule()
{
   var i, _mode;

   for(i = 0 ; i < 25 ; i++)
   {
      _mode = me.mode;

      if((_mode >= 1 && _mode <= 3) || _mode == 5 || _mode == 6)
         break;

      NTC_Delay(NTC_DELAY_FRAME);
   }

   if(i < parseInt(NTConfig_SnagDelay/NTC_DELAY_FRAME))
      NTC_PingDelay(NTConfig_SnagDelay-(i*NTC_DELAY_FRAME));
 
   NTSI_SnagItMule();
}


~Scripts here : DOWNLOAD 


4 commentaires:

Mathieu said...

how to cfg ?

Diablo 2 Kukbot said...

Yes d2nt is great i installed it but i think kukbot is much better for xp runs.

I got a kukbot tutorial from here: http://www.bot-area.net

Diablo Bot said...

Here you can also find a d2nt automule plugin:

http://www.bot-area.net

Anonymous said...

D2NT31_NTBot42 is being block by Blizzard new patch v2.72 ? I can not load the bot to run. Error Message UN Handle Violation

Post a Comment