D2JSP-mars meph stuck

scalzo

Member!
Joined
Aug 29, 2003
Messages
68
Reaction score
0
Location
Earth
Website
Visit site
I followed the instructions that balbanes gave (single botter)and it works fine..till i get in the game and all my sorc does is just sit their for like 200 seconds then the bot retstarts and it repeats..whats goin on?:confused:
 

scalzo

Member!
Joined
Aug 29, 2003
Messages
68
Reaction score
0
Location
Earth
Website
Visit site
Nope,just when the game starts in act 3 kurast docks..just sits there does nothing and restarts..no moving no wping..or do i have to move it to durance of hate lvl 2?(i do have the wp)
 

mjm69

Member!
Joined
May 31, 2003
Messages
49
Reaction score
0
Website
Visit site
There could be a file missing or something, this happened to me when i started using mars meph, I dled alot of the support files from d2jsp and put them in the d2jsp file and it worked. Not sure if it will work for you tho, MY problem was it wouldn't even start the bot, but try this, its worth a try.
 

scalzo

Member!
Joined
Aug 29, 2003
Messages
68
Reaction score
0
Location
Earth
Website
Visit site
Ok,there was somethin wrong with the default i didnt put my characters name after I did that i started it again and heres what happened after 5 seconds in the game(the color is like that so the file wont be so big)


NOTE:If the pic doesnt work go to http://www.angelfire.com/alt2/scalzo/d2jsperror.bmp and just download it(not a virus if u dont trust scan before opening)
 

Balbanes

Member!
Joined
Aug 30, 2003
Messages
335
Reaction score
0
Website
Visit site
ok first it looks like u're trying to multiload scripts, what is in your default.d2j? second, u said u got a script off scripts.d2jsp.org? u're using v0.33 and the only scripts that work with that version are the ones packaged, so if u downloaded a script and installed it then it wont work -- go to v0.31 in that case

edit: and as a side note, save your pics as jpg's -- smaller files than bitmaps
 

scalzo

Member!
Joined
Aug 29, 2003
Messages
68
Reaction score
0
Location
Earth
Website
Visit site
Yeah I figured that so I downloaded .031 copied everything from 0.33 to there..and same thing heres my default.d2j txt:
function main() {
delay(1000);

switch(me.name) {

case "XxXCiccioXxX":
load("bots/MarsBrandMeph.d2j");

break;

}

}

and i cant save them using paint as jpg i tried..
 

Balbanes

Member!
Joined
Aug 30, 2003
Messages
335
Reaction score
0
Website
Visit site
go through my guide from beggining to end using the link for v0.31 -- dont just copy your info from v33 to v31 -- that wont work, there are differences between the two versions..
 

scalzo

Member!
Joined
Aug 29, 2003
Messages
68
Reaction score
0
Location
Earth
Website
Visit site
Yeah I will..delete everything then redo it all just a suggestion though,for the default/settings cant u fill out everything(assumin its a ice/light sorc or fire/ice or whatever)and just fill it all out and leave the psw/account name blank people just download the type of sorc (for me icy/light)default txt and just put in the account/psw just a suggestion but its probably to much trouble for you anyway.
 

Balbanes

Member!
Joined
Aug 30, 2003
Messages
335
Reaction score
0
Website
Visit site
not that it is too much trouble, its just too easy to do, i've given a guide that guides you through the process step-by-step, and tells you everything but how to fill out your settings lib... and i didnt do that because its just so very self explanatory.. i didnt think anyone could ever have trouble filling out the lib.. and if you dont know what that is, its the file in a folder called "libs" and the file is one of two things

for mephbot its MBM_SETTINGS.D2L

and for pindlebot its PWNSETTINGS.D2L

those are the only things i didnt completely cover -- and only because they dont really need to be covered..... sigh i'm repeating myself :|

where it says the script doesnt exist.. are you sure you did your default.d2j right? and are you sure you have the marsbrandmeph script in your bots folder?
 

scalzo

Member!
Joined
Aug 29, 2003
Messages
68
Reaction score
0
Location
Earth
Website
Visit site
This is what default.dsj looks like exactly(nothing else):

function main() {
delay(1000);

switch(me.name) {

case "XxXCiccioXxX":
load("bots/MarsBrandMeph.d2j");

break;

}

}


And yes im positive marsmephbrand.d2j is in /scripts/bots just checked now,and its there
 

Balbanes

Member!
Joined
Aug 30, 2003
Messages
335
Reaction score
0
Website
Visit site
Originally posted by scalzo

And yes im positive marsmephbrand.d2j is in /scripts/bots just checked now,and its there
um.. is that the name of the script? it should be named marsbrandmeph.d2j


the only two things that can possibly be wrong is the name of your character or the name of the script and/or location, that's the only things that could be wrong.. make sure your char's name matches.. like..

xxxciccioxxx is not the same as XxXCiccioXxX

so if your char's name is .. XxXCiccioXxX, and the name of your script is MarsMephBrand.d2j then your default.d2j would look like this:

Code:
function main() {
    delay(1000);
       
 switch(me.name) {

        case "XxXCiccioXxX":
            load("bots/MarsMephBrand.d2j");
            
            break;

    }
  
}
but if i were you i'd keep it named marsbrandmeph.d2j :|
 

scalzo

Member!
Joined
Aug 29, 2003
Messages
68
Reaction score
0
Location
Earth
Website
Visit site
Yeah my bad its marsbrandmeph...and yes slot is ok,and XxXCiccioXxX is the chars name..so its hopeless for me,right?
 

scalzo

Member!
Joined
Aug 29, 2003
Messages
68
Reaction score
0
Location
Earth
Website
Visit site
Shit!(excuse my language)I just downlaoded a new(better as they say)default off of d2jsp.org and I followed the instructions and the bot works!!! the only problem is,is its running pwnage pindle not marsbrandmeph..and i did set it so it says marsbrandmeph in the default

EDIT:
I fixed it turns out the prob was i downloaded the script for .033 yes yes im a :NEWBIE runs perfect thank you so much for your help I know i must of been so annoying but thanks again
 

scalzo

Member!
Joined
Aug 29, 2003
Messages
68
Reaction score
0
Location
Earth
Website
Visit site
just one last question where do i setup what i want him to pick up(example)there was a rare ammy and my sorc didnt pick up..what file do i edit?

EDIT:
Also where can I find my log where it says what ive found?
 

Balbanes

Member!
Joined
Aug 30, 2003
Messages
335
Reaction score
0
Website
Visit site
1. click on my f.a.q. link and go down to the question about configuring your bot to pick up items,
2. the logs are in the folder "output"
3. dont double post, its spam and its .. unbecoming
 

New threads

Top