Blizzard Sector
D2NT Shrine Catcher. - Printable Version

+- Blizzard Sector (https://www.blizzsector.co)
+-- Forum: Diablo II (https://www.blizzsector.co/forum-4.html)
+--- Forum: Hacks Bots and Editors (https://www.blizzsector.co/forum-16.html)
+--- Thread: D2NT Shrine Catcher. (/thread-47208.html)



D2NT Shrine Catcher. - mcmlxx - 04-03-2011

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.


D2NT Shrine Catcher. - DragonStar - 04-05-2011

No errors for me, bot just wont click them for some reaosn. Even with all the changes in place as directed.


D2NT Shrine Catcher. - mcmlxx - 04-05-2011

I figured it out....

Please close