PDA

View Full Version : MephXp Bot Help Plz



MercilessChaos
08-09-2004, 04:50 AM
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?

Bowbow
08-09-2004, 07:29 AM
set Beltcolmin to all the same (imo) and make sure you have enuf $, also , check your Lifewatch at Tools folder

MercilessChaos
08-09-2004, 07:47 AM
What am i looking or in my tools and life watch fooler?

Bowbow
08-09-2004, 01:23 PM
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.

MercilessChaos
08-10-2004, 10:14 AM
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;