Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
D2NT Shrine catcher
#1
This was not made by me, I Tested it with D2NT 3.0 and D2NT 3.1 it works great.

Edit: if anyone needs help just post and i can help u get it working

First download the zipfile from the bottom of this post and extract it. (you need a account on forum to download the file.)

put it in you scripts\libs\common folder

next add this to your character config under general configuration
Code:
MyConfig_CatchExperienceShrine = true; // hits exp shrines.
MyConfig_CatchGemShrine        = false; // hits gem shrines.
MyConfig_CatchSkillShrine = false; // hits skill shrines.
MyConfig_CatchArmorShrine = false; // hits armor shrines.
MyConfig_CatchResistShrine = false; // hits resist shrines.
now open your scripts\libs\common\NTMove file and find these lines
the red is what you are going to add

Code:
function NTM_TeleportTo(x, y)
{
    NTC_CastSkill(54, NTC_HAND_RIGHT, x, y);
    [COLOR=Red]MyCS_CatchShrine();[/COLOR]
    for(var i = 0 ; i < 15 ; i++)
    {
        if(Math.abs(me.x-x) < 4 && Math.abs(me.y-y) < 4)
            return true;

        NTC_Delay(NTC_DELAY_FRAME);
        
        //MyCS_CatchShrine();
    }

    return false;
}
now go to your scripts\libs\common\NTCommon and find this and add the red line

Code:
function NTC_IncludeLibs()
{
    Include("libs/common/NTAttack.ntl");
    Include("libs/common/NTCubing.ntl");
    Include("libs/common/NTItemParser.ntl");
    Include("libs/common/NTMove.ntl");
    Include("libs/common/NTPrecast.ntl");
    Include("libs/common/NTSnagIt.ntl");
    Include("libs/common/NTTown.ntl");
    Include("libs/common/NTTownManager.ntl");
    Include("libs/common/NTTownMove.ntl");
    [COLOR=Red]Include("libs/common/MyCatchShrine.ntl");[/COLOR]
}


Attached Files
.zip   MyCatchShrine.zip (Size: 1.11 KB / Downloads: 488)
Reply


Messages In This Thread
D2NT Shrine catcher - by skidude - 05-27-2010, 04:27 PM
D2NT Shrine catcher - by skidude - 06-07-2010, 09:14 PM
D2NT Shrine catcher - by carkl - 07-19-2010, 09:50 AM
D2NT Shrine catcher - by skidude - 11-10-2010, 04:56 PM
D2NT Shrine catcher - by bodyhun - 11-15-2010, 03:15 AM
D2NT Shrine catcher - by modulah - 01-21-2011, 06:53 PM
D2NT Shrine catcher - by skidude - 01-22-2011, 01:01 AM
D2NT Shrine catcher - by Jammer74 - 01-23-2011, 01:53 AM
D2NT Shrine catcher - by micahlee - 02-06-2011, 01:37 AM
D2NT Shrine catcher - by oramified - 02-21-2011, 07:32 AM
D2NT Shrine catcher - by jehe - 03-08-2011, 05:21 AM
D2NT Shrine catcher - by oramified - 03-08-2011, 07:21 AM
D2NT Shrine catcher - by jehe - 03-08-2011, 07:41 AM
D2NT Shrine catcher - by oramified - 03-08-2011, 07:47 AM
D2NT Shrine catcher - by jehe - 03-08-2011, 07:52 AM
D2NT Shrine catcher - by Jammer74 - 03-08-2011, 08:38 AM
D2NT Shrine catcher - by oramified - 03-08-2011, 10:24 AM
D2NT Shrine catcher - by mcmlxx - 04-01-2011, 01:51 PM
D2NT Shrine catcher - by skidude - 04-14-2011, 10:02 AM
D2NT Shrine catcher - by gabethebabe - 05-18-2011, 01:19 PM
D2NT Shrine catcher - by Smoketreez - 07-15-2011, 11:55 PM
D2NT Shrine catcher - by DragonSpirited - 02-13-2012, 02:26 AM
D2NT Shrine catcher - by comper - 02-14-2012, 10:10 AM
D2NT Shrine catcher - by pbanks - 02-15-2012, 05:24 AM
D2NT Shrine catcher - by comper - 02-15-2012, 07:41 AM
D2NT Shrine catcher - by pbanks - 02-15-2012, 08:23 AM
D2NT Shrine catcher - by comper - 02-15-2012, 09:30 AM
D2NT Shrine catcher - by DragonSpirited - 02-20-2012, 01:47 PM
D2NT Shrine catcher - by comper - 02-20-2012, 04:17 PM
D2NT Shrine catcher - by DragonSpirited - 02-23-2012, 09:24 AM
D2NT Shrine catcher - by comper - 02-23-2012, 11:15 AM
D2NT Shrine catcher - by DragonSpirited - 02-23-2012, 11:28 AM
D2NT Shrine catcher - by comper - 02-23-2012, 12:20 PM
D2NT Shrine catcher - by ThunderJG - 02-25-2012, 01:05 AM
D2NT Shrine catcher - by comper - 02-25-2012, 02:41 AM

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

Forum Jump:


Users browsing this thread: 1 Guest(s)