Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Any other Shopbot out there (not the include in D2jsp)
#1
Any 1 with interact Anya + red Portal .....thx for help
Reply
#2
Just do it manually... I found 2 +3 Trap claws, 2 +3 Shadow claws, and a pair of +2 Java 20% IAS gloves from Anya doing the Red Portal trick. This was all within 10 minutes, too. You don't need a bot to do it.
Reply
#3
It takes me a little bit longer but ive never seen a jewelers armor 4soc being sold by anya. Everyone tells me thats wear to buy them.
Reply
#4
Here you go, someone requested me to write this a few days ago, a module for an infinite Anya loop. As always, open your configuration file and add the following:

Code:
YAMXXP.push("Shopping");

Copy YAM_Shopping.d2l and save it somewhere else as a backup, then open your original YAM_Shopping.d2l and replace it with the following:

Code:
// Infinite Anya ShopBot Module - by Cauhtemoc

// This module will make the bot go to Harrogath, visit Anya and shop for the items that you want, go through the red portal
// to Nihlathak's Temple, come back to through the portal, then shop again. The cycle will repeat itself in an infinite loop
// until you quit the bot or it encounters an error.

// The bot will force load a number of options to true/false if they are not already set correct. Just make sure your bot has
// enough gold to afford the items that you have set it to buy.

entryFunc = Shopping;

function Shopping() {
    var _idlestartTime = new Date();
    var _idlerunTime = 0;
    var _tmpdate = new Date();
    var _lastdate = new Date() - 60000;
    var count = 1;

    if (me.gamelength != 0) {
        print ("ÿc1Warning: Setting Infinite Game Length!ÿc0");
        print ("ÿc1Warning: This module would run in an infinite loop!ÿc0");
        me.gamelength = 0;
    }

    if (YAM_GambleIt) {
        print ("ÿc1Warning: Forcing YAM_GambleIt to FALSE for this module!ÿc0");
        YAM_GambleIt = false;
    }

    if (YAM_AlwaysGamble) {
        print ("ÿc1Warning: Forcing YAM_AlwaysGamble to FALSE for this module!ÿc0");
        YAM_AlwaysGamble = false;
    }

    // Use the WP to Act 5 if need be
    if (me.area != 109) {
        YAM_TownManager();
        YAM_PathToWayPoint();
        DM_UsePortal("Waypoint",0x6d);
        YAM_InitCommTown();
    }

    if (!YAM_VisitAnya) {
        print ("ÿc1Warning: Forcing YAM_VisitAnya to TRUE for this module!ÿc0");
        me.gamelength = 0;
        YAM_VisitAnya = true;
    }

    if (!YAM_ShopIt) {
        print ("ÿc1Warning: Forcing YAM_ShopIt to TRUE for this module!ÿc0");
        YAM_ShopIt = true;
    }

    YAM_TownManager();

    while (true) {
        count++;

        // Go to the portal area and visit Anya
        YAM_PathToAnya(); _YAM_Position="anya";
        if (YAM_VisitAnya && YAM_ShopIt) {
        YAM_NPCinteract(DC_getNPC(512));
        }

        _idlerunTime = Math.round( (new Date().getTime() - _idlestartTime) /1000);

        //make autod2jsp log entry every 2 minutes to zero pingtime, this way autod2jsp will not kill the d2window
        //after the "Freeze Timeout Threshold" is over as it resets the counter
        _tmpdate = new Date();
        if (_tmpdate -_lastdate > 120000) {
            _lastdate = _tmpdate;
         DC_LogToautod2jsp("Number of Shopping Trips: " + count + " Gametime: " + _idlerunTime);
        }

        // Enter the red portal to Nihlathak's temple
        DM_UsePortal("Portal", 121);

        // Enter the red portal to Harrogath
        DM_UsePortal("Portal", 109);
    }
}

The main advantage of this script is the speed, I wouldn't be surprised if something like 600 runs per hour is possible with a fast computer.

EDIT: Added new signature.
Reply
#5
Damn I wished my bot would work. Everyone ignores me in the D2JSP/YAMB section. Sad

And BTW, who the hell took off my sig picture?
Reply
#6
Ghost, drop me a PM and I'll try to help you.
Reply
#7
Thx to Cauhtemoc it works fine .....good job !!! :devilish:
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Snagit lists for W/S/M/R - Snag items that have value @ IG / d2jsp or other places Akao 8 501 01-25-2012, 01:58 AM
Last Post: comper
  d2jsp/yamb.. diablo 2 not loaded? supras4lyfe 4 2,492 10-18-2010, 02:11 AM
Last Post: Alloces
  Claw ShopBot 1.3 Spitfire 4 6,213 08-25-2009, 05:02 AM
Last Post: meeetch
  d2jsp 4841 help zipan 2 336 02-21-2009, 10:44 PM
Last Post: zipan
  D2jsp? DeckardCain 0 501 08-13-2008, 11:17 AM
Last Post: DeckardCain
  iso d2jsp acct rafael1234 2 553 05-04-2008, 08:20 AM
Last Post: Tap
  D2Jsp Up Again (!) - (?) DJ_MUTTA 16 1,438 01-14-2008, 09:20 AM
Last Post: NTS-Trogdor
  D2JSP/YAMB Cracked d2hackin 0 977 09-02-2007, 06:05 PM
Last Post: d2hackin
  who wants to make alot of d2jsp fg?? i know i do hitm4n666 1 775 07-17-2007, 05:39 PM
Last Post: Silent_killers
  D2Jsp! njaghater 4 498 07-15-2007, 12:16 PM
Last Post: skidude

Forum Jump:


Users browsing this thread: 1 Guest(s)