Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
D2NT Shrine Catcher.
#1
EDIT: FIXED IT!


Hi there,

First off I'd like to say I replied in the main stickied post but nobody replied, hence this thread.

So I understand all the instruction..pretty straight forward except this part.

Code:
function NTM_TeleportTo(x, y)
{
    NTC_CastSkill(54, NTC_HAND_RIGHT, x, y);
    MyCS_CatchShrine();
    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;

^with this part of the script I keep getting an error that says.

"<D2NT Error> C:\blahblahblah\NTMove.ntl (143): ReferenceError: MyCS_CatchShrine is not defined."

Can anyone shed some light on this issue?
Thanks in advance.
Reply
#2
No errors for me, bot just wont click them for some reaosn. Even with all the changes in place as directed.
Reply
#3
I figured it out....

Please close
Reply


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

Forum Jump:


Users browsing this thread: 1 Guest(s)