Results 1 to 5 of 5
  1. #1

    Exclamation MephXp Bot Help Plz

    My Meph Bot is not Buying potions but lookat my config...and it wont by hp or mana pots at all wtf is the problem??



    // Belt configuration
    //================================================== ==================
    // MXP_UseBeltManager = true/false Set to true if you want to be able to use the
    // belt management to buy potions. May slow the bot.
    //--------------------------------------------------------------------
    MXP_UseBeltManager = true;
    //--------------------------------------------------------------------
    // Type of potion used in each belt column
    // Available types : "hp" = health | "mp" = mana | "rv" = rejuv. Can use other potion types too (untested!).
    // Keep equal types at adjacent columns. First HP then MP and then HP again is a bad choice.
    // Keep HP and MP at the beginning of the belt (in case you want to use rejuv and other types).
    // Rejuvenations MUST, I REPEAT MUST be at the end of the belt (last x columns).
    // To use rejuvenations only, put "rv" in all columns.
    //--------------------------------------------------------------------
    DT_BeltColType[0]="mp"; // Column 1 in belt
    DT_BeltColType[1]="mp"; // Column 2
    DT_BeltColType[2]="hp"; // 3
    DT_BeltColType[3]="hp"; // Yep, you guessed it, 4.
    //--------------------------------------------------------------------
    // Minimum amount of potions in each column before needing refilling
    // If there's less potions then this number in the column we go and shop.
    // Set to 4 to go shopping as soon as there's a potion missing.
    // Recommend leaving columns set to "rv" at 0. Since shops won't carry rejuvs.
    //--------------------------------------------------------------------
    DT_BeltColMin[0]=3;
    DT_BeltColMin[1]=3;
    DT_BeltColMin[2]=3;
    DT_BeltColMin[3]=0;




    My Configs are right arnt they?

  2. #2
    Lotr/Alizee Freak
    Join Date
    Feb 2004
    Location
    In Philly now = /
    Posts
    1,267

    Default

    set Beltcolmin to all the same (imo) and make sure you have enuf $, also , check your Lifewatch at Tools folder

  3. #3

    Default

    What am i looking or in my tools and life watch fooler?

  4. #4
    Lotr/Alizee Freak
    Join Date
    Feb 2004
    Location
    In Philly now = /
    Posts
    1,267

    Default

    Hmm well, beats me. Check in 'Default' to make sure your loading Lifewatcher and mephxp, other than that, do a clean reinstall n c if that clears up your problem.

  5. #5

    Default

    well my default looks like this is something wrong??

    /* default.d2j, modify the values below to suit your needs. [by njaguar]*/
    function main() {
    switch(me.name) {
    case "MyG-DarkMagic":
    load("bots/MephXP.d2");
    break;
    default:
    load("bots/MephXP.d2j");
    break;

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Yamb Bot Q:!+!
    By Ne3Dy in forum Hacks Bots and Editors
    Replies: 2
    Last Post: 03-30-2005, 12:54 PM
  2. What is the best gear for a Chargadin?
    By Mr. Italy in forum Diablo II Discussion
    Replies: 5
    Last Post: 08-10-2004, 03:14 PM
  3. d2bs pindle bot.....
    By buzzy in forum Hacks Bots and Editors
    Replies: 0
    Last Post: 08-05-2004, 02:06 PM
  4. chaos glitch lvl/rush bug?
    By maistyle2k in forum Diablo II Discussion
    Replies: 2
    Last Post: 08-04-2004, 05:26 PM
  5. looking for Zak shield
    By prophecy327 in forum Diablo II Discussion
    Replies: 0
    Last Post: 02-19-2004, 11:40 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •